[==========] 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:38:34.252197   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44849,127.0.107.253:39791,127.0.107.252:43269
I20260608 12:38:34.254016   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:38:34.255064   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:34.271481   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:38:34.272358   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
I20260608 12:38:34.274909   431 server_base.cc:1061] running on GCE node
W20260608 12:38:34.273497   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:38:35.392289   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:35.392530   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:35.392750   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922315392724 us; error 0 us; skew 500 ppm
I20260608 12:38:35.393667   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:35.398847   431 webserver.cc:533] Webserver started at http://127.0.107.254:37961/ using document root <none> and password file <none>
I20260608 12:38:35.399742   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:35.399960   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:35.400409   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:35.406036   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "29c1d608005b47cd903c95ec55b09ec3"
format_stamp: "Formatted at 2026-06-08 12:38:35 on dist-test-slave-jl41"
I20260608 12:38:35.414487   431 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.004s
I20260608 12:38:35.419808   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:38:35.421046   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:38:35.421386   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "29c1d608005b47cd903c95ec55b09ec3"
format_stamp: "Formatted at 2026-06-08 12:38:35 on dist-test-slave-jl41"
I20260608 12:38:35.421703   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:35.473423   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:35.474906   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:38:35.475401   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:35.554781   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44849
I20260608 12:38:35.554942   497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44849 every 8 connection(s)
I20260608 12:38:35.561720   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:35.564293   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:38:35.568948   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:38:35.571511   501 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:35.575171   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:38:35.576190   431 server_base.cc:1061] running on GCE node
I20260608 12:38:35.576889   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:35.577076   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:35.577248   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922315577231 us; error 0 us; skew 500 ppm
I20260608 12:38:35.577867   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:35.581873   431 webserver.cc:533] Webserver started at http://127.0.107.253:35415/ using document root <none> and password file <none>
I20260608 12:38:35.582381   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:35.582572   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:35.582840   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:35.583962   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-1-root/instance:
uuid: "4c8ed45044cf4bb7a09be330d5501c16"
format_stamp: "Formatted at 2026-06-08 12:38:35 on dist-test-slave-jl41"
I20260608 12:38:35.587246   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:35.589478   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
I20260608 12:38:35.596276   508 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:35.597371   431 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.001s	sys 0.003s
I20260608 12:38:35.597663   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-1-root
uuid: "4c8ed45044cf4bb7a09be330d5501c16"
format_stamp: "Formatted at 2026-06-08 12:38:35 on dist-test-slave-jl41"
I20260608 12:38:35.598042   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:35.623420   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:35.626055   450 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:39791: connect: Connection refused (error 111)
W20260608 12:38:35.630646   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:39791: Network error: Client connection negotiation failed: client connection to 127.0.107.253:39791: connect: Connection refused (error 111)
I20260608 12:38:35.633240   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:35.634502   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:35.680307   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: 39791 } attempt: 1
W20260608 12:38:35.685849   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:39791: Network error: Client connection negotiation failed: client connection to 127.0.107.253:39791: connect: Connection refused (error 111)
I20260608 12:38:35.712795   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:39791
I20260608 12:38:35.712982   562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:39791 every 8 connection(s)
I20260608 12:38:35.717891   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:38:35.719137   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:35.724612   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:35.726082   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:38:35.729069   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
I20260608 12:38:35.737303   431 server_base.cc:1061] running on GCE node
W20260608 12:38:35.737793   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:38:35.738618   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:35.738826   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:35.738996   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922315738979 us; error 0 us; skew 500 ppm
I20260608 12:38:35.739768   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:35.743664   431 webserver.cc:533] Webserver started at http://127.0.107.252:37307/ using document root <none> and password file <none>
I20260608 12:38:35.744364   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:35.744549   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:35.744871   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:35.745088   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:35.746143   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-2-root/instance:
uuid: "46b40f01255640b7939a75ad11d86bd9"
format_stamp: "Formatted at 2026-06-08 12:38:35 on dist-test-slave-jl41"
I20260608 12:38:35.752663   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
I20260608 12:38:35.754317   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: 39791 } attempt: 2
I20260608 12:38:35.761691   576 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:35.763461   431 fs_manager.cc:730] Time spent opening block manager: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:38:35.763801   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-2-root
uuid: "46b40f01255640b7939a75ad11d86bd9"
format_stamp: "Formatted at 2026-06-08 12:38:35 on dist-test-slave-jl41"
I20260608 12:38:35.763861   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:35.764170   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:35.773046   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:35.774725   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:43269: Network error: Client connection negotiation failed: client connection to 127.0.107.252:43269: connect: Connection refused (error 111)
W20260608 12:38:35.778746   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:43269: Network error: Client connection negotiation failed: client connection to 127.0.107.252:43269: connect: Connection refused (error 111)
I20260608 12:38:35.788177   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:35.789397   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:35.810426   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: 43269 } attempt: 1
W20260608 12:38:35.815994   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:43269: Network error: Client connection negotiation failed: client connection to 127.0.107.252:43269: connect: Connection refused (error 111)
I20260608 12:38:35.818290   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: 43269 } attempt: 1
W20260608 12:38:35.823577   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:43269: Network error: Client connection negotiation failed: client connection to 127.0.107.252:43269: connect: Connection refused (error 111)
I20260608 12:38:35.862205   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:43269
I20260608 12:38:35.862313   628 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:43269 every 8 connection(s)
I20260608 12:38:35.866699   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:35.867403   629 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:35.872870   629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:35.885172   629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:35.891072   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: 43269 } attempt: 2
I20260608 12:38:35.891417   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: 43269 } attempt: 2
I20260608 12:38:35.896904   629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:35.918876   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3: Bootstrap starting.
I20260608 12:38:35.918879   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16: Bootstrap starting.
I20260608 12:38:35.919302   629 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9: Bootstrap starting.
I20260608 12:38:35.926631   498 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:35.926808   629 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:35.926903   563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:35.929004   498 log.cc:826] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3: Log is configured to *not* fsync() on all Append() calls
I20260608 12:38:35.937215   629 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9: No bootstrap required, opened a new log
I20260608 12:38:35.937206   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16: No bootstrap required, opened a new log
I20260608 12:38:35.937206   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3: No bootstrap required, opened a new log
I20260608 12:38:35.955792   563 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } }
I20260608 12:38:35.955796   629 raft_consensus.cc:359] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } }
I20260608 12:38:35.955816   498 raft_consensus.cc:359] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } }
I20260608 12:38:35.957083   563 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:35.957423   563 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c8ed45044cf4bb7a09be330d5501c16, State: Initialized, Role: FOLLOWER
I20260608 12:38:35.957283   498 raft_consensus.cc:385] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:35.957237   629 raft_consensus.cc:385] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:35.957913   498 raft_consensus.cc:740] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 29c1d608005b47cd903c95ec55b09ec3, State: Initialized, Role: FOLLOWER
I20260608 12:38:35.957954   629 raft_consensus.cc:740] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 46b40f01255640b7939a75ad11d86bd9, State: Initialized, Role: FOLLOWER
I20260608 12:38:35.958523   563 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } }
I20260608 12:38:35.958787   498 consensus_queue.cc:260] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } }
I20260608 12:38:35.958885   629 consensus_queue.cc:260] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } }
I20260608 12:38:35.964025   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [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: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } } }
I20260608 12:38:35.964884   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:35.965770   629 sys_catalog.cc:565] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:35.966583   640 sys_catalog.cc:455] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [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: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } } }
I20260608 12:38:35.967263   640 sys_catalog.cc:458] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:35.968756   498 sys_catalog.cc:565] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:35.968923   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [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: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } } }
I20260608 12:38:35.969631   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:35.970222   563 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [sys.catalog]: configured and running, proceeding with master startup.
W20260608 12:38:35.981612   452 tablet.cc:2404] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:38:36.013413   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260608 12:38:36.014988   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260608 12:38:36.020617   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:36.028127   673 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:36.028622   673 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:38:36.029811   672 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:36.030169   672 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:38:36.030442   671 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:36.030745   671 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:38:36.035113   675 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:36.038347   676 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:36.040019   678 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:36.041420   431 server_base.cc:1061] running on GCE node
I20260608 12:38:36.042273   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:36.042469   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:36.042652   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922316042633 us; error 0 us; skew 500 ppm
I20260608 12:38:36.043431   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:36.046303   431 webserver.cc:533] Webserver started at http://127.0.107.193:34103/ using document root <none> and password file <none>
I20260608 12:38:36.046803   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:36.046999   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:36.047250   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:36.048430   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "ce7b80c7a37e459b904bb669beb04d87"
format_stamp: "Formatted at 2026-06-08 12:38:36 on dist-test-slave-jl41"
I20260608 12:38:36.053550   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:38:36.057875   683 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:36.058686   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:38:36.058974   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "ce7b80c7a37e459b904bb669beb04d87"
format_stamp: "Formatted at 2026-06-08 12:38:36 on dist-test-slave-jl41"
I20260608 12:38:36.059233   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:36.083376   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:36.084705   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:36.087577   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:36.092384   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:36.092677   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:36.093026   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:36.093210   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:36.196796   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45385
I20260608 12:38:36.196914   745 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45385 every 8 connection(s)
I20260608 12:38:36.218168   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:36.237910   748 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44849
I20260608 12:38:36.238418   748 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:36.240579   748 heartbeater.cc:507] Master 127.0.107.254:44849 requested a full tablet report, sending...
I20260608 12:38:36.241644   747 heartbeater.cc:344] Connected to a master server at 127.0.107.253:39791
I20260608 12:38:36.242584   747 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:36.243683   747 heartbeater.cc:507] Master 127.0.107.253:39791 requested a full tablet report, sending...
I20260608 12:38:36.245940   463 ts_manager.cc:194] Registered new tserver with Master: ce7b80c7a37e459b904bb669beb04d87 (127.0.107.193:45385)
W20260608 12:38:36.246556   753 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:36.247583   754 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:36.248682   528 ts_manager.cc:194] Registered new tserver with Master: ce7b80c7a37e459b904bb669beb04d87 (127.0.107.193:45385)
I20260608 12:38:36.251359   746 heartbeater.cc:344] Connected to a master server at 127.0.107.252:43269
I20260608 12:38:36.251756   746 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:36.252748   746 heartbeater.cc:507] Master 127.0.107.252:43269 requested a full tablet report, sending...
I20260608 12:38:36.256197   594 ts_manager.cc:194] Registered new tserver with Master: ce7b80c7a37e459b904bb669beb04d87 (127.0.107.193:45385)
W20260608 12:38:36.262460   756 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:36.263032   431 server_base.cc:1061] running on GCE node
I20260608 12:38:36.264227   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:36.264489   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:36.264699   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922316264683 us; error 0 us; skew 500 ppm
I20260608 12:38:36.265563   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:36.268962   431 webserver.cc:533] Webserver started at http://127.0.107.194:32819/ using document root <none> and password file <none>
I20260608 12:38:36.269646   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:36.270035   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:36.270385   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:36.272060   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "6b0b6b7544484b019dd9ff0ced79471d"
format_stamp: "Formatted at 2026-06-08 12:38:36 on dist-test-slave-jl41"
I20260608 12:38:36.275857   640 raft_consensus.cc:493] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:36.276480   640 raft_consensus.cc:515] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } }
I20260608 12:38:36.279284   640 leader_election.cc:290] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4c8ed45044cf4bb7a09be330d5501c16 (127.0.107.253:39791), 46b40f01255640b7939a75ad11d86bd9 (127.0.107.252:43269)
I20260608 12:38:36.280323   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "29c1d608005b47cd903c95ec55b09ec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c8ed45044cf4bb7a09be330d5501c16" is_pre_election: true
I20260608 12:38:36.281049   538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 29c1d608005b47cd903c95ec55b09ec3 in term 0.
I20260608 12:38:36.281642   431 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:38:36.282477   450 leader_election.cc:304] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 29c1d608005b47cd903c95ec55b09ec3, 4c8ed45044cf4bb7a09be330d5501c16; no voters: 
I20260608 12:38:36.284081   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "29c1d608005b47cd903c95ec55b09ec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "46b40f01255640b7939a75ad11d86bd9" is_pre_election: true
I20260608 12:38:36.284719   603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 29c1d608005b47cd903c95ec55b09ec3 in term 0.
I20260608 12:38:36.285640   640 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:36.286034   640 raft_consensus.cc:493] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:36.286362   640 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:36.292112   640 raft_consensus.cc:515] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } }
I20260608 12:38:36.294631   640 leader_election.cc:290] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [CANDIDATE]: Term 1 election: Requested vote from peers 4c8ed45044cf4bb7a09be330d5501c16 (127.0.107.253:39791), 46b40f01255640b7939a75ad11d86bd9 (127.0.107.252:43269)
I20260608 12:38:36.295464   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "29c1d608005b47cd903c95ec55b09ec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c8ed45044cf4bb7a09be330d5501c16"
I20260608 12:38:36.296231   538 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:36.296221   761 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:36.297300   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "29c1d608005b47cd903c95ec55b09ec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "46b40f01255640b7939a75ad11d86bd9"
I20260608 12:38:36.297793   603 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:36.303565   538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 29c1d608005b47cd903c95ec55b09ec3 in term 1.
I20260608 12:38:36.304371   603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 29c1d608005b47cd903c95ec55b09ec3 in term 1.
I20260608 12:38:36.304944   450 leader_election.cc:304] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 29c1d608005b47cd903c95ec55b09ec3, 4c8ed45044cf4bb7a09be330d5501c16; no voters: 
I20260608 12:38:36.305786   431 fs_manager.cc:730] Time spent opening block manager: real 0.021s	user 0.000s	sys 0.010s
I20260608 12:38:36.305794   640 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:36.306273   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "6b0b6b7544484b019dd9ff0ced79471d"
format_stamp: "Formatted at 2026-06-08 12:38:36 on dist-test-slave-jl41"
I20260608 12:38:36.306663   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:36.307003   640 raft_consensus.cc:697] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 1 LEADER]: Becoming Leader. State: Replica: 29c1d608005b47cd903c95ec55b09ec3, State: Running, Role: LEADER
I20260608 12:38:36.308087   640 consensus_queue.cc:237] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } }
I20260608 12:38:36.327255   762 sys_catalog.cc:455] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 29c1d608005b47cd903c95ec55b09ec3. Latest consensus state: current_term: 1 leader_uuid: "29c1d608005b47cd903c95ec55b09ec3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } } }
I20260608 12:38:36.328441   762 sys_catalog.cc:458] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:36.330202   768 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:36.330209   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:36.332088   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:36.334911   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:36.336319   768 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:36.339097   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:36.339417   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:38:36.339713   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:36.339947   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:36.352640   603 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [term 1 FOLLOWER]: Refusing update from remote peer 29c1d608005b47cd903c95ec55b09ec3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:36.353884   538 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [term 1 FOLLOWER]: Refusing update from remote peer 29c1d608005b47cd903c95ec55b09ec3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:36.354657   762 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:36.355952   640 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:36.382073   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 29c1d608005b47cd903c95ec55b09ec3. Latest consensus state: current_term: 1 leader_uuid: "29c1d608005b47cd903c95ec55b09ec3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } } }
I20260608 12:38:36.382845   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:36.384979   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 29c1d608005b47cd903c95ec55b09ec3. Latest consensus state: current_term: 1 leader_uuid: "29c1d608005b47cd903c95ec55b09ec3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } } }
I20260608 12:38:36.385741   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:36.394346   776 mvcc.cc:204] Tried to move back new op lower bound from 7294657807763816448 to 7294657807608901632. Current Snapshot: MvccSnapshot[applied={T|T < 7294657807763816448}]
I20260608 12:38:36.398767   762 sys_catalog.cc:455] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "29c1d608005b47cd903c95ec55b09ec3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } } }
I20260608 12:38:36.400501   762 sys_catalog.cc:458] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:36.401290   762 sys_catalog.cc:455] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "29c1d608005b47cd903c95ec55b09ec3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } } }
I20260608 12:38:36.401935   762 sys_catalog.cc:458] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:36.401903   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "29c1d608005b47cd903c95ec55b09ec3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } } }
I20260608 12:38:36.402689   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:36.405081   768 catalog_manager.cc:1382] Generated new cluster ID: b47c3bf7184a440bbe81a552914233dd
I20260608 12:38:36.405395   768 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:36.417280   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "29c1d608005b47cd903c95ec55b09ec3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "29c1d608005b47cd903c95ec55b09ec3" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44849 } } peers { permanent_uuid: "4c8ed45044cf4bb7a09be330d5501c16" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39791 } } peers { permanent_uuid: "46b40f01255640b7939a75ad11d86bd9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43269 } } }
I20260608 12:38:36.417999   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:36.441015   768 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:36.443146   768 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:36.478888   768 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3: Generated new TSK 0
I20260608 12:38:36.480151   768 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:36.524886   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39641
I20260608 12:38:36.524982   835 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39641 every 8 connection(s)
I20260608 12:38:36.559834   836 heartbeater.cc:344] Connected to a master server at 127.0.107.252:43269
I20260608 12:38:36.560318   836 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:36.561298   836 heartbeater.cc:507] Master 127.0.107.252:43269 requested a full tablet report, sending...
I20260608 12:38:36.565382   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:36.567363   594 ts_manager.cc:194] Registered new tserver with Master: 6b0b6b7544484b019dd9ff0ced79471d (127.0.107.194:39641)
I20260608 12:38:36.571172   837 heartbeater.cc:344] Connected to a master server at 127.0.107.253:39791
I20260608 12:38:36.571604   837 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:36.572546   837 heartbeater.cc:507] Master 127.0.107.253:39791 requested a full tablet report, sending...
I20260608 12:38:36.575667   528 ts_manager.cc:194] Registered new tserver with Master: 6b0b6b7544484b019dd9ff0ced79471d (127.0.107.194:39641)
I20260608 12:38:36.578946   839 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44849
W20260608 12:38:36.579589   843 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:36.579643   839 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:36.582192   839 heartbeater.cc:507] Master 127.0.107.254:44849 requested a full tablet report, sending...
W20260608 12:38:36.582423   844 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:36.584772   463 ts_manager.cc:194] Registered new tserver with Master: 6b0b6b7544484b019dd9ff0ced79471d (127.0.107.194:39641)
I20260608 12:38:36.587966   463 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49038
W20260608 12:38:36.592166   846 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:36.594503   431 server_base.cc:1061] running on GCE node
I20260608 12:38:36.595525   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:36.595734   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:36.595930   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922316595911 us; error 0 us; skew 500 ppm
I20260608 12:38:36.596514   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:36.599293   431 webserver.cc:533] Webserver started at http://127.0.107.195:42793/ using document root <none> and password file <none>
I20260608 12:38:36.599859   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:36.600033   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:36.600286   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:36.601293   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "287ea8477b4d47eb82be9b24d2f69eec"
format_stamp: "Formatted at 2026-06-08 12:38:36 on dist-test-slave-jl41"
I20260608 12:38:36.605751   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:38:36.610009   851 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:36.610802   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:38:36.611102   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "287ea8477b4d47eb82be9b24d2f69eec"
format_stamp: "Formatted at 2026-06-08 12:38:36 on dist-test-slave-jl41"
I20260608 12:38:36.611390   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:36.626283   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:36.627545   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:36.630306   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:36.633540   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:36.633780   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:36.634017   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:36.634167   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:36.733322   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35217
I20260608 12:38:36.733614   913 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35217 every 8 connection(s)
I20260608 12:38:36.770684   914 heartbeater.cc:344] Connected to a master server at 127.0.107.252:43269
I20260608 12:38:36.771261   914 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:36.772318   914 heartbeater.cc:507] Master 127.0.107.252:43269 requested a full tablet report, sending...
I20260608 12:38:36.775439   594 ts_manager.cc:194] Registered new tserver with Master: 287ea8477b4d47eb82be9b24d2f69eec (127.0.107.195:35217)
I20260608 12:38:36.778841   915 heartbeater.cc:344] Connected to a master server at 127.0.107.253:39791
I20260608 12:38:36.779223   915 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:36.780180   915 heartbeater.cc:507] Master 127.0.107.253:39791 requested a full tablet report, sending...
I20260608 12:38:36.781955   916 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44849
I20260608 12:38:36.782372   916 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:36.782914   528 ts_manager.cc:194] Registered new tserver with Master: 287ea8477b4d47eb82be9b24d2f69eec (127.0.107.195:35217)
I20260608 12:38:36.783850   916 heartbeater.cc:507] Master 127.0.107.254:44849 requested a full tablet report, sending...
I20260608 12:38:36.786135   463 ts_manager.cc:194] Registered new tserver with Master: 287ea8477b4d47eb82be9b24d2f69eec (127.0.107.195:35217)
I20260608 12:38:36.786482   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014734731s
I20260608 12:38:36.787989   463 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49042
I20260608 12:38:37.034323   672 catalog_manager.cc:1294] Loaded cluster ID: b47c3bf7184a440bbe81a552914233dd
I20260608 12:38:37.034601   672 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16: loading cluster ID for follower catalog manager: success
I20260608 12:38:37.034803   673 catalog_manager.cc:1294] Loaded cluster ID: b47c3bf7184a440bbe81a552914233dd
I20260608 12:38:37.035115   673 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9: loading cluster ID for follower catalog manager: success
I20260608 12:38:37.039249   672 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16: acquiring CA information for follower catalog manager: success
I20260608 12:38:37.041949   673 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9: acquiring CA information for follower catalog manager: success
I20260608 12:38:37.042930   672 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:37.047178   673 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:37.254315   463 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49022
I20260608 12:38:37.591619   839 heartbeater.cc:499] Master 127.0.107.254:44849 was elected leader, sending a full tablet report...
I20260608 12:38:37.790832   916 heartbeater.cc:499] Master 127.0.107.254:44849 was elected leader, sending a full tablet report...
I20260608 12:38:38.011956   669 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:38.139488   463 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49056:
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:38:38.231303   879 tablet_service.cc:1511] Processing CreateTablet for tablet 69a88ed322a14b05b0aa508dba754abb (DEFAULT_TABLE table=test-workload [id=4a82747c80134336b2e19b779f4a35f9]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:38:38.233117   801 tablet_service.cc:1511] Processing CreateTablet for tablet 230b96c708854f60a9b395970a594784 (DEFAULT_TABLE table=test-workload [id=4a82747c80134336b2e19b779f4a35f9]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:38:38.234347   801 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 230b96c708854f60a9b395970a594784. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:38.233513   879 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69a88ed322a14b05b0aa508dba754abb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:38.235618   711 tablet_service.cc:1511] Processing CreateTablet for tablet b4b53b03e5544d59b21196877607172c (DEFAULT_TABLE table=test-workload [id=4a82747c80134336b2e19b779f4a35f9]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:38:38.235800   710 tablet_service.cc:1511] Processing CreateTablet for tablet da17a91717f54c50b8434e2fe157539a (DEFAULT_TABLE table=test-workload [id=4a82747c80134336b2e19b779f4a35f9]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:38:38.237323   711 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4b53b03e5544d59b21196877607172c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:38.240144   710 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da17a91717f54c50b8434e2fe157539a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:38.257004   748 heartbeater.cc:499] Master 127.0.107.254:44849 was elected leader, sending a full tablet report...
I20260608 12:38:38.260406   950 tablet_bootstrap.cc:492] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec: Bootstrap starting.
I20260608 12:38:38.271623   951 tablet_bootstrap.cc:492] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d: Bootstrap starting.
I20260608 12:38:38.274394   950 tablet_bootstrap.cc:654] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:38.271787   952 tablet_bootstrap.cc:492] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87: Bootstrap starting.
I20260608 12:38:38.279791   951 tablet_bootstrap.cc:654] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:38.282172   952 tablet_bootstrap.cc:654] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:38.281410   950 tablet_bootstrap.cc:492] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec: No bootstrap required, opened a new log
I20260608 12:38:38.283594   950 ts_tablet_manager.cc:1403] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec: Time spent bootstrapping tablet: real 0.023s	user 0.016s	sys 0.000s
I20260608 12:38:38.287595   950 raft_consensus.cc:359] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "287ea8477b4d47eb82be9b24d2f69eec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35217 } }
I20260608 12:38:38.288247   950 raft_consensus.cc:385] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:38.288604   950 raft_consensus.cc:740] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 287ea8477b4d47eb82be9b24d2f69eec, State: Initialized, Role: FOLLOWER
I20260608 12:38:38.289980   952 tablet_bootstrap.cc:492] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87: No bootstrap required, opened a new log
I20260608 12:38:38.289561   950 consensus_queue.cc:260] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "287ea8477b4d47eb82be9b24d2f69eec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35217 } }
I20260608 12:38:38.290403   952 ts_tablet_manager.cc:1403] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.005s
I20260608 12:38:38.290382   950 raft_consensus.cc:399] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:38.291018   950 raft_consensus.cc:493] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:38.291412   950 raft_consensus.cc:3060] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:38.293540   952 raft_consensus.cc:359] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ce7b80c7a37e459b904bb669beb04d87" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45385 } }
I20260608 12:38:38.294015   952 raft_consensus.cc:385] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:38.294306   952 raft_consensus.cc:740] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce7b80c7a37e459b904bb669beb04d87, State: Initialized, Role: FOLLOWER
I20260608 12:38:38.294902   952 consensus_queue.cc:260] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ce7b80c7a37e459b904bb669beb04d87" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45385 } }
I20260608 12:38:38.295375   952 raft_consensus.cc:399] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:38.295604   952 raft_consensus.cc:493] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:38.295775   951 tablet_bootstrap.cc:492] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d: No bootstrap required, opened a new log
I20260608 12:38:38.295868   952 raft_consensus.cc:3060] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:38.296299   951 ts_tablet_manager.cc:1403] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d: Time spent bootstrapping tablet: real 0.025s	user 0.008s	sys 0.012s
I20260608 12:38:38.298314   950 raft_consensus.cc:515] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "287ea8477b4d47eb82be9b24d2f69eec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35217 } }
I20260608 12:38:38.299049   950 leader_election.cc:304] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [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: 287ea8477b4d47eb82be9b24d2f69eec; no voters: 
I20260608 12:38:38.299603   951 raft_consensus.cc:359] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b0b6b7544484b019dd9ff0ced79471d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39641 } }
I20260608 12:38:38.300194   951 raft_consensus.cc:385] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:38.300609   951 raft_consensus.cc:740] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6b0b6b7544484b019dd9ff0ced79471d, State: Initialized, Role: FOLLOWER
I20260608 12:38:38.301674   950 leader_election.cc:290] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:38.302002   952 raft_consensus.cc:515] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ce7b80c7a37e459b904bb669beb04d87" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45385 } }
I20260608 12:38:38.303143   956 raft_consensus.cc:2804] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:38.302866   951 consensus_queue.cc:260] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6b0b6b7544484b019dd9ff0ced79471d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39641 } }
I20260608 12:38:38.307950   951 raft_consensus.cc:399] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:38.308284   951 raft_consensus.cc:493] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:38.308732   951 raft_consensus.cc:3060] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:38.309744   956 raft_consensus.cc:697] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [term 1 LEADER]: Becoming Leader. State: Replica: 287ea8477b4d47eb82be9b24d2f69eec, State: Running, Role: LEADER
I20260608 12:38:38.310556   956 consensus_queue.cc:237] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [LEADER]: Queue going to LEADER mode. State: All 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: "287ea8477b4d47eb82be9b24d2f69eec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35217 } }
I20260608 12:38:38.311463   952 leader_election.cc:304] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [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: ce7b80c7a37e459b904bb669beb04d87; no voters: 
I20260608 12:38:38.311859   950 ts_tablet_manager.cc:1434] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec: Time spent starting tablet: real 0.028s	user 0.017s	sys 0.006s
I20260608 12:38:38.316241   951 raft_consensus.cc:515] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b0b6b7544484b019dd9ff0ced79471d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39641 } }
I20260608 12:38:38.317075   951 leader_election.cc:304] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [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: 6b0b6b7544484b019dd9ff0ced79471d; no voters: 
I20260608 12:38:38.320363   952 leader_election.cc:290] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:38.320855   960 raft_consensus.cc:2804] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:38.323933   951 leader_election.cc:290] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:38.325209   952 ts_tablet_manager.cc:1434] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87: Time spent starting tablet: real 0.034s	user 0.019s	sys 0.004s
I20260608 12:38:38.326545   960 raft_consensus.cc:697] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [term 1 LEADER]: Becoming Leader. State: Replica: ce7b80c7a37e459b904bb669beb04d87, State: Running, Role: LEADER
I20260608 12:38:38.329051   952 tablet_bootstrap.cc:492] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87: Bootstrap starting.
I20260608 12:38:38.327458   960 consensus_queue.cc:237] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [LEADER]: Queue going to LEADER mode. State: All 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: "ce7b80c7a37e459b904bb669beb04d87" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45385 } }
I20260608 12:38:38.329231   962 raft_consensus.cc:2804] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:38.329797   463 catalog_manager.cc:5696] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec reported cstate change: term changed from 0 to 1, leader changed from <none> to 287ea8477b4d47eb82be9b24d2f69eec (127.0.107.195). New cstate: current_term: 1 leader_uuid: "287ea8477b4d47eb82be9b24d2f69eec" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "287ea8477b4d47eb82be9b24d2f69eec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35217 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:38.336179   951 ts_tablet_manager.cc:1434] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d: Time spent starting tablet: real 0.040s	user 0.017s	sys 0.006s
I20260608 12:38:38.336764   962 raft_consensus.cc:697] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [term 1 LEADER]: Becoming Leader. State: Replica: 6b0b6b7544484b019dd9ff0ced79471d, State: Running, Role: LEADER
I20260608 12:38:38.338588   962 consensus_queue.cc:237] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [LEADER]: Queue going to LEADER mode. State: All 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: "6b0b6b7544484b019dd9ff0ced79471d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39641 } }
I20260608 12:38:38.345968   952 tablet_bootstrap.cc:654] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:38.382295   460 catalog_manager.cc:5696] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 reported cstate change: term changed from 0 to 1, leader changed from <none> to ce7b80c7a37e459b904bb669beb04d87 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ce7b80c7a37e459b904bb669beb04d87" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ce7b80c7a37e459b904bb669beb04d87" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45385 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:38.388252   461 catalog_manager.cc:5696] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d reported cstate change: term changed from 0 to 1, leader changed from <none> to 6b0b6b7544484b019dd9ff0ced79471d (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6b0b6b7544484b019dd9ff0ced79471d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b0b6b7544484b019dd9ff0ced79471d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39641 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:38.406164   952 tablet_bootstrap.cc:492] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87: No bootstrap required, opened a new log
I20260608 12:38:38.406803   952 ts_tablet_manager.cc:1403] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87: Time spent bootstrapping tablet: real 0.078s	user 0.013s	sys 0.009s
I20260608 12:38:38.409967   952 raft_consensus.cc:359] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ce7b80c7a37e459b904bb669beb04d87" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45385 } }
I20260608 12:38:38.410697   952 raft_consensus.cc:385] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:38.411089   952 raft_consensus.cc:740] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce7b80c7a37e459b904bb669beb04d87, State: Initialized, Role: FOLLOWER
I20260608 12:38:38.411880   952 consensus_queue.cc:260] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ce7b80c7a37e459b904bb669beb04d87" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45385 } }
I20260608 12:38:38.412433   952 raft_consensus.cc:399] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:38.413112   952 raft_consensus.cc:493] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:38.413582   952 raft_consensus.cc:3060] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:38.420168   952 raft_consensus.cc:515] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ce7b80c7a37e459b904bb669beb04d87" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45385 } }
I20260608 12:38:38.420960   952 leader_election.cc:304] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [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: ce7b80c7a37e459b904bb669beb04d87; no voters: 
I20260608 12:38:38.421631   952 leader_election.cc:290] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:38.422049   960 raft_consensus.cc:2804] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:38.422590   960 raft_consensus.cc:697] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [term 1 LEADER]: Becoming Leader. State: Replica: ce7b80c7a37e459b904bb669beb04d87, State: Running, Role: LEADER
I20260608 12:38:38.423393   960 consensus_queue.cc:237] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [LEADER]: Queue going to LEADER mode. State: All 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: "ce7b80c7a37e459b904bb669beb04d87" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45385 } }
I20260608 12:38:38.424036   952 ts_tablet_manager.cc:1434] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87: Time spent starting tablet: real 0.017s	user 0.011s	sys 0.004s
I20260608 12:38:38.449522   463 catalog_manager.cc:5696] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 reported cstate change: term changed from 0 to 1, leader changed from <none> to ce7b80c7a37e459b904bb669beb04d87 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ce7b80c7a37e459b904bb669beb04d87" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ce7b80c7a37e459b904bb669beb04d87" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45385 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:38.496228   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:38:38.513324   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:38.514225   431 tablet_replica.cc:333] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87: stopping tablet replica
I20260608 12:38:38.514823   431 raft_consensus.cc:2243] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:38.515250   431 raft_consensus.cc:2272] T da17a91717f54c50b8434e2fe157539a P ce7b80c7a37e459b904bb669beb04d87 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:38.517889   431 tablet_replica.cc:333] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87: stopping tablet replica
I20260608 12:38:38.518334   431 raft_consensus.cc:2243] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:38.518673   431 raft_consensus.cc:2272] T b4b53b03e5544d59b21196877607172c P ce7b80c7a37e459b904bb669beb04d87 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:38.654893   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:38.664052   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:38:38.679622   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:38.680413   431 tablet_replica.cc:333] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d: stopping tablet replica
I20260608 12:38:38.680912   431 raft_consensus.cc:2243] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:38.681329   431 raft_consensus.cc:2272] T 230b96c708854f60a9b395970a594784 P 6b0b6b7544484b019dd9ff0ced79471d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:38.700145   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:38:38.707598   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:38:38.721361   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:38.722148   431 tablet_replica.cc:333] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec: stopping tablet replica
I20260608 12:38:38.722635   431 raft_consensus.cc:2243] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:38.723062   431 raft_consensus.cc:2272] T 69a88ed322a14b05b0aa508dba754abb P 287ea8477b4d47eb82be9b24d2f69eec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:38.741597   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:38.748994   431 master.cc:562] Master@127.0.107.254:44849 shutting down...
I20260608 12:38:38.841292   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:38.842187   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:38.842551   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 29c1d608005b47cd903c95ec55b09ec3: stopping tablet replica
I20260608 12:38:38.869477   431 master.cc:584] Master@127.0.107.254:44849 shutdown complete.
I20260608 12:38:38.879685   431 master.cc:562] Master@127.0.107.253:39791 shutting down...
I20260608 12:38:38.891713   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:38.892410   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:38.892833   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4c8ed45044cf4bb7a09be330d5501c16: stopping tablet replica
I20260608 12:38:38.924678   431 master.cc:584] Master@127.0.107.253:39791 shutdown complete.
I20260608 12:38:38.935034   431 master.cc:562] Master@127.0.107.252:43269 shutting down...
I20260608 12:38:38.947355   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:38.947865   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:38.948136   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 46b40f01255640b7939a75ad11d86bd9: stopping tablet replica
I20260608 12:38:38.965636   431 master.cc:584] Master@127.0.107.252:43269 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (4740 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260608 12:38:38.989418   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37761
I20260608 12:38:38.990474   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:38.994972   977 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:38.995738   978 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:38.996428   980 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:38.996802   431 server_base.cc:1061] running on GCE node
I20260608 12:38:38.997500   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:38.997676   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:38.997789   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922318997779 us; error 0 us; skew 500 ppm
I20260608 12:38:38.998303   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:39.000581   431 webserver.cc:533] Webserver started at http://127.0.107.254:39025/ using document root <none> and password file <none>
I20260608 12:38:39.001030   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:39.001183   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:39.001396   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:39.002358   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "f5eadd9afc254d829689cc9cfe3522c7"
format_stamp: "Formatted at 2026-06-08 12:38:38 on dist-test-slave-jl41"
I20260608 12:38:39.006596   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:38:39.009780   985 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.010458   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:38:39.010718   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "f5eadd9afc254d829689cc9cfe3522c7"
format_stamp: "Formatted at 2026-06-08 12:38:38 on dist-test-slave-jl41"
I20260608 12:38:39.010963   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:39.032599   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:39.033563   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:39.066288   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37761
I20260608 12:38:39.066395  1036 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37761 every 8 connection(s)
I20260608 12:38:39.070137  1037 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:39.079850  1037 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7: Bootstrap starting.
I20260608 12:38:39.083894  1037 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:39.087448  1037 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7: No bootstrap required, opened a new log
I20260608 12:38:39.089329  1037 raft_consensus.cc:359] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5eadd9afc254d829689cc9cfe3522c7" member_type: VOTER }
I20260608 12:38:39.089677  1037 raft_consensus.cc:385] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:39.089893  1037 raft_consensus.cc:740] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5eadd9afc254d829689cc9cfe3522c7, State: Initialized, Role: FOLLOWER
I20260608 12:38:39.090438  1037 consensus_queue.cc:260] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f5eadd9afc254d829689cc9cfe3522c7" member_type: VOTER }
I20260608 12:38:39.090863  1037 raft_consensus.cc:399] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:39.091084  1037 raft_consensus.cc:493] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:39.091365  1037 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:39.096331  1037 raft_consensus.cc:515] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5eadd9afc254d829689cc9cfe3522c7" member_type: VOTER }
I20260608 12:38:39.096801  1037 leader_election.cc:304] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [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: f5eadd9afc254d829689cc9cfe3522c7; no voters: 
I20260608 12:38:39.097796  1037 leader_election.cc:290] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:39.098125  1040 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:39.099350  1040 raft_consensus.cc:697] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [term 1 LEADER]: Becoming Leader. State: Replica: f5eadd9afc254d829689cc9cfe3522c7, State: Running, Role: LEADER
I20260608 12:38:39.100023  1040 consensus_queue.cc:237] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [LEADER]: Queue going to LEADER mode. State: All 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: "f5eadd9afc254d829689cc9cfe3522c7" member_type: VOTER }
I20260608 12:38:39.100481  1037 sys_catalog.cc:565] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:39.102576  1041 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f5eadd9afc254d829689cc9cfe3522c7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5eadd9afc254d829689cc9cfe3522c7" member_type: VOTER } }
I20260608 12:38:39.103281  1041 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:39.102624  1042 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f5eadd9afc254d829689cc9cfe3522c7. Latest consensus state: current_term: 1 leader_uuid: "f5eadd9afc254d829689cc9cfe3522c7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5eadd9afc254d829689cc9cfe3522c7" member_type: VOTER } }
I20260608 12:38:39.104326  1042 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:39.105897  1046 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:39.110620  1046 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:39.113531   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:39.119113  1046 catalog_manager.cc:1382] Generated new cluster ID: 00ee261d12f34a24aea9be2b50fb6e63
I20260608 12:38:39.119357  1046 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:39.136761  1046 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:39.137884  1046 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:39.154630  1046 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7: Generated new TSK 0
I20260608 12:38:39.155181  1046 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:39.180137   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:39.186022  1058 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:39.186262  1059 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:39.188133  1061 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:39.190842   431 server_base.cc:1061] running on GCE node
I20260608 12:38:39.192654   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:39.192845   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:39.193020   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922319193004 us; error 0 us; skew 500 ppm
I20260608 12:38:39.193635   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:39.195888   431 webserver.cc:533] Webserver started at http://127.0.107.193:35943/ using document root <none> and password file <none>
I20260608 12:38:39.196391   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:39.196566   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:39.196835   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:39.197844   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "e022e0cea57b4acd964f7bde315942bf"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-jl41"
I20260608 12:38:39.202301   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260608 12:38:39.205461  1066 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.206161   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:38:39.206424   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "e022e0cea57b4acd964f7bde315942bf"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-jl41"
I20260608 12:38:39.206667   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:39.221503   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:39.222434   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:39.223798   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:39.225943   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:39.226116   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.226356   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:39.226512   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.261410   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:39341
I20260608 12:38:39.261510  1128 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:39341 every 8 connection(s)
I20260608 12:38:39.266201   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:39.274268  1133 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:39.278793  1134 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:39.281538   431 server_base.cc:1061] running on GCE node
I20260608 12:38:39.281678  1129 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37761
I20260608 12:38:39.282161  1129 heartbeater.cc:461] Registering TS with master...
W20260608 12:38:39.282155  1136 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:39.283149   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:38:39.283186  1129 heartbeater.cc:507] Master 127.0.107.254:37761 requested a full tablet report, sending...
W20260608 12:38:39.283548   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:39.283766   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922319283750 us; error 0 us; skew 500 ppm
I20260608 12:38:39.284473   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:39.285676  1002 ts_manager.cc:194] Registered new tserver with Master: e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341)
I20260608 12:38:39.287344   431 webserver.cc:533] Webserver started at http://127.0.107.194:37563/ using document root <none> and password file <none>
I20260608 12:38:39.288028   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:39.288151  1002 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48236
I20260608 12:38:39.288287   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:39.288671   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:39.289916   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "7210503c846848e5b5e3d2938adc1ffd"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-jl41"
I20260608 12:38:39.294227   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:38:39.297535  1141 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.298214   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:38:39.298499   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "7210503c846848e5b5e3d2938adc1ffd"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-jl41"
I20260608 12:38:39.298738   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:39.311084   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:39.312101   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:39.313411   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:39.315549   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:39.315726   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.315953   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:39.316093   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.350963   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37899
I20260608 12:38:39.351107  1203 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37899 every 8 connection(s)
I20260608 12:38:39.355702   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:39.361769  1207 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:39.363358  1208 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:39.365288   431 server_base.cc:1061] running on GCE node
W20260608 12:38:39.366626  1210 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:39.367455  1204 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37761
I20260608 12:38:39.367607   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:38:39.367798  1204 heartbeater.cc:461] Registering TS with master...
W20260608 12:38:39.367903   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:39.368165   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922319368147 us; error 0 us; skew 500 ppm
I20260608 12:38:39.368635  1204 heartbeater.cc:507] Master 127.0.107.254:37761 requested a full tablet report, sending...
I20260608 12:38:39.368768   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:39.370798  1002 ts_manager.cc:194] Registered new tserver with Master: 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899)
I20260608 12:38:39.371466   431 webserver.cc:533] Webserver started at http://127.0.107.195:39727/ using document root <none> and password file <none>
I20260608 12:38:39.372159   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:39.372387   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:39.372581  1002 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48240
I20260608 12:38:39.372697   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:39.374082   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "888708e3dbbb4580852f9e7c31d7972c"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-jl41"
I20260608 12:38:39.378332   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:38:39.381501  1215 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.382406   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:38:39.382797   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "888708e3dbbb4580852f9e7c31d7972c"
format_stamp: "Formatted at 2026-06-08 12:38:39 on dist-test-slave-jl41"
I20260608 12:38:39.383107   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:39.403855   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:39.404838   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:39.406111   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:39.408332   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:39.408604   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:38:39.408825   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:39.408987   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:39.444067   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35965
I20260608 12:38:39.444186  1277 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35965 every 8 connection(s)
I20260608 12:38:39.457163  1278 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37761
I20260608 12:38:39.457538  1278 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:39.458227  1278 heartbeater.cc:507] Master 127.0.107.254:37761 requested a full tablet report, sending...
I20260608 12:38:39.460094  1002 ts_manager.cc:194] Registered new tserver with Master: 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:39.460505   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013283083s
I20260608 12:38:39.461694  1002 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48242
I20260608 12:38:40.290675  1129 heartbeater.cc:499] Master 127.0.107.254:37761 was elected leader, sending a full tablet report...
I20260608 12:38:40.375000  1204 heartbeater.cc:499] Master 127.0.107.254:37761 was elected leader, sending a full tablet report...
I20260608 12:38:40.464175  1278 heartbeater.cc:499] Master 127.0.107.254:37761 was elected leader, sending a full tablet report...
I20260608 12:38:40.519532  1002 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38818:
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:38:40.521999  1002 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:38:40.584436  1167 tablet_service.cc:1511] Processing CreateTablet for tablet f3f4057d71994d7eb820489fdb13ad2a (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:38:40.585853  1167 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3f4057d71994d7eb820489fdb13ad2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.586100  1166 tablet_service.cc:1511] Processing CreateTablet for tablet 8794ba00ebed44b6b42fc0f5efd0e5b5 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:38:40.587598  1166 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8794ba00ebed44b6b42fc0f5efd0e5b5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.582819  1169 tablet_service.cc:1511] Processing CreateTablet for tablet aec866d9be8546f99dd00ed31904eba6 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:38:40.588543  1168 tablet_service.cc:1511] Processing CreateTablet for tablet e8d598a622784772a1617cfdb195b188 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:38:40.589188  1169 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aec866d9be8546f99dd00ed31904eba6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.589795  1168 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e8d598a622784772a1617cfdb195b188. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.603405  1243 tablet_service.cc:1511] Processing CreateTablet for tablet aec866d9be8546f99dd00ed31904eba6 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:38:40.604387  1240 tablet_service.cc:1511] Processing CreateTablet for tablet 8794ba00ebed44b6b42fc0f5efd0e5b5 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:38:40.606274  1242 tablet_service.cc:1511] Processing CreateTablet for tablet e8d598a622784772a1617cfdb195b188 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:38:40.608520  1241 tablet_service.cc:1511] Processing CreateTablet for tablet f3f4057d71994d7eb820489fdb13ad2a (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:38:40.604830  1243 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aec866d9be8546f99dd00ed31904eba6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.610386  1240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8794ba00ebed44b6b42fc0f5efd0e5b5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.611148  1297 tablet_bootstrap.cc:492] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd: Bootstrap starting.
I20260608 12:38:40.612885  1242 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e8d598a622784772a1617cfdb195b188. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.615700  1241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3f4057d71994d7eb820489fdb13ad2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.618858  1297 tablet_bootstrap.cc:654] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.633281  1094 tablet_service.cc:1511] Processing CreateTablet for tablet aec866d9be8546f99dd00ed31904eba6 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:38:40.634666  1094 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aec866d9be8546f99dd00ed31904eba6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.643292  1169 tablet_service.cc:1511] Processing CreateTablet for tablet 794b335bba604761b36c9f7065c3ef93 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:38:40.644770  1169 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 794b335bba604761b36c9f7065c3ef93. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.649574  1093 tablet_service.cc:1511] Processing CreateTablet for tablet e8d598a622784772a1617cfdb195b188 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:38:40.650966  1093 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e8d598a622784772a1617cfdb195b188. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.655925  1241 tablet_service.cc:1511] Processing CreateTablet for tablet 794b335bba604761b36c9f7065c3ef93 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:38:40.657244  1241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 794b335bba604761b36c9f7065c3ef93. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.657060  1092 tablet_service.cc:1511] Processing CreateTablet for tablet f3f4057d71994d7eb820489fdb13ad2a (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:38:40.658336  1092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3f4057d71994d7eb820489fdb13ad2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.663659  1091 tablet_service.cc:1511] Processing CreateTablet for tablet 8794ba00ebed44b6b42fc0f5efd0e5b5 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:38:40.664963  1091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8794ba00ebed44b6b42fc0f5efd0e5b5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.666752  1167 tablet_service.cc:1511] Processing CreateTablet for tablet 8b1be017a3d746d7942a690e645f11e2 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:38:40.668165  1167 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b1be017a3d746d7942a690e645f11e2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.676301  1297 tablet_bootstrap.cc:492] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd: No bootstrap required, opened a new log
I20260608 12:38:40.676802  1297 ts_tablet_manager.cc:1403] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd: Time spent bootstrapping tablet: real 0.066s	user 0.016s	sys 0.011s
I20260608 12:38:40.680143  1168 tablet_service.cc:1511] Processing CreateTablet for tablet cb73ebbbebf74a40a7c5d22f2ca8f260 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:38:40.681466  1168 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb73ebbbebf74a40a7c5d22f2ca8f260. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.681661  1090 tablet_service.cc:1511] Processing CreateTablet for tablet 794b335bba604761b36c9f7065c3ef93 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:38:40.682961  1090 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 794b335bba604761b36c9f7065c3ef93. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.684504  1089 tablet_service.cc:1511] Processing CreateTablet for tablet 8b1be017a3d746d7942a690e645f11e2 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:38:40.685839  1089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b1be017a3d746d7942a690e645f11e2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.688078  1166 tablet_service.cc:1511] Processing CreateTablet for tablet e1d2b4006bb04feca7caedfe5ab03aa1 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:38:40.689296  1166 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1d2b4006bb04feca7caedfe5ab03aa1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.688486  1088 tablet_service.cc:1511] Processing CreateTablet for tablet cb73ebbbebf74a40a7c5d22f2ca8f260 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:38:40.692730  1088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb73ebbbebf74a40a7c5d22f2ca8f260. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.695822  1087 tablet_service.cc:1511] Processing CreateTablet for tablet e1d2b4006bb04feca7caedfe5ab03aa1 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:38:40.698586  1087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1d2b4006bb04feca7caedfe5ab03aa1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.701212  1297 raft_consensus.cc:359] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.701942  1297 raft_consensus.cc:385] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.702240  1297 raft_consensus.cc:740] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.703286  1297 consensus_queue.cc:260] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.706983  1299 tablet_bootstrap.cc:492] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c: Bootstrap starting.
I20260608 12:38:40.706539  1243 tablet_service.cc:1511] Processing CreateTablet for tablet 8b1be017a3d746d7942a690e645f11e2 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:38:40.708084  1243 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b1be017a3d746d7942a690e645f11e2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.711791  1240 tablet_service.cc:1511] Processing CreateTablet for tablet e1d2b4006bb04feca7caedfe5ab03aa1 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:38:40.713115  1240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1d2b4006bb04feca7caedfe5ab03aa1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.716934  1299 tablet_bootstrap.cc:654] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.733264  1300 tablet_bootstrap.cc:492] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf: Bootstrap starting.
I20260608 12:38:40.735651  1241 tablet_service.cc:1511] Processing CreateTablet for tablet cb73ebbbebf74a40a7c5d22f2ca8f260 (DEFAULT_TABLE table=test-workload [id=962efcc3ceac4e3f86d4fad89e8bb79a]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:38:40.737813  1241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb73ebbbebf74a40a7c5d22f2ca8f260. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:40.751925  1300 tablet_bootstrap.cc:654] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.756947  1297 ts_tablet_manager.cc:1434] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd: Time spent starting tablet: real 0.080s	user 0.009s	sys 0.022s
I20260608 12:38:40.765651  1297 tablet_bootstrap.cc:492] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd: Bootstrap starting.
I20260608 12:38:40.769027  1299 tablet_bootstrap.cc:492] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c: No bootstrap required, opened a new log
I20260608 12:38:40.769418  1299 ts_tablet_manager.cc:1403] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c: Time spent bootstrapping tablet: real 0.063s	user 0.016s	sys 0.010s
I20260608 12:38:40.770745  1297 tablet_bootstrap.cc:654] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.771678  1299 raft_consensus.cc:359] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.772591  1300 tablet_bootstrap.cc:492] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf: No bootstrap required, opened a new log
I20260608 12:38:40.772411  1299 raft_consensus.cc:385] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.773078  1300 ts_tablet_manager.cc:1403] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf: Time spent bootstrapping tablet: real 0.040s	user 0.012s	sys 0.000s
I20260608 12:38:40.773144  1299 raft_consensus.cc:740] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 888708e3dbbb4580852f9e7c31d7972c, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.776062  1299 consensus_queue.cc:260] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.776279  1300 raft_consensus.cc:359] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } }
I20260608 12:38:40.776947  1300 raft_consensus.cc:385] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.777257  1300 raft_consensus.cc:740] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e022e0cea57b4acd964f7bde315942bf, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.777411  1297 tablet_bootstrap.cc:492] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd: No bootstrap required, opened a new log
I20260608 12:38:40.778012  1297 ts_tablet_manager.cc:1403] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.001s
I20260608 12:38:40.778240  1300 consensus_queue.cc:260] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } }
I20260608 12:38:40.780834  1297 raft_consensus.cc:359] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } }
I20260608 12:38:40.781466  1297 raft_consensus.cc:385] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.781698  1297 raft_consensus.cc:740] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.782321  1297 consensus_queue.cc:260] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } }
I20260608 12:38:40.784260  1297 ts_tablet_manager.cc:1434] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:38:40.784862  1300 ts_tablet_manager.cc:1434] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.000s
I20260608 12:38:40.785202  1297 tablet_bootstrap.cc:492] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd: Bootstrap starting.
I20260608 12:38:40.786917  1299 ts_tablet_manager.cc:1434] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c: Time spent starting tablet: real 0.017s	user 0.013s	sys 0.003s
I20260608 12:38:40.787971  1300 tablet_bootstrap.cc:492] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf: Bootstrap starting.
I20260608 12:38:40.791189  1297 tablet_bootstrap.cc:654] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.795042  1299 tablet_bootstrap.cc:492] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c: Bootstrap starting.
I20260608 12:38:40.796478  1297 tablet_bootstrap.cc:492] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd: No bootstrap required, opened a new log
I20260608 12:38:40.796960  1297 ts_tablet_manager.cc:1403] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260608 12:38:40.800671  1300 tablet_bootstrap.cc:654] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.802845  1299 tablet_bootstrap.cc:654] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.799809  1297 raft_consensus.cc:359] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.807108  1297 raft_consensus.cc:385] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.807435  1297 raft_consensus.cc:740] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.808043  1300 tablet_bootstrap.cc:492] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf: No bootstrap required, opened a new log
I20260608 12:38:40.808532  1300 ts_tablet_manager.cc:1403] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf: Time spent bootstrapping tablet: real 0.021s	user 0.008s	sys 0.005s
I20260608 12:38:40.808308  1297 consensus_queue.cc:260] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.810122  1299 tablet_bootstrap.cc:492] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c: No bootstrap required, opened a new log
I20260608 12:38:40.810518  1297 ts_tablet_manager.cc:1434] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260608 12:38:40.810606  1299 ts_tablet_manager.cc:1403] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.006s
I20260608 12:38:40.811661  1297 tablet_bootstrap.cc:492] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd: Bootstrap starting.
I20260608 12:38:40.811443  1300 raft_consensus.cc:359] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.812188  1300 raft_consensus.cc:385] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.812568  1300 raft_consensus.cc:740] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e022e0cea57b4acd964f7bde315942bf, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.813306  1300 consensus_queue.cc:260] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.813643  1299 raft_consensus.cc:359] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.814282  1299 raft_consensus.cc:385] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.814582  1299 raft_consensus.cc:740] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 888708e3dbbb4580852f9e7c31d7972c, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.815842  1300 ts_tablet_manager.cc:1434] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
I20260608 12:38:40.815586  1299 consensus_queue.cc:260] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.816875  1300 tablet_bootstrap.cc:492] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf: Bootstrap starting.
I20260608 12:38:40.818056  1297 tablet_bootstrap.cc:654] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.820195  1299 ts_tablet_manager.cc:1434] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:38:40.821225  1299 tablet_bootstrap.cc:492] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c: Bootstrap starting.
I20260608 12:38:40.823232  1300 tablet_bootstrap.cc:654] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.826743  1306 raft_consensus.cc:493] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:40.826923  1299 tablet_bootstrap.cc:654] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.827363  1306 raft_consensus.cc:515] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } }
I20260608 12:38:40.830785  1297 tablet_bootstrap.cc:492] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd: No bootstrap required, opened a new log
I20260608 12:38:40.831385  1297 ts_tablet_manager.cc:1403] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.003s
I20260608 12:38:40.834525  1297 raft_consensus.cc:359] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.836009  1306 leader_election.cc:290] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:40.836609  1301 raft_consensus.cc:493] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:40.835300  1297 raft_consensus.cc:385] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.837508  1297 raft_consensus.cc:740] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.837113  1301 raft_consensus.cc:515] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.838502  1297 consensus_queue.cc:260] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.840628  1300 tablet_bootstrap.cc:492] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf: No bootstrap required, opened a new log
I20260608 12:38:40.841184  1300 ts_tablet_manager.cc:1403] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.003s
I20260608 12:38:40.844280  1300 raft_consensus.cc:359] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.845033  1300 raft_consensus.cc:385] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.845340  1300 raft_consensus.cc:740] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e022e0cea57b4acd964f7bde315942bf, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.846145  1300 consensus_queue.cc:260] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.848779  1300 ts_tablet_manager.cc:1434] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260608 12:38:40.849087  1301 leader_election.cc:290] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:40.849820  1300 tablet_bootstrap.cc:492] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf: Bootstrap starting.
I20260608 12:38:40.860862  1300 tablet_bootstrap.cc:654] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.862496  1299 tablet_bootstrap.cc:492] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c: No bootstrap required, opened a new log
I20260608 12:38:40.865823  1299 ts_tablet_manager.cc:1403] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c: Time spent bootstrapping tablet: real 0.045s	user 0.011s	sys 0.011s
I20260608 12:38:40.868643  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec866d9be8546f99dd00ed31904eba6" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd" is_pre_election: true
I20260608 12:38:40.868875  1299 raft_consensus.cc:359] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } }
I20260608 12:38:40.869490  1179 raft_consensus.cc:2468] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 0.
I20260608 12:38:40.869748  1299 raft_consensus.cc:385] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:40.870235  1299 raft_consensus.cc:740] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 888708e3dbbb4580852f9e7c31d7972c, State: Initialized, Role: FOLLOWER
I20260608 12:38:40.870978  1069 leader_election.cc:304] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 
I20260608 12:38:40.871191  1299 consensus_queue.cc:260] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } }
I20260608 12:38:40.875082  1306 raft_consensus.cc:2804] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:40.875517  1306 raft_consensus.cc:493] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:40.875862  1306 raft_consensus.cc:3060] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:40.878583  1305 raft_consensus.cc:493] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:40.879122  1305 raft_consensus.cc:515] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.893934  1305 leader_election.cc:290] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899)
I20260608 12:38:40.916939  1299 ts_tablet_manager.cc:1434] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c: Time spent starting tablet: real 0.051s	user 0.006s	sys 0.000s
I20260608 12:38:40.930258  1299 tablet_bootstrap.cc:492] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c: Bootstrap starting.
I20260608 12:38:40.893828  1306 raft_consensus.cc:515] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } }
I20260608 12:38:40.934260  1306 leader_election.cc:290] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 election: Requested vote from peers 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:40.934827  1306 raft_consensus.cc:493] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:40.939342  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec866d9be8546f99dd00ed31904eba6" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd"
I20260608 12:38:40.939940  1179 raft_consensus.cc:3060] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:40.943758  1253 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec866d9be8546f99dd00ed31904eba6" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c" is_pre_election: true
I20260608 12:38:40.944476  1253 raft_consensus.cc:2468] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 0.
I20260608 12:38:40.946023  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec866d9be8546f99dd00ed31904eba6" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c"
I20260608 12:38:40.946655  1252 raft_consensus.cc:3060] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:40.954890  1179 raft_consensus.cc:2468] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 1.
I20260608 12:38:40.957885  1252 raft_consensus.cc:2468] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 1.
I20260608 12:38:40.960142  1069 leader_election.cc:304] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 
I20260608 12:38:40.961076  1321 raft_consensus.cc:2804] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:40.962404  1301 raft_consensus.cc:493] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:40.962913  1301 raft_consensus.cc:515] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.965024  1301 leader_election.cc:290] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:40.971057  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f4057d71994d7eb820489fdb13ad2a" candidate_uuid: "888708e3dbbb4580852f9e7c31d7972c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd" is_pre_election: true
I20260608 12:38:40.971755  1179 raft_consensus.cc:2468] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 888708e3dbbb4580852f9e7c31d7972c in term 0.
I20260608 12:38:40.971642  1104 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f4057d71994d7eb820489fdb13ad2a" candidate_uuid: "888708e3dbbb4580852f9e7c31d7972c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf" is_pre_election: true
I20260608 12:38:40.974115  1299 tablet_bootstrap.cc:654] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:40.975193  1218 leader_election.cc:304] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, 888708e3dbbb4580852f9e7c31d7972c; no voters: 
I20260608 12:38:40.976112  1305 raft_consensus.cc:2804] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:40.976490  1305 raft_consensus.cc:493] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:40.976828  1305 raft_consensus.cc:3060] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:40.976861  1321 raft_consensus.cc:697] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 1 LEADER]: Becoming Leader. State: Replica: e022e0cea57b4acd964f7bde315942bf, State: Running, Role: LEADER
I20260608 12:38:40.978101  1321 consensus_queue.cc:237] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } }
I20260608 12:38:40.985571  1305 raft_consensus.cc:515] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:40.988559  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f4057d71994d7eb820489fdb13ad2a" candidate_uuid: "888708e3dbbb4580852f9e7c31d7972c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf"
I20260608 12:38:40.991683  1305 leader_election.cc:290] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [CANDIDATE]: Term 1 election: Requested vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899)
I20260608 12:38:40.993094  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f4057d71994d7eb820489fdb13ad2a" candidate_uuid: "888708e3dbbb4580852f9e7c31d7972c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd"
I20260608 12:38:40.993657  1179 raft_consensus.cc:3060] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:40.998121  1000 catalog_manager.cc:5696] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf reported cstate change: term changed from 0 to 1, leader changed from <none> to e022e0cea57b4acd964f7bde315942bf (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e022e0cea57b4acd964f7bde315942bf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:41.003353  1179 raft_consensus.cc:2468] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 888708e3dbbb4580852f9e7c31d7972c in term 1.
I20260608 12:38:41.004431  1218 leader_election.cc:304] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [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: 7210503c846848e5b5e3d2938adc1ffd, 888708e3dbbb4580852f9e7c31d7972c; no voters: e022e0cea57b4acd964f7bde315942bf
I20260608 12:38:40.935272  1306 raft_consensus.cc:515] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.005669  1305 raft_consensus.cc:2804] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:41.009321  1104 raft_consensus.cc:2468] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 888708e3dbbb4580852f9e7c31d7972c in term 0.
I20260608 12:38:41.013566  1297 ts_tablet_manager.cc:1434] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd: Time spent starting tablet: real 0.182s	user 0.073s	sys 0.101s
I20260608 12:38:41.015126  1297 tablet_bootstrap.cc:492] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd: Bootstrap starting.
I20260608 12:38:41.019949  1300 tablet_bootstrap.cc:492] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf: No bootstrap required, opened a new log
I20260608 12:38:41.020464  1300 ts_tablet_manager.cc:1403] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf: Time spent bootstrapping tablet: real 0.171s	user 0.070s	sys 0.083s
I20260608 12:38:41.022049  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f4057d71994d7eb820489fdb13ad2a" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd" is_pre_election: true
I20260608 12:38:41.022855  1179 raft_consensus.cc:2393] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e022e0cea57b4acd964f7bde315942bf in current term 1: Already voted for candidate 888708e3dbbb4580852f9e7c31d7972c in this term.
I20260608 12:38:41.022878  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f4057d71994d7eb820489fdb13ad2a" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c" is_pre_election: true
I20260608 12:38:41.023190  1253 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8794ba00ebed44b6b42fc0f5efd0e5b5" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c" is_pre_election: true
I20260608 12:38:41.024144  1253 raft_consensus.cc:2468] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 0.
I20260608 12:38:41.022868  1297 tablet_bootstrap.cc:654] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.025007  1103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8794ba00ebed44b6b42fc0f5efd0e5b5" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf" is_pre_election: true
I20260608 12:38:41.025887  1300 raft_consensus.cc:359] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.027024  1253 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f4057d71994d7eb820489fdb13ad2a" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c" is_pre_election: true
I20260608 12:38:41.027835  1300 raft_consensus.cc:385] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.028175  1300 raft_consensus.cc:740] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e022e0cea57b4acd964f7bde315942bf, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.027513  1104 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f4057d71994d7eb820489fdb13ad2a" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf" is_pre_election: true
I20260608 12:38:41.028834  1104 raft_consensus.cc:2468] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 0.
I20260608 12:38:41.029287  1068 leader_election.cc:304] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [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: e022e0cea57b4acd964f7bde315942bf; no voters: 7210503c846848e5b5e3d2938adc1ffd, 888708e3dbbb4580852f9e7c31d7972c
I20260608 12:38:41.028916  1300 consensus_queue.cc:260] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
W20260608 12:38:41.026991  1143 leader_election.cc:343] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:38:41.031080  1143 leader_election.cc:304] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [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: 7210503c846848e5b5e3d2938adc1ffd, 888708e3dbbb4580852f9e7c31d7972c; no voters: e022e0cea57b4acd964f7bde315942bf
I20260608 12:38:41.032127  1300 ts_tablet_manager.cc:1434] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.004s
I20260608 12:38:41.032462  1143 leader_election.cc:304] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 
I20260608 12:38:41.033231  1300 tablet_bootstrap.cc:492] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf: Bootstrap starting.
I20260608 12:38:41.033262  1301 raft_consensus.cc:2804] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:41.033836  1301 raft_consensus.cc:493] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:41.034179  1301 raft_consensus.cc:3060] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.029136  1306 leader_election.cc:290] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.030452  1321 raft_consensus.cc:3060] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.023506  1305 raft_consensus.cc:697] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 1 LEADER]: Becoming Leader. State: Replica: 888708e3dbbb4580852f9e7c31d7972c, State: Running, Role: LEADER
I20260608 12:38:41.038193  1299 tablet_bootstrap.cc:492] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c: No bootstrap required, opened a new log
I20260608 12:38:41.037199  1315 raft_consensus.cc:2764] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260608 12:38:41.039250  1299 ts_tablet_manager.cc:1403] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c: Time spent bootstrapping tablet: real 0.109s	user 0.007s	sys 0.008s
I20260608 12:38:41.040495  1305 consensus_queue.cc:237] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.043169  1299 raft_consensus.cc:359] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.043994  1299 raft_consensus.cc:385] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.044801  1299 raft_consensus.cc:740] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 888708e3dbbb4580852f9e7c31d7972c, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.046525  1299 consensus_queue.cc:260] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.049407  1299 ts_tablet_manager.cc:1434] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:38:41.050442  1299 tablet_bootstrap.cc:492] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c: Bootstrap starting.
I20260608 12:38:41.051819  1321 raft_consensus.cc:2749] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:38:41.052670  1300 tablet_bootstrap.cc:654] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.053030  1000 catalog_manager.cc:5696] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c reported cstate change: term changed from 0 to 1, leader changed from <none> to 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195). New cstate: current_term: 1 leader_uuid: "888708e3dbbb4580852f9e7c31d7972c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:41.045819  1301 raft_consensus.cc:515] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.058866  1301 leader_election.cc:290] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 election: Requested vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.060904  1104 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8794ba00ebed44b6b42fc0f5efd0e5b5" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf"
I20260608 12:38:41.061316  1297 tablet_bootstrap.cc:492] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd: No bootstrap required, opened a new log
I20260608 12:38:41.062067  1297 ts_tablet_manager.cc:1403] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd: Time spent bootstrapping tablet: real 0.047s	user 0.022s	sys 0.004s
W20260608 12:38:41.062816  1143 leader_election.cc:343] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:38:41.066453  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8794ba00ebed44b6b42fc0f5efd0e5b5" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c"
I20260608 12:38:41.061930  1321 raft_consensus.cc:493] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:41.078050  1252 raft_consensus.cc:3060] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.078109  1321 raft_consensus.cc:515] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.080753  1297 raft_consensus.cc:359] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.081485  1297 raft_consensus.cc:385] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.081784  1297 raft_consensus.cc:740] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.081867  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb73ebbbebf74a40a7c5d22f2ca8f260" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd" is_pre_election: true
I20260608 12:38:41.082711  1297 consensus_queue.cc:260] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
W20260608 12:38:41.083720  1069 leader_election.cc:343] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:38:41.086263  1299 tablet_bootstrap.cc:654] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.086606  1253 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb73ebbbebf74a40a7c5d22f2ca8f260" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c" is_pre_election: true
I20260608 12:38:41.087070  1321 leader_election.cc:290] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.088376  1297 ts_tablet_manager.cc:1434] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd: Time spent starting tablet: real 0.011s	user 0.000s	sys 0.007s
I20260608 12:38:41.089309  1300 tablet_bootstrap.cc:492] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf: No bootstrap required, opened a new log
I20260608 12:38:41.089665  1252 raft_consensus.cc:2468] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 1.
W20260608 12:38:41.091219  1068 leader_election.cc:343] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:38:41.091958  1300 ts_tablet_manager.cc:1403] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf: Time spent bootstrapping tablet: real 0.059s	user 0.022s	sys 0.017s
I20260608 12:38:41.092146  1068 leader_election.cc:304] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [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: e022e0cea57b4acd964f7bde315942bf; no voters: 7210503c846848e5b5e3d2938adc1ffd, 888708e3dbbb4580852f9e7c31d7972c
I20260608 12:38:41.093010  1321 raft_consensus.cc:2749] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:38:41.094118  1143 leader_election.cc:304] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [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: 7210503c846848e5b5e3d2938adc1ffd, 888708e3dbbb4580852f9e7c31d7972c; no voters: e022e0cea57b4acd964f7bde315942bf
I20260608 12:38:41.095060  1301 raft_consensus.cc:2804] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:41.095127  1300 raft_consensus.cc:359] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.095723  1301 raft_consensus.cc:697] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Becoming Leader. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Running, Role: LEADER
I20260608 12:38:41.095978  1297 tablet_bootstrap.cc:492] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd: Bootstrap starting.
I20260608 12:38:41.095973  1300 raft_consensus.cc:385] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.096521  1300 raft_consensus.cc:740] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e022e0cea57b4acd964f7bde315942bf, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.096958  1301 consensus_queue.cc:237] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.097258  1300 consensus_queue.cc:260] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.099472  1300 ts_tablet_manager.cc:1434] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:38:41.101717  1300 tablet_bootstrap.cc:492] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf: Bootstrap starting.
I20260608 12:38:41.102507  1299 tablet_bootstrap.cc:492] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c: No bootstrap required, opened a new log
I20260608 12:38:41.102980  1299 ts_tablet_manager.cc:1403] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c: Time spent bootstrapping tablet: real 0.053s	user 0.007s	sys 0.003s
I20260608 12:38:41.103672  1297 tablet_bootstrap.cc:654] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.108700  1300 tablet_bootstrap.cc:654] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.110014  1299 raft_consensus.cc:359] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.110740  1299 raft_consensus.cc:385] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.111052  1299 raft_consensus.cc:740] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 888708e3dbbb4580852f9e7c31d7972c, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.112301  1299 consensus_queue.cc:260] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.113754  1055 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
W20260608 12:38:41.115926  1050 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
W20260608 12:38:41.116797  1055 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:38:41.123039  1297 tablet_bootstrap.cc:492] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd: No bootstrap required, opened a new log
I20260608 12:38:41.124140  1297 ts_tablet_manager.cc:1403] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd: Time spent bootstrapping tablet: real 0.028s	user 0.015s	sys 0.012s
I20260608 12:38:41.124094  1299 ts_tablet_manager.cc:1434] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.002s
I20260608 12:38:41.128225  1297 raft_consensus.cc:359] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.129119  1297 raft_consensus.cc:385] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.129781  1299 tablet_bootstrap.cc:492] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c: Bootstrap starting.
I20260608 12:38:41.129722  1321 raft_consensus.cc:493] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:41.130226  1297 raft_consensus.cc:740] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.130532  1321 raft_consensus.cc:515] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.131202  1297 consensus_queue.cc:260] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.132722  1321 leader_election.cc:290] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.133867  1297 ts_tablet_manager.cc:1434] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:38:41.134927  1297 tablet_bootstrap.cc:492] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd: Bootstrap starting.
I20260608 12:38:41.134069  1001 catalog_manager.cc:5696] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7210503c846848e5b5e3d2938adc1ffd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:41.135286  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8794ba00ebed44b6b42fc0f5efd0e5b5" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd" is_pre_election: true
I20260608 12:38:41.135962  1300 tablet_bootstrap.cc:492] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf: No bootstrap required, opened a new log
I20260608 12:38:41.136461  1300 ts_tablet_manager.cc:1403] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf: Time spent bootstrapping tablet: real 0.035s	user 0.011s	sys 0.009s
I20260608 12:38:41.134809  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8794ba00ebed44b6b42fc0f5efd0e5b5" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c" is_pre_election: true
I20260608 12:38:41.137557  1252 raft_consensus.cc:2393] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e022e0cea57b4acd964f7bde315942bf in current term 1: Already voted for candidate 7210503c846848e5b5e3d2938adc1ffd in this term.
I20260608 12:38:41.138785  1068 leader_election.cc:304] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [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: e022e0cea57b4acd964f7bde315942bf; no voters: 7210503c846848e5b5e3d2938adc1ffd, 888708e3dbbb4580852f9e7c31d7972c
I20260608 12:38:41.139897  1321 raft_consensus.cc:3060] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.139717  1300 raft_consensus.cc:359] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.142788  1300 raft_consensus.cc:385] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.143177  1300 raft_consensus.cc:740] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e022e0cea57b4acd964f7bde315942bf, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.143989  1300 consensus_queue.cc:260] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.146220  1300 ts_tablet_manager.cc:1434] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf: Time spent starting tablet: real 0.009s	user 0.000s	sys 0.005s
I20260608 12:38:41.141460  1297 tablet_bootstrap.cc:654] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.148423  1321 raft_consensus.cc:2749] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:38:41.149775  1299 tablet_bootstrap.cc:654] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.150296  1300 tablet_bootstrap.cc:492] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf: Bootstrap starting.
I20260608 12:38:41.153470  1297 tablet_bootstrap.cc:492] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd: No bootstrap required, opened a new log
I20260608 12:38:41.154605  1297 ts_tablet_manager.cc:1403] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.008s
I20260608 12:38:41.157199  1301 raft_consensus.cc:493] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:41.157655  1301 raft_consensus.cc:515] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.157717  1297 raft_consensus.cc:359] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.158550  1297 raft_consensus.cc:385] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.158723  1300 tablet_bootstrap.cc:654] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.158882  1297 raft_consensus.cc:740] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.159865  1297 consensus_queue.cc:260] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.161324  1104 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8d598a622784772a1617cfdb195b188" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf" is_pre_election: true
I20260608 12:38:41.161936  1104 raft_consensus.cc:2468] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 0.
I20260608 12:38:41.162245  1297 ts_tablet_manager.cc:1434] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260608 12:38:41.163162  1143 leader_election.cc:304] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 
I20260608 12:38:41.163558  1297 tablet_bootstrap.cc:492] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd: Bootstrap starting.
I20260608 12:38:41.164444  1315 raft_consensus.cc:2804] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:41.164803  1315 raft_consensus.cc:493] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:41.165293  1315 raft_consensus.cc:3060] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.167009  1300 tablet_bootstrap.cc:492] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf: No bootstrap required, opened a new log
I20260608 12:38:41.167519  1300 ts_tablet_manager.cc:1403] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.003s
I20260608 12:38:41.159970  1301 leader_election.cc:290] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.168938  1299 tablet_bootstrap.cc:492] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c: No bootstrap required, opened a new log
I20260608 12:38:41.163700  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8d598a622784772a1617cfdb195b188" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c" is_pre_election: true
I20260608 12:38:41.169406  1299 ts_tablet_manager.cc:1403] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c: Time spent bootstrapping tablet: real 0.040s	user 0.010s	sys 0.004s
I20260608 12:38:41.169466  1252 raft_consensus.cc:2468] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 0.
I20260608 12:38:41.172819  1315 raft_consensus.cc:515] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.173821  1300 raft_consensus.cc:359] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.175469  1300 raft_consensus.cc:385] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.174075  1299 raft_consensus.cc:359] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.175757  1104 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8d598a622784772a1617cfdb195b188" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf"
I20260608 12:38:41.176314  1315 leader_election.cc:290] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 election: Requested vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.176380  1104 raft_consensus.cc:3060] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.175779  1300 raft_consensus.cc:740] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e022e0cea57b4acd964f7bde315942bf, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.176819  1297 tablet_bootstrap.cc:654] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.177624  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8d598a622784772a1617cfdb195b188" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c"
I20260608 12:38:41.177412  1300 consensus_queue.cc:260] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.178205  1252 raft_consensus.cc:3060] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.182372  1300 ts_tablet_manager.cc:1434] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf: Time spent starting tablet: real 0.015s	user 0.000s	sys 0.007s
I20260608 12:38:41.183409  1300 tablet_bootstrap.cc:492] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf: Bootstrap starting.
I20260608 12:38:41.187587  1252 raft_consensus.cc:2468] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 1.
I20260608 12:38:41.188879  1143 leader_election.cc:304] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, 888708e3dbbb4580852f9e7c31d7972c; no voters: 
I20260608 12:38:41.189615  1300 tablet_bootstrap.cc:654] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.189894  1299 raft_consensus.cc:385] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.190274  1299 raft_consensus.cc:740] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 888708e3dbbb4580852f9e7c31d7972c, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.191130  1315 raft_consensus.cc:2804] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:41.192484  1315 raft_consensus.cc:697] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Becoming Leader. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Running, Role: LEADER
I20260608 12:38:41.193596  1299 consensus_queue.cc:260] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.195147  1104 raft_consensus.cc:2468] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 1.
I20260608 12:38:41.194382  1315 consensus_queue.cc:237] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.199443  1300 tablet_bootstrap.cc:492] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf: No bootstrap required, opened a new log
I20260608 12:38:41.199796  1300 ts_tablet_manager.cc:1403] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.003s
I20260608 12:38:41.199995  1299 ts_tablet_manager.cc:1434] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c: Time spent starting tablet: real 0.030s	user 0.005s	sys 0.002s
I20260608 12:38:41.204213  1299 tablet_bootstrap.cc:492] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c: Bootstrap starting.
I20260608 12:38:41.204718  1297 tablet_bootstrap.cc:492] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd: No bootstrap required, opened a new log
I20260608 12:38:41.205068  1297 ts_tablet_manager.cc:1403] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd: Time spent bootstrapping tablet: real 0.042s	user 0.026s	sys 0.003s
I20260608 12:38:41.206915  1297 raft_consensus.cc:359] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.207393  1297 raft_consensus.cc:385] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.207594  1297 raft_consensus.cc:740] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.208164  1297 consensus_queue.cc:260] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.209830  1297 ts_tablet_manager.cc:1434] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.001s
I20260608 12:38:41.202667  1300 raft_consensus.cc:359] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.210408  1300 raft_consensus.cc:385] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.210629  1300 raft_consensus.cc:740] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e022e0cea57b4acd964f7bde315942bf, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.210783  1299 tablet_bootstrap.cc:654] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.211206  1300 consensus_queue.cc:260] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.213574  1300 ts_tablet_manager.cc:1434] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260608 12:38:41.217993  1299 tablet_bootstrap.cc:492] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c: No bootstrap required, opened a new log
I20260608 12:38:41.218547  1299 ts_tablet_manager.cc:1403] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.001s
I20260608 12:38:41.219645  1315 raft_consensus.cc:493] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:41.220209  1315 raft_consensus.cc:515] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.219745  1000 catalog_manager.cc:5696] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7210503c846848e5b5e3d2938adc1ffd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:41.221151  1299 raft_consensus.cc:359] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.221828  1299 raft_consensus.cc:385] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.222110  1299 raft_consensus.cc:740] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 888708e3dbbb4580852f9e7c31d7972c, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.222819  1299 consensus_queue.cc:260] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.223457  1315 leader_election.cc:290] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.224087  1104 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb73ebbbebf74a40a7c5d22f2ca8f260" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf" is_pre_election: true
I20260608 12:38:41.224597  1299 ts_tablet_manager.cc:1434] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:38:41.225396  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb73ebbbebf74a40a7c5d22f2ca8f260" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c" is_pre_election: true
I20260608 12:38:41.224668  1104 raft_consensus.cc:2468] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 0.
W20260608 12:38:41.226724  1143 leader_election.cc:343] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:38:41.227840  1143 leader_election.cc:304] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [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: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 888708e3dbbb4580852f9e7c31d7972c
I20260608 12:38:41.228998  1315 raft_consensus.cc:2804] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:41.225559  1299 tablet_bootstrap.cc:492] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c: Bootstrap starting.
I20260608 12:38:41.229350  1315 raft_consensus.cc:493] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:41.229702  1315 raft_consensus.cc:3060] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.235703  1315 raft_consensus.cc:515] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.236229  1299 tablet_bootstrap.cc:654] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:41.237727  1315 leader_election.cc:290] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 election: Requested vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.238838  1104 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb73ebbbebf74a40a7c5d22f2ca8f260" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf"
I20260608 12:38:41.238838  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb73ebbbebf74a40a7c5d22f2ca8f260" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c"
I20260608 12:38:41.239497  1104 raft_consensus.cc:3060] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:38:41.240638  1143 leader_election.cc:343] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:38:41.242202  1299 tablet_bootstrap.cc:492] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c: No bootstrap required, opened a new log
I20260608 12:38:41.242545  1299 ts_tablet_manager.cc:1403] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.004s
I20260608 12:38:41.244417  1104 raft_consensus.cc:2468] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 1.
I20260608 12:38:41.244323  1299 raft_consensus.cc:359] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.244869  1299 raft_consensus.cc:385] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:41.245119  1299 raft_consensus.cc:740] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 888708e3dbbb4580852f9e7c31d7972c, State: Initialized, Role: FOLLOWER
I20260608 12:38:41.245311  1143 leader_election.cc:304] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [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: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 888708e3dbbb4580852f9e7c31d7972c
I20260608 12:38:41.245764  1299 consensus_queue.cc:260] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.245962  1315 raft_consensus.cc:2804] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:41.246425  1315 raft_consensus.cc:697] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Becoming Leader. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Running, Role: LEADER
I20260608 12:38:41.247087  1315 consensus_queue.cc:237] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.247524  1299 ts_tablet_manager.cc:1434] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:38:41.251536  1315 raft_consensus.cc:493] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:41.251993  1315 raft_consensus.cc:515] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.254355  1315 leader_election.cc:290] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.254882  1104 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "794b335bba604761b36c9f7065c3ef93" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf" is_pre_election: true
I20260608 12:38:41.255491  1104 raft_consensus.cc:2468] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 0.
I20260608 12:38:41.256204  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "794b335bba604761b36c9f7065c3ef93" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c" is_pre_election: true
I20260608 12:38:41.255731  1000 catalog_manager.cc:5696] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7210503c846848e5b5e3d2938adc1ffd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:41.256821  1252 raft_consensus.cc:2468] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 0.
I20260608 12:38:41.257133  1143 leader_election.cc:304] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 
I20260608 12:38:41.257886  1315 raft_consensus.cc:2804] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:41.258193  1315 raft_consensus.cc:493] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:41.258450  1315 raft_consensus.cc:3060] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.263264  1315 raft_consensus.cc:515] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.265075  1315 leader_election.cc:290] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 election: Requested vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.265985  1104 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "794b335bba604761b36c9f7065c3ef93" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf"
I20260608 12:38:41.266484  1104 raft_consensus.cc:3060] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.266551  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "794b335bba604761b36c9f7065c3ef93" candidate_uuid: "7210503c846848e5b5e3d2938adc1ffd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c"
I20260608 12:38:41.267163  1252 raft_consensus.cc:3060] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.273226  1104 raft_consensus.cc:2468] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 1.
I20260608 12:38:41.273226  1252 raft_consensus.cc:2468] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7210503c846848e5b5e3d2938adc1ffd in term 1.
I20260608 12:38:41.274494  1143 leader_election.cc:304] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 
I20260608 12:38:41.275147  1315 raft_consensus.cc:2804] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:41.275571  1315 raft_consensus.cc:697] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Becoming Leader. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Running, Role: LEADER
I20260608 12:38:41.276299  1315 consensus_queue.cc:237] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.282768  1000 catalog_manager.cc:5696] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7210503c846848e5b5e3d2938adc1ffd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:41.445138  1321 raft_consensus.cc:493] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:41.445645  1321 raft_consensus.cc:515] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.447574  1321 leader_election.cc:290] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.448370  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b1be017a3d746d7942a690e645f11e2" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd" is_pre_election: true
I20260608 12:38:41.448613  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b1be017a3d746d7942a690e645f11e2" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c" is_pre_election: true
I20260608 12:38:41.448921  1179 raft_consensus.cc:2468] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 0.
I20260608 12:38:41.449172  1252 raft_consensus.cc:2468] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 0.
I20260608 12:38:41.449882  1069 leader_election.cc:304] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 
I20260608 12:38:41.450634  1321 raft_consensus.cc:2804] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:41.450973  1321 raft_consensus.cc:493] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:41.451227  1321 raft_consensus.cc:3060] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.456073  1321 raft_consensus.cc:515] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.458114  1321 leader_election.cc:290] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 election: Requested vote from peers 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.458840  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b1be017a3d746d7942a690e645f11e2" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd"
I20260608 12:38:41.459095  1252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b1be017a3d746d7942a690e645f11e2" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c"
I20260608 12:38:41.459337  1179 raft_consensus.cc:3060] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.459656  1252 raft_consensus.cc:3060] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.463737  1179 raft_consensus.cc:2468] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 1.
I20260608 12:38:41.463871  1252 raft_consensus.cc:2468] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 1.
I20260608 12:38:41.464778  1069 leader_election.cc:304] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 
I20260608 12:38:41.465377  1321 raft_consensus.cc:2804] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:41.465775  1321 raft_consensus.cc:697] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 1 LEADER]: Becoming Leader. State: Replica: e022e0cea57b4acd964f7bde315942bf, State: Running, Role: LEADER
I20260608 12:38:41.466418  1321 consensus_queue.cc:237] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.473683  1000 catalog_manager.cc:5696] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf reported cstate change: term changed from 0 to 1, leader changed from <none> to e022e0cea57b4acd964f7bde315942bf (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e022e0cea57b4acd964f7bde315942bf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:41.492039  1321 consensus_queue.cc:1048] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:41.497802  1326 raft_consensus.cc:493] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:41.498324  1326 raft_consensus.cc:515] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.500545  1326 leader_election.cc:290] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899)
I20260608 12:38:41.501716  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb73ebbbebf74a40a7c5d22f2ca8f260" candidate_uuid: "888708e3dbbb4580852f9e7c31d7972c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd" is_pre_election: true
I20260608 12:38:41.501968  1104 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb73ebbbebf74a40a7c5d22f2ca8f260" candidate_uuid: "888708e3dbbb4580852f9e7c31d7972c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf" is_pre_election: true
I20260608 12:38:41.502628  1104 raft_consensus.cc:2393] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 888708e3dbbb4580852f9e7c31d7972c in current term 1: Already voted for candidate 7210503c846848e5b5e3d2938adc1ffd in this term.
I20260608 12:38:41.504544  1306 consensus_queue.cc:1048] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:41.504881  1217 leader_election.cc:304] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [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: 888708e3dbbb4580852f9e7c31d7972c; no voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf
I20260608 12:38:41.505826  1326 raft_consensus.cc:3060] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.509151  1301 consensus_queue.cc:1048] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:41.511791  1306 raft_consensus.cc:493] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:41.512303  1306 raft_consensus.cc:515] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.515496  1306 leader_election.cc:290] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.520254  1178 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1d2b4006bb04feca7caedfe5ab03aa1" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd" is_pre_election: true
I20260608 12:38:41.521277  1178 raft_consensus.cc:2468] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 0.
I20260608 12:38:41.521981  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1d2b4006bb04feca7caedfe5ab03aa1" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c" is_pre_election: true
I20260608 12:38:41.526979  1069 leader_election.cc:304] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 
I20260608 12:38:41.528620  1306 raft_consensus.cc:2804] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:41.528985  1306 raft_consensus.cc:493] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:41.526590  1251 raft_consensus.cc:2468] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 0.
I20260608 12:38:41.529335  1306 raft_consensus.cc:3060] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.534278  1326 raft_consensus.cc:2749] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:38:41.535225  1306 raft_consensus.cc:515] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.538751  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1d2b4006bb04feca7caedfe5ab03aa1" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd"
I20260608 12:38:41.539116  1253 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1d2b4006bb04feca7caedfe5ab03aa1" candidate_uuid: "e022e0cea57b4acd964f7bde315942bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "888708e3dbbb4580852f9e7c31d7972c"
I20260608 12:38:41.539515  1179 raft_consensus.cc:3060] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.539753  1253 raft_consensus.cc:3060] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:41.541986  1306 leader_election.cc:290] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 election: Requested vote from peers 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899), 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195:35965)
I20260608 12:38:41.547767  1179 raft_consensus.cc:2468] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 1.
I20260608 12:38:41.547802  1301 consensus_queue.cc:1048] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:38:41.549157  1069 leader_election.cc:304] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf; no voters: 
I20260608 12:38:41.549953  1306 raft_consensus.cc:2804] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:41.550417  1306 raft_consensus.cc:697] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 1 LEADER]: Becoming Leader. State: Replica: e022e0cea57b4acd964f7bde315942bf, State: Running, Role: LEADER
I20260608 12:38:41.551184  1306 consensus_queue.cc:237] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:41.554631  1305 consensus_queue.cc:1048] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:41.559181  1253 raft_consensus.cc:2468] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e022e0cea57b4acd964f7bde315942bf in term 1.
I20260608 12:38:41.566208  1001 catalog_manager.cc:5696] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf reported cstate change: term changed from 0 to 1, leader changed from <none> to e022e0cea57b4acd964f7bde315942bf (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e022e0cea57b4acd964f7bde315942bf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:41.577955  1326 consensus_queue.cc:1048] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [LEADER]: Connected to new peer: Peer: permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:41.653168  1315 consensus_queue.cc:1048] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:41.664160  1357 consensus_queue.cc:1048] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:38:41.715361   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:41.721176  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:38:41.721887  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
W20260608 12:38:41.722734  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:38:41.723747   431 server_base.cc:1061] running on GCE node
I20260608 12:38:41.724507   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:41.724717   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:41.724895   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922321724864 us; error 0 us; skew 500 ppm
I20260608 12:38:41.725448   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:41.727695   431 webserver.cc:533] Webserver started at http://127.0.107.196:45627/ using document root <none> and password file <none>
I20260608 12:38:41.728179   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:41.728377   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:41.728636   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:41.729650   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "cdb7f885c24840c184570d683333c8c8"
format_stamp: "Formatted at 2026-06-08 12:38:41 on dist-test-slave-jl41"
I20260608 12:38:41.733945   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:38:41.737062  1367 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:41.737826   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:38:41.738082   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "cdb7f885c24840c184570d683333c8c8"
format_stamp: "Formatted at 2026-06-08 12:38:41 on dist-test-slave-jl41"
I20260608 12:38:41.738359   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922314084774-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:41.748680   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:41.750059   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:41.750008  1357 consensus_queue.cc:1048] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:38:41.751988   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:41.752362  1357 consensus_queue.cc:1048] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:41.755520   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:41.755761   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:41.755998   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:41.756156   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:41.816931   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34989
I20260608 12:38:41.817020  1431 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34989 every 8 connection(s)
I20260608 12:38:41.835387  1432 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37761
I20260608 12:38:41.835755  1432 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:41.836421  1432 heartbeater.cc:507] Master 127.0.107.254:37761 requested a full tablet report, sending...
I20260608 12:38:41.838690  1000 ts_manager.cc:194] Registered new tserver with Master: cdb7f885c24840c184570d683333c8c8 (127.0.107.196:34989)
I20260608 12:38:41.840322  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38820
I20260608 12:38:41.876804  1306 consensus_queue.cc:1048] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:41.887929  1323 consensus_queue.cc:1048] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:41.888628  1301 consensus_queue.cc:1048] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:38:41.896682  1301 consensus_queue.cc:1048] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:38:42.668619  1218 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:37899, user_credentials={real_user=slave}} blocked reactor thread for 68976.5us
I20260608 12:38:43.080354  1440 consensus_queue.cc:1048] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:43.093451  1432 heartbeater.cc:499] Master 127.0.107.254:37761 was elected leader, sending a full tablet report...
I20260608 12:38:43.118805  1055 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:43.133522  1441 raft_consensus.cc:493] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e022e0cea57b4acd964f7bde315942bf)
I20260608 12:38:43.134053  1441 raft_consensus.cc:515] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } }
I20260608 12:38:43.135658  1441 leader_election.cc:290] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899), e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341)
I20260608 12:38:43.139676  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec866d9be8546f99dd00ed31904eba6" candidate_uuid: "888708e3dbbb4580852f9e7c31d7972c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7210503c846848e5b5e3d2938adc1ffd" is_pre_election: true
I20260608 12:38:43.139676  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aec866d9be8546f99dd00ed31904eba6" candidate_uuid: "888708e3dbbb4580852f9e7c31d7972c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e022e0cea57b4acd964f7bde315942bf" is_pre_election: true
I20260608 12:38:43.141068  1440 consensus_queue.cc:1048] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:43.143689  1218 leader_election.cc:304] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [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: 888708e3dbbb4580852f9e7c31d7972c; no voters: 7210503c846848e5b5e3d2938adc1ffd, e022e0cea57b4acd964f7bde315942bf
I20260608 12:38:43.144989  1441 raft_consensus.cc:2749] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:38:43.163564  1179 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "794b335bba604761b36c9f7065c3ef93"
dest_uuid: "7210503c846848e5b5e3d2938adc1ffd"
mode: GRACEFUL
new_leader_uuid: "888708e3dbbb4580852f9e7c31d7972c"
 from {username='slave'} at 127.0.0.1:42178
I20260608 12:38:43.164198  1179 raft_consensus.cc:606] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Received request to transfer leadership to TS 888708e3dbbb4580852f9e7c31d7972c
I20260608 12:38:43.166182  1055 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260608 12:38:43.166745  1055 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:43.332475  1443 raft_consensus.cc:993] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd: : Instructing follower 888708e3dbbb4580852f9e7c31d7972c to start an election
I20260608 12:38:43.332898  1301 raft_consensus.cc:1081] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Signalling peer 888708e3dbbb4580852f9e7c31d7972c to start an election
I20260608 12:38:43.334349  1252 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "794b335bba604761b36c9f7065c3ef93"
dest_uuid: "888708e3dbbb4580852f9e7c31d7972c"
 from {username='slave'} at 127.0.0.1:52176
I20260608 12:38:43.334821  1252 raft_consensus.cc:493] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:38:43.335119  1252 raft_consensus.cc:3060] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:43.339365  1252 raft_consensus.cc:515] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:43.340969  1252 leader_election.cc:290] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [CANDIDATE]: Term 2 election: Requested vote from peers e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341), 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899)
I20260608 12:38:43.341789  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "794b335bba604761b36c9f7065c3ef93" candidate_uuid: "888708e3dbbb4580852f9e7c31d7972c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e022e0cea57b4acd964f7bde315942bf"
I20260608 12:38:43.342111  1179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "794b335bba604761b36c9f7065c3ef93" candidate_uuid: "888708e3dbbb4580852f9e7c31d7972c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "7210503c846848e5b5e3d2938adc1ffd"
I20260608 12:38:43.342420  1102 raft_consensus.cc:3060] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:43.342713  1179 raft_consensus.cc:3055] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:38:43.343093  1179 raft_consensus.cc:740] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 7210503c846848e5b5e3d2938adc1ffd, State: Running, Role: LEADER
I20260608 12:38:43.343950  1179 consensus_queue.cc:260] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [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: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:43.345059  1179 raft_consensus.cc:3060] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:43.347177  1102 raft_consensus.cc:2468] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 888708e3dbbb4580852f9e7c31d7972c in term 2.
I20260608 12:38:43.348121  1217 leader_election.cc:304] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [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: 888708e3dbbb4580852f9e7c31d7972c, e022e0cea57b4acd964f7bde315942bf; no voters: 
I20260608 12:38:43.348749  1453 raft_consensus.cc:2804] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:38:43.349119  1453 raft_consensus.cc:697] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 2 LEADER]: Becoming Leader. State: Replica: 888708e3dbbb4580852f9e7c31d7972c, State: Running, Role: LEADER
I20260608 12:38:43.349614  1179 raft_consensus.cc:2468] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 888708e3dbbb4580852f9e7c31d7972c in term 2.
I20260608 12:38:43.349767  1453 consensus_queue.cc:237] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [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: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } }
I20260608 12:38:43.356941  1000 catalog_manager.cc:5696] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c reported cstate change: term changed from 1 to 2, leader changed from 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194) to 888708e3dbbb4580852f9e7c31d7972c (127.0.107.195). New cstate: current_term: 2 leader_uuid: "888708e3dbbb4580852f9e7c31d7972c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } health_report { overall_health: HEALTHY } } }
W20260608 12:38:43.756588  1200 debug-util.cc:398] Leaking SignalData structure 0x7b08000591e0 after lost signal to thread 434
W20260608 12:38:43.757460  1200 debug-util.cc:398] Leaking SignalData structure 0x7b08000598c0 after lost signal to thread 1036
W20260608 12:38:43.758322  1200 debug-util.cc:398] Leaking SignalData structure 0x7b0800147f40 after lost signal to thread 1128
W20260608 12:38:43.759950  1200 debug-util.cc:398] Leaking SignalData structure 0x7b08001b9220 after lost signal to thread 1277
W20260608 12:38:43.761147  1200 debug-util.cc:398] Leaking SignalData structure 0x7b0800191500 after lost signal to thread 1431
I20260608 12:38:43.855590  1102 raft_consensus.cc:1275] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [term 2 FOLLOWER]: Refusing update from remote peer 888708e3dbbb4580852f9e7c31d7972c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:38:43.856886  1453 consensus_queue.cc:1048] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [LEADER]: Connected to new peer: Peer: permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:43.873023  1179 raft_consensus.cc:1275] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 2 FOLLOWER]: Refusing update from remote peer 888708e3dbbb4580852f9e7c31d7972c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:38:43.874929  1467 consensus_queue.cc:1048] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:38:45.167948  1055 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:45.173943  1055 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:45.174338  1055 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:47.175207  1055 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:47.180929  1055 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:47.181304  1055 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:47.745317  1252 consensus_queue.cc:237] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [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: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } attrs { replace: true } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } }
I20260608 12:38:47.754691  1179 raft_consensus.cc:1275] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Refusing update from remote peer 888708e3dbbb4580852f9e7c31d7972c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:47.755824  1104 raft_consensus.cc:1275] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Refusing update from remote peer 888708e3dbbb4580852f9e7c31d7972c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:47.756695  1480 consensus_queue.cc:1048] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [LEADER]: Connected to new peer: Peer: permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } 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:38:47.757817  1472 consensus_queue.cc:1048] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [LEADER]: Connected to new peer: Peer: permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:38:47.772159  1218 consensus_peers.cc:597] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c -> Peer cdb7f885c24840c184570d683333c8c8 (127.0.107.196:34989): Couldn't send request to peer cdb7f885c24840c184570d683333c8c8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f3f4057d71994d7eb820489fdb13ad2a. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:47.771193  1472 raft_consensus.cc:2955] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } attrs { replace: true } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.774053  1179 raft_consensus.cc:2955] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } attrs { replace: true } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.775069  1104 raft_consensus.cc:2955] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } attrs { replace: true } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.785542  1000 catalog_manager.cc:5696] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd reported cstate change: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "888708e3dbbb4580852f9e7c31d7972c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } attrs { replace: true } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.804123  1179 consensus_queue.cc:237] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [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: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } }
I20260608 12:38:47.811447  1252 raft_consensus.cc:1275] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Refusing update from remote peer 7210503c846848e5b5e3d2938adc1ffd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:47.812978  1476 consensus_queue.cc:1048] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:38:47.813359  1104 raft_consensus.cc:1275] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Refusing update from remote peer 7210503c846848e5b5e3d2938adc1ffd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:47.815537  1476 consensus_queue.cc:1048] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:47.821125  1474 raft_consensus.cc:2955] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
W20260608 12:38:47.826423  1144 consensus_peers.cc:597] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd -> Peer cdb7f885c24840c184570d683333c8c8 (127.0.107.196:34989): Couldn't send request to peer cdb7f885c24840c184570d683333c8c8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e8d598a622784772a1617cfdb195b188. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:47.826375  1252 raft_consensus.cc:2955] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.827458  1104 raft_consensus.cc:2955] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.835813  1179 consensus_queue.cc:237] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [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: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } }
I20260608 12:38:47.835721  1001 catalog_manager.cc:5696] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd reported cstate change: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7210503c846848e5b5e3d2938adc1ffd" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:38:47.845850  1144 consensus_peers.cc:597] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd -> Peer cdb7f885c24840c184570d683333c8c8 (127.0.107.196:34989): Couldn't send request to peer cdb7f885c24840c184570d683333c8c8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cb73ebbbebf74a40a7c5d22f2ca8f260. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:47.846851  1252 raft_consensus.cc:1275] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Refusing update from remote peer 7210503c846848e5b5e3d2938adc1ffd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:47.848001  1104 raft_consensus.cc:1275] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Refusing update from remote peer 7210503c846848e5b5e3d2938adc1ffd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:47.848752  1476 consensus_queue.cc:1048] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:47.850682  1476 consensus_queue.cc:1048] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:47.857700  1494 raft_consensus.cc:2955] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.859591  1252 raft_consensus.cc:2955] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.862600  1104 raft_consensus.cc:2955] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.872959  1002 catalog_manager.cc:5696] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c reported cstate change: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7210503c846848e5b5e3d2938adc1ffd" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.874795  1179 consensus_queue.cc:237] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [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: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } }
W20260608 12:38:47.881884  1144 consensus_peers.cc:597] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd -> Peer cdb7f885c24840c184570d683333c8c8 (127.0.107.196:34989): Couldn't send request to peer cdb7f885c24840c184570d683333c8c8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8794ba00ebed44b6b42fc0f5efd0e5b5. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:47.882675  1104 raft_consensus.cc:1275] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Refusing update from remote peer 7210503c846848e5b5e3d2938adc1ffd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:47.882933  1252 raft_consensus.cc:1275] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Refusing update from remote peer 7210503c846848e5b5e3d2938adc1ffd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:47.884311  1476 consensus_queue.cc:1048] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:47.886196  1494 consensus_queue.cc:1048] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [LEADER]: Connected to new peer: Peer: permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:47.893203  1476 raft_consensus.cc:2955] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.895094  1104 raft_consensus.cc:2955] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.899629  1252 raft_consensus.cc:2955] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } } }
I20260608 12:38:47.906385  1001 catalog_manager.cc:5696] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd reported cstate change: config changed from index -1 to 2, NON_VOTER cdb7f885c24840c184570d683333c8c8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7210503c846848e5b5e3d2938adc1ffd" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e022e0cea57b4acd964f7bde315942bf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7210503c846848e5b5e3d2938adc1ffd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "888708e3dbbb4580852f9e7c31d7972c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35965 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cdb7f885c24840c184570d683333c8c8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34989 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:48.016422   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:38:48.047957   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:48.048790   431 tablet_replica.cc:333] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf: stopping tablet replica
I20260608 12:38:48.049561   431 raft_consensus.cc:2243] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.050038   431 raft_consensus.cc:2272] T 794b335bba604761b36c9f7065c3ef93 P e022e0cea57b4acd964f7bde315942bf [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.052263   431 tablet_replica.cc:333] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf: stopping tablet replica
I20260608 12:38:48.052996   431 raft_consensus.cc:2243] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:48.054031   431 raft_consensus.cc:2272] T e1d2b4006bb04feca7caedfe5ab03aa1 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.056129   431 tablet_replica.cc:333] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf: stopping tablet replica
I20260608 12:38:48.056625   431 raft_consensus.cc:2243] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.057061   431 raft_consensus.cc:2272] T cb73ebbbebf74a40a7c5d22f2ca8f260 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.059151   431 tablet_replica.cc:333] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf: stopping tablet replica
I20260608 12:38:48.059718   431 raft_consensus.cc:2243] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:48.060417   431 raft_consensus.cc:2272] T 8b1be017a3d746d7942a690e645f11e2 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.062245   431 tablet_replica.cc:333] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf: stopping tablet replica
I20260608 12:38:48.062741   431 raft_consensus.cc:2243] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.063162   431 raft_consensus.cc:2272] T e8d598a622784772a1617cfdb195b188 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.065271   431 tablet_replica.cc:333] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf: stopping tablet replica
I20260608 12:38:48.065778   431 raft_consensus.cc:2243] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.066176   431 raft_consensus.cc:2272] T f3f4057d71994d7eb820489fdb13ad2a P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.068194   431 tablet_replica.cc:333] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf: stopping tablet replica
I20260608 12:38:48.068655   431 raft_consensus.cc:2243] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.069051   431 raft_consensus.cc:2272] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.071060   431 tablet_replica.cc:333] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf: stopping tablet replica
I20260608 12:38:48.071552   431 raft_consensus.cc:2243] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:48.072227   431 raft_consensus.cc:2272] T aec866d9be8546f99dd00ed31904eba6 P e022e0cea57b4acd964f7bde315942bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.099622   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:48.120397   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:38:48.150202   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:48.151042   431 tablet_replica.cc:333] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd: stopping tablet replica
I20260608 12:38:48.151822   431 raft_consensus.cc:2243] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.152369   431 raft_consensus.cc:2272] T e1d2b4006bb04feca7caedfe5ab03aa1 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.154522   431 tablet_replica.cc:333] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd: stopping tablet replica
I20260608 12:38:48.155150   431 raft_consensus.cc:2243] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:48.156068   431 raft_consensus.cc:2272] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.158571   431 tablet_replica.cc:333] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd: stopping tablet replica
I20260608 12:38:48.159112   431 raft_consensus.cc:2243] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.159540   431 raft_consensus.cc:2272] T 794b335bba604761b36c9f7065c3ef93 P 7210503c846848e5b5e3d2938adc1ffd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.161319   431 tablet_replica.cc:333] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd: stopping tablet replica
I20260608 12:38:48.161777   431 raft_consensus.cc:2243] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:48.162601   431 raft_consensus.cc:2272] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.165128   431 tablet_replica.cc:333] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd: stopping tablet replica
I20260608 12:38:48.165638   431 raft_consensus.cc:2243] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.166042   431 raft_consensus.cc:2272] T aec866d9be8546f99dd00ed31904eba6 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.167840   431 tablet_replica.cc:333] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd: stopping tablet replica
I20260608 12:38:48.168395   431 raft_consensus.cc:2243] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:48.169324   431 raft_consensus.cc:2272] T e8d598a622784772a1617cfdb195b188 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:38:48.171051  1217 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39341: connect: Connection refused (error 111) [suppressed 5 similar messages]
I20260608 12:38:48.172063   431 tablet_replica.cc:333] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd: stopping tablet replica
I20260608 12:38:48.172806   431 raft_consensus.cc:2243] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.173291   431 raft_consensus.cc:2272] T 8b1be017a3d746d7942a690e645f11e2 P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.175442   431 tablet_replica.cc:333] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd: stopping tablet replica
W20260608 12:38:48.175458  1217 consensus_peers.cc:597] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c -> Peer e022e0cea57b4acd964f7bde315942bf (127.0.107.193:39341): Couldn't send request to peer e022e0cea57b4acd964f7bde315942bf. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39341: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:48.176187   431 raft_consensus.cc:2243] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.176617   431 raft_consensus.cc:2272] T f3f4057d71994d7eb820489fdb13ad2a P 7210503c846848e5b5e3d2938adc1ffd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.216883   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:38:48.226852  1218 consensus_peers.cc:597] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c -> Peer 7210503c846848e5b5e3d2938adc1ffd (127.0.107.194:37899): Couldn't send request to peer 7210503c846848e5b5e3d2938adc1ffd. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37899: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:48.241074   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:38:48.269304   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:48.270133   431 tablet_replica.cc:333] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c: stopping tablet replica
I20260608 12:38:48.270898   431 raft_consensus.cc:2243] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.271466   431 raft_consensus.cc:2272] T cb73ebbbebf74a40a7c5d22f2ca8f260 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.273761   431 tablet_replica.cc:333] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c: stopping tablet replica
I20260608 12:38:48.274348   431 raft_consensus.cc:2243] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.274727   431 raft_consensus.cc:2272] T e1d2b4006bb04feca7caedfe5ab03aa1 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.276571   431 tablet_replica.cc:333] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c: stopping tablet replica
I20260608 12:38:48.277050   431 raft_consensus.cc:2243] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:38:48.277746   431 raft_consensus.cc:2272] T 794b335bba604761b36c9f7065c3ef93 P 888708e3dbbb4580852f9e7c31d7972c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.279616   431 tablet_replica.cc:333] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c: stopping tablet replica
I20260608 12:38:48.280118   431 raft_consensus.cc:2243] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.280520   431 raft_consensus.cc:2272] T 8b1be017a3d746d7942a690e645f11e2 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.282267   431 tablet_replica.cc:333] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c: stopping tablet replica
I20260608 12:38:48.282728   431 raft_consensus.cc:2243] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.283373   431 raft_consensus.cc:2272] T e8d598a622784772a1617cfdb195b188 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.285660   431 tablet_replica.cc:333] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c: stopping tablet replica
I20260608 12:38:48.286136   431 raft_consensus.cc:2243] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:48.286981   431 raft_consensus.cc:2272] T f3f4057d71994d7eb820489fdb13ad2a P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.289041   431 tablet_replica.cc:333] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c: stopping tablet replica
I20260608 12:38:48.289531   431 raft_consensus.cc:2243] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.289887   431 raft_consensus.cc:2272] T aec866d9be8546f99dd00ed31904eba6 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.291656   431 tablet_replica.cc:333] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c: stopping tablet replica
I20260608 12:38:48.292049   431 raft_consensus.cc:2243] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:48.292428   431 raft_consensus.cc:2272] T 8794ba00ebed44b6b42fc0f5efd0e5b5 P 888708e3dbbb4580852f9e7c31d7972c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.310067   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:48.328714   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:38:48.349984   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:48.366098   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:38:48.374858   431 master.cc:562] Master@127.0.107.254:37761 shutting down...
W20260608 12:38:48.394601  1050 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:38:48.394850  1050 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:38:48.395047  1050 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:38:48.396111   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:48.396561   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:48.396857   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f5eadd9afc254d829689cc9cfe3522c7: stopping tablet replica
I20260608 12:38:48.415036   431 master.cc:584] Master@127.0.107.254:37761 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (9461 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260608 12:38:48.451653   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43761,127.0.107.253:33591,127.0.107.252:35029
I20260608 12:38:48.453133   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:48.458913  1503 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:48.459194  1504 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:48.459760  1506 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:48.460181   431 server_base.cc:1061] running on GCE node
I20260608 12:38:48.460956   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:48.461133   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:48.461243   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922328461232 us; error 0 us; skew 500 ppm
I20260608 12:38:48.461726   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:48.464139   431 webserver.cc:533] Webserver started at http://127.0.107.254:42251/ using document root <none> and password file <none>
I20260608 12:38:48.464613   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:48.464774   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:48.464984   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:48.466060   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "368d52a24b264c0798447213fe4b20d5"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-jl41"
I20260608 12:38:48.470539   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:38:48.474007  1511 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.474715   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:38:48.475003   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "368d52a24b264c0798447213fe4b20d5"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-jl41"
I20260608 12:38:48.475255   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:48.498493   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:48.499716   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:48.537773   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43761
I20260608 12:38:48.537899  1562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43761 every 8 connection(s)
I20260608 12:38:48.541810   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:48.541922  1563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:38:48.547123  1565 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:48.549026  1566 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:48.549479  1563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:48.550004  1568 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:48.550663   431 server_base.cc:1061] running on GCE node
I20260608 12:38:48.551592   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:48.551793   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:48.552022   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922328551999 us; error 0 us; skew 500 ppm
I20260608 12:38:48.552960   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:48.556022   431 webserver.cc:533] Webserver started at http://127.0.107.253:46677/ using document root <none> and password file <none>
I20260608 12:38:48.556655   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:48.556845   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:48.557102   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:48.558123   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-1-root/instance:
uuid: "70a72012417041e6b7b5d098810f5ba2"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-jl41"
I20260608 12:38:48.564442   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.001s	sys 0.007s
I20260608 12:38:48.564339  1563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:48.569087  1576 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.569900   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:38:48.570171   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-1-root
uuid: "70a72012417041e6b7b5d098810f5ba2"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-jl41"
W20260608 12:38:48.570604  1563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:33591: Network error: Client connection negotiation failed: client connection to 127.0.107.253:33591: connect: Connection refused (error 111)
I20260608 12:38:48.570413   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:48.580649   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:48.581787   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:48.619148   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:33591
I20260608 12:38:48.619279  1627 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:33591 every 8 connection(s)
I20260608 12:38:48.623124  1628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:48.623134   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:48.628485  1630 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:48.629026  1631 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:48.629177  1563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } attempt: 1
I20260608 12:38:48.630107  1628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:48.637202  1633 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:48.637650   431 server_base.cc:1061] running on GCE node
I20260608 12:38:48.638820   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:48.639087   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:48.639299   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922328639281 us; error 0 us; skew 500 ppm
I20260608 12:38:48.640043   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:48.644383   431 webserver.cc:533] Webserver started at http://127.0.107.252:34449/ using document root <none> and password file <none>
I20260608 12:38:48.645054   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:48.645303   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:48.645659   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:48.647073   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-2-root/instance:
uuid: "a6e7cd6b46bb4da98ef34b09d420967d"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-jl41"
I20260608 12:38:48.647513  1628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:48.649641  1563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:48.653954   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
W20260608 12:38:48.655616  1563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:35029: Network error: Client connection negotiation failed: client connection to 127.0.107.252:35029: connect: Connection refused (error 111)
I20260608 12:38:48.659109  1640 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.659112  1628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:48.660149   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:38:48.660509   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-2-root
uuid: "a6e7cd6b46bb4da98ef34b09d420967d"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-jl41"
I20260608 12:38:48.660751   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-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:38:48.665458  1628 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:35029: Network error: Client connection negotiation failed: client connection to 127.0.107.252:35029: connect: Connection refused (error 111)
I20260608 12:38:48.675691   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:48.676909   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:48.700029  1628 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } attempt: 1
W20260608 12:38:48.705309  1628 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:35029: Network error: Client connection negotiation failed: client connection to 127.0.107.252:35029: connect: Connection refused (error 111)
I20260608 12:38:48.714138  1563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } attempt: 1
I20260608 12:38:48.716809   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:35029
I20260608 12:38:48.716997  1692 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:35029 every 8 connection(s)
I20260608 12:38:48.720902   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:48.721947  1694 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:48.727871  1694 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:48.733775  1563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5: Bootstrap starting.
I20260608 12:38:48.739050  1563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:48.739126  1694 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:48.743949  1563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5: No bootstrap required, opened a new log
I20260608 12:38:48.746776  1563 raft_consensus.cc:359] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:48.747390  1563 raft_consensus.cc:385] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:48.747673  1563 raft_consensus.cc:740] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 368d52a24b264c0798447213fe4b20d5, State: Initialized, Role: FOLLOWER
I20260608 12:38:48.748443  1563 consensus_queue.cc:260] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:48.749509  1694 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:48.750599  1698 sys_catalog.cc:455] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [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: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:48.752107  1698 sys_catalog.cc:458] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:48.752135  1563 sys_catalog.cc:565] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:48.764354   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260608 12:38:48.764919  1694 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d: Bootstrap starting.
W20260608 12:38:48.767571  1709 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:48.767848  1709 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:38:48.769654  1694 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:48.773691  1694 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d: No bootstrap required, opened a new log
I20260608 12:38:48.775785  1694 raft_consensus.cc:359] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:48.776268  1694 raft_consensus.cc:385] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:48.776505  1694 raft_consensus.cc:740] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6e7cd6b46bb4da98ef34b09d420967d, State: Initialized, Role: FOLLOWER
I20260608 12:38:48.777113  1694 consensus_queue.cc:260] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:48.778704  1711 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [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: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:48.779196  1711 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:48.779801  1694 sys_catalog.cc:565] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:48.781818  1628 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } attempt: 2
W20260608 12:38:48.795177  1722 catalog_manager.cc:1593] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:48.795480  1722 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:38:48.796723  1628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2: Bootstrap starting.
I20260608 12:38:48.801403  1628 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:48.805584  1628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2: No bootstrap required, opened a new log
I20260608 12:38:48.807765  1628 raft_consensus.cc:359] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:48.808276  1628 raft_consensus.cc:385] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:48.808507  1628 raft_consensus.cc:740] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70a72012417041e6b7b5d098810f5ba2, State: Initialized, Role: FOLLOWER
I20260608 12:38:48.809067  1628 consensus_queue.cc:260] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:48.810635  1724 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [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: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:48.811204  1724 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:48.811906  1628 sys_catalog.cc:565] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:48.821496   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260608 12:38:48.823448   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:48.825791  1735 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:48.826128  1735 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:38:48.830493  1736 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:48.831378  1737 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:48.832597  1739 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:48.833096   431 server_base.cc:1061] running on GCE node
I20260608 12:38:48.833808   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:48.834012   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:48.834187   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922328834169 us; error 0 us; skew 500 ppm
I20260608 12:38:48.834756   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:48.837013   431 webserver.cc:533] Webserver started at http://127.0.107.193:41567/ using document root <none> and password file <none>
I20260608 12:38:48.837503   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:48.837673   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:48.837944   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:48.839047   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "6373ff44776749a0a9707ea9820938b8"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-jl41"
I20260608 12:38:48.843571   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:38:48.846837  1744 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.847625   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:38:48.847913   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "6373ff44776749a0a9707ea9820938b8"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-jl41"
I20260608 12:38:48.848167   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:48.862421   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:48.863654   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:48.865064   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:48.867411   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:48.867625   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.867848   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:48.868000   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.906776   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46883
I20260608 12:38:48.906913  1806 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46883 every 8 connection(s)
I20260608 12:38:48.921072   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:48.934764  1807 heartbeater.cc:344] Connected to a master server at 127.0.107.252:35029
I20260608 12:38:48.935177  1807 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:48.936139  1807 heartbeater.cc:507] Master 127.0.107.252:35029 requested a full tablet report, sending...
I20260608 12:38:48.939100  1658 ts_manager.cc:194] Registered new tserver with Master: 6373ff44776749a0a9707ea9820938b8 (127.0.107.193:46883)
I20260608 12:38:48.939823  1809 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43761
I20260608 12:38:48.940264  1809 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:48.941313  1809 heartbeater.cc:507] Master 127.0.107.254:43761 requested a full tablet report, sending...
W20260608 12:38:48.943651  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:38:48.945282  1528 ts_manager.cc:194] Registered new tserver with Master: 6373ff44776749a0a9707ea9820938b8 (127.0.107.193:46883)
W20260608 12:38:48.947961  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:38:48.948959  1808 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33591
I20260608 12:38:48.949335  1808 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:48.949676   431 server_base.cc:1061] running on GCE node
I20260608 12:38:48.950279  1808 heartbeater.cc:507] Master 127.0.107.253:33591 requested a full tablet report, sending...
W20260608 12:38:48.950407  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:38:48.951501   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:48.951704   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:48.951889   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922328951873 us; error 0 us; skew 500 ppm
I20260608 12:38:48.952515   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:48.953604  1593 ts_manager.cc:194] Registered new tserver with Master: 6373ff44776749a0a9707ea9820938b8 (127.0.107.193:46883)
I20260608 12:38:48.955397   431 webserver.cc:533] Webserver started at http://127.0.107.194:40739/ using document root <none> and password file <none>
I20260608 12:38:48.955899   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:48.956063   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:48.956270   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:48.957571   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "079faf81498340448eb4b94ad15e767d"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-jl41"
I20260608 12:38:48.962440   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:38:48.965750  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:38:48.966511   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:38:48.966770   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "079faf81498340448eb4b94ad15e767d"
format_stamp: "Formatted at 2026-06-08 12:38:48 on dist-test-slave-jl41"
I20260608 12:38:48.967008   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:48.992146   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:48.993381   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:48.994639   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:48.996886   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:48.997080   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:48.997296   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:48.997448   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:49.035719   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39381
I20260608 12:38:49.035835  1884 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39381 every 8 connection(s)
I20260608 12:38:49.045063   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:49.059100  1887 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43761
I20260608 12:38:49.059672  1887 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:49.060676  1887 heartbeater.cc:507] Master 127.0.107.254:43761 requested a full tablet report, sending...
I20260608 12:38:49.064429  1528 ts_manager.cc:194] Registered new tserver with Master: 079faf81498340448eb4b94ad15e767d (127.0.107.194:39381)
I20260608 12:38:49.066319  1885 heartbeater.cc:344] Connected to a master server at 127.0.107.252:35029
I20260608 12:38:49.066690  1885 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:49.067619  1885 heartbeater.cc:507] Master 127.0.107.252:35029 requested a full tablet report, sending...
W20260608 12:38:49.069648  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
W20260608 12:38:49.069905  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
I20260608 12:38:49.070734  1658 ts_manager.cc:194] Registered new tserver with Master: 079faf81498340448eb4b94ad15e767d (127.0.107.194:39381)
I20260608 12:38:49.073433  1886 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33591
W20260608 12:38:49.073446  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:38:49.073858  1886 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:49.074162   431 server_base.cc:1061] running on GCE node
I20260608 12:38:49.074767  1886 heartbeater.cc:507] Master 127.0.107.253:33591 requested a full tablet report, sending...
I20260608 12:38:49.075388   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:49.075682   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:49.075883   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922329075864 us; error 0 us; skew 500 ppm
I20260608 12:38:49.076632   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:49.077450  1593 ts_manager.cc:194] Registered new tserver with Master: 079faf81498340448eb4b94ad15e767d (127.0.107.194:39381)
I20260608 12:38:49.079171   431 webserver.cc:533] Webserver started at http://127.0.107.195:46027/ using document root <none> and password file <none>
I20260608 12:38:49.079712   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:49.079900   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:49.080143   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:49.081173   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "d45a2ea9bd4848f590aed7149a8eb4b3"
format_stamp: "Formatted at 2026-06-08 12:38:49 on dist-test-slave-jl41"
I20260608 12:38:49.085427   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:38:49.088769  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:38:49.089529   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:38:49.089812   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "d45a2ea9bd4848f590aed7149a8eb4b3"
format_stamp: "Formatted at 2026-06-08 12:38:49 on dist-test-slave-jl41"
I20260608 12:38:49.090080   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922314084774-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:49.106374  1711 raft_consensus.cc:493] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:49.106850  1711 raft_consensus.cc:515] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:49.108705  1711 leader_election.cc:290] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 368d52a24b264c0798447213fe4b20d5 (127.0.107.254:43761), 70a72012417041e6b7b5d098810f5ba2 (127.0.107.253:33591)
I20260608 12:38:49.109560  1538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "368d52a24b264c0798447213fe4b20d5" is_pre_election: true
I20260608 12:38:49.109792  1603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70a72012417041e6b7b5d098810f5ba2" is_pre_election: true
I20260608 12:38:49.110167  1538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6e7cd6b46bb4da98ef34b09d420967d in term 0.
I20260608 12:38:49.110497  1603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6e7cd6b46bb4da98ef34b09d420967d in term 0.
I20260608 12:38:49.111167   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:49.111339  1644 leader_election.cc:304] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 368d52a24b264c0798447213fe4b20d5, a6e7cd6b46bb4da98ef34b09d420967d; no voters: 
I20260608 12:38:49.112124  1711 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:49.112408  1711 raft_consensus.cc:493] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:49.112663  1711 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:49.112857   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:49.114604   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:49.117084   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:49.117350   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:49.117609   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:49.117825   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:38:49.118055  1711 raft_consensus.cc:515] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:49.120113  1711 leader_election.cc:290] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [CANDIDATE]: Term 1 election: Requested vote from peers 368d52a24b264c0798447213fe4b20d5 (127.0.107.254:43761), 70a72012417041e6b7b5d098810f5ba2 (127.0.107.253:33591)
I20260608 12:38:49.120745  1538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "368d52a24b264c0798447213fe4b20d5"
I20260608 12:38:49.121271  1538 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:49.121590  1603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70a72012417041e6b7b5d098810f5ba2"
I20260608 12:38:49.122185  1603 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:49.125756  1538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6e7cd6b46bb4da98ef34b09d420967d in term 1.
I20260608 12:38:49.127069  1644 leader_election.cc:304] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 368d52a24b264c0798447213fe4b20d5, a6e7cd6b46bb4da98ef34b09d420967d; no voters: 
I20260608 12:38:49.127933  1711 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:49.129288  1711 raft_consensus.cc:697] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 1 LEADER]: Becoming Leader. State: Replica: a6e7cd6b46bb4da98ef34b09d420967d, State: Running, Role: LEADER
I20260608 12:38:49.129477  1603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6e7cd6b46bb4da98ef34b09d420967d in term 1.
I20260608 12:38:49.130218  1711 consensus_queue.cc:237] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:49.135869  1909 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [sys.catalog]: SysCatalogTable state changed. Reason: New leader a6e7cd6b46bb4da98ef34b09d420967d. Latest consensus state: current_term: 1 leader_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:49.136433  1909 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:49.138403  1918 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:49.143286  1918 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:49.152472  1603 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 1 FOLLOWER]: Refusing update from remote peer a6e7cd6b46bb4da98ef34b09d420967d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:49.153421  1538 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 1 FOLLOWER]: Refusing update from remote peer a6e7cd6b46bb4da98ef34b09d420967d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:49.154450  1909 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [LEADER]: Connected to new peer: Peer: permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:49.156199  1909 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [LEADER]: Connected to new peer: Peer: permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:49.173182  1724 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a6e7cd6b46bb4da98ef34b09d420967d. Latest consensus state: current_term: 1 leader_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:49.174047  1724 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:49.179618  1698 sys_catalog.cc:455] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a6e7cd6b46bb4da98ef34b09d420967d. Latest consensus state: current_term: 1 leader_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:49.180414  1698 sys_catalog.cc:458] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:49.186496  1724 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:49.187274  1724 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:49.191143  1918 catalog_manager.cc:1382] Generated new cluster ID: 0f1714b0474e4286b1b5ae9c4a7f5931
I20260608 12:38:49.191504  1918 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:49.192998  1909 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:49.193792  1909 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:49.194361  1909 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:49.195077  1909 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:49.196766  1698 sys_catalog.cc:455] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:49.197429  1698 sys_catalog.cc:458] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:49.217231   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42757
I20260608 12:38:49.217581  1974 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42757 every 8 connection(s)
I20260608 12:38:49.232318  1918 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:49.234104  1918 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:49.253952  1975 heartbeater.cc:344] Connected to a master server at 127.0.107.252:35029
I20260608 12:38:49.254422  1975 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:49.255275  1975 heartbeater.cc:507] Master 127.0.107.252:35029 requested a full tablet report, sending...
I20260608 12:38:49.257872  1658 ts_manager.cc:194] Registered new tserver with Master: d45a2ea9bd4848f590aed7149a8eb4b3 (127.0.107.195:42757)
I20260608 12:38:49.264609  1978 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43761
I20260608 12:38:49.265189  1978 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:49.266068  1976 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33591
I20260608 12:38:49.266223  1978 heartbeater.cc:507] Master 127.0.107.254:43761 requested a full tablet report, sending...
I20260608 12:38:49.266562  1976 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:49.269224  1528 ts_manager.cc:194] Registered new tserver with Master: d45a2ea9bd4848f590aed7149a8eb4b3 (127.0.107.195:42757)
I20260608 12:38:49.272110  1976 heartbeater.cc:507] Master 127.0.107.253:33591 requested a full tablet report, sending...
I20260608 12:38:49.275591  1593 ts_manager.cc:194] Registered new tserver with Master: d45a2ea9bd4848f590aed7149a8eb4b3 (127.0.107.195:42757)
I20260608 12:38:49.276928   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.021414603s
I20260608 12:38:49.280089  1918 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d: Generated new TSK 0
I20260608 12:38:49.280895  1918 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:49.771660  1709 catalog_manager.cc:1294] Loaded cluster ID: 0f1714b0474e4286b1b5ae9c4a7f5931
I20260608 12:38:49.771929  1709 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5: loading cluster ID for follower catalog manager: success
I20260608 12:38:49.776480  1709 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5: acquiring CA information for follower catalog manager: success
I20260608 12:38:49.779878  1709 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:49.829918  1735 catalog_manager.cc:1294] Loaded cluster ID: 0f1714b0474e4286b1b5ae9c4a7f5931
I20260608 12:38:49.830200  1735 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2: loading cluster ID for follower catalog manager: success
I20260608 12:38:49.834441  1735 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2: acquiring CA information for follower catalog manager: success
I20260608 12:38:49.838519  1735 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:49.944197  1658 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40898
I20260608 12:38:50.077715  1658 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40900
I20260608 12:38:50.262882  1658 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40902
I20260608 12:38:50.791952  1721 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:50.946801  1807 heartbeater.cc:499] Master 127.0.107.252:35029 was elected leader, sending a full tablet report...
I20260608 12:38:51.000743  1658 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38590:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:38:51.080436  1885 heartbeater.cc:499] Master 127.0.107.252:35029 was elected leader, sending a full tablet report...
I20260608 12:38:51.080654  1772 tablet_service.cc:1511] Processing CreateTablet for tablet 933f628e6df74e2fb80f940053798bc1 (DEFAULT_TABLE table=test-workload [id=c2082493f1484d7085341429645e8dcf]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:38:51.081569  1932 tablet_service.cc:1511] Processing CreateTablet for tablet 11d60b8279654b9d9e814986c37b090f (DEFAULT_TABLE table=test-workload [id=c2082493f1484d7085341429645e8dcf]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:38:51.082165  1772 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 933f628e6df74e2fb80f940053798bc1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:51.082965  1932 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11d60b8279654b9d9e814986c37b090f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:51.088544  1850 tablet_service.cc:1511] Processing CreateTablet for tablet 9b64541a579e4f73b6bfa2d1f36f0479 (DEFAULT_TABLE table=test-workload [id=c2082493f1484d7085341429645e8dcf]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:38:51.089841  1850 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b64541a579e4f73b6bfa2d1f36f0479. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:51.096657  2010 tablet_bootstrap.cc:492] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3: Bootstrap starting.
I20260608 12:38:51.102444  2011 tablet_bootstrap.cc:492] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8: Bootstrap starting.
I20260608 12:38:51.103195  2010 tablet_bootstrap.cc:654] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:51.105418  2012 tablet_bootstrap.cc:492] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d: Bootstrap starting.
I20260608 12:38:51.108884  2010 tablet_bootstrap.cc:492] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3: No bootstrap required, opened a new log
I20260608 12:38:51.109243  2011 tablet_bootstrap.cc:654] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:51.109392  2010 ts_tablet_manager.cc:1403] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 12:38:51.110759  2012 tablet_bootstrap.cc:654] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:51.112757  2010 raft_consensus.cc:359] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d45a2ea9bd4848f590aed7149a8eb4b3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42757 } }
I20260608 12:38:51.113461  2010 raft_consensus.cc:385] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:51.113835  2010 raft_consensus.cc:740] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d45a2ea9bd4848f590aed7149a8eb4b3, State: Initialized, Role: FOLLOWER
I20260608 12:38:51.114712  2010 consensus_queue.cc:260] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d45a2ea9bd4848f590aed7149a8eb4b3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42757 } }
I20260608 12:38:51.115556  2010 raft_consensus.cc:399] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:51.115886  2010 raft_consensus.cc:493] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:51.116253  2010 raft_consensus.cc:3060] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:51.122058  2011 tablet_bootstrap.cc:492] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8: No bootstrap required, opened a new log
I20260608 12:38:51.122437  2012 tablet_bootstrap.cc:492] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d: No bootstrap required, opened a new log
I20260608 12:38:51.122579  2011 ts_tablet_manager.cc:1403] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.004s
I20260608 12:38:51.122500  2010 raft_consensus.cc:515] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d45a2ea9bd4848f590aed7149a8eb4b3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42757 } }
I20260608 12:38:51.123063  2012 ts_tablet_manager.cc:1403] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d: Time spent bootstrapping tablet: real 0.018s	user 0.004s	sys 0.013s
I20260608 12:38:51.123456  2010 leader_election.cc:304] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [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: d45a2ea9bd4848f590aed7149a8eb4b3; no voters: 
I20260608 12:38:51.124827  2010 leader_election.cc:290] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:51.125358  2016 raft_consensus.cc:2804] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:51.125866  2011 raft_consensus.cc:359] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6373ff44776749a0a9707ea9820938b8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46883 } }
I20260608 12:38:51.126472  2011 raft_consensus.cc:385] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:51.126801  2011 raft_consensus.cc:740] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6373ff44776749a0a9707ea9820938b8, State: Initialized, Role: FOLLOWER
I20260608 12:38:51.127646  2011 consensus_queue.cc:260] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6373ff44776749a0a9707ea9820938b8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46883 } }
I20260608 12:38:51.128275  2011 raft_consensus.cc:399] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:51.128625  2011 raft_consensus.cc:493] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:51.128985  2011 raft_consensus.cc:3060] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:51.129419  2012 raft_consensus.cc:359] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "079faf81498340448eb4b94ad15e767d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39381 } }
I20260608 12:38:51.130010  2012 raft_consensus.cc:385] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:51.130331  2012 raft_consensus.cc:740] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 079faf81498340448eb4b94ad15e767d, State: Initialized, Role: FOLLOWER
I20260608 12:38:51.130764  2016 raft_consensus.cc:697] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [term 1 LEADER]: Becoming Leader. State: Replica: d45a2ea9bd4848f590aed7149a8eb4b3, State: Running, Role: LEADER
I20260608 12:38:51.131250  2012 consensus_queue.cc:260] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "079faf81498340448eb4b94ad15e767d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39381 } }
I20260608 12:38:51.132035  2012 raft_consensus.cc:399] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:51.131724  2016 consensus_queue.cc:237] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [LEADER]: Queue going to LEADER mode. State: All 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: "d45a2ea9bd4848f590aed7149a8eb4b3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42757 } }
I20260608 12:38:51.132428  2012 raft_consensus.cc:493] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:51.132889  2012 raft_consensus.cc:3060] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:51.134886  1975 heartbeater.cc:499] Master 127.0.107.252:35029 was elected leader, sending a full tablet report...
I20260608 12:38:51.135520  2011 raft_consensus.cc:515] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6373ff44776749a0a9707ea9820938b8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46883 } }
I20260608 12:38:51.136301  2011 leader_election.cc:304] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [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: 6373ff44776749a0a9707ea9820938b8; no voters: 
I20260608 12:38:51.138921  2010 ts_tablet_manager.cc:1434] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3: Time spent starting tablet: real 0.029s	user 0.018s	sys 0.012s
I20260608 12:38:51.139420  2012 raft_consensus.cc:515] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "079faf81498340448eb4b94ad15e767d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39381 } }
I20260608 12:38:51.140298  2012 leader_election.cc:304] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [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: 079faf81498340448eb4b94ad15e767d; no voters: 
I20260608 12:38:51.140681  2011 leader_election.cc:290] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:51.141361  2020 raft_consensus.cc:2804] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:51.149240  1657 catalog_manager.cc:5696] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 reported cstate change: term changed from 0 to 1, leader changed from <none> to d45a2ea9bd4848f590aed7149a8eb4b3 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d45a2ea9bd4848f590aed7149a8eb4b3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d45a2ea9bd4848f590aed7149a8eb4b3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42757 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:51.190374  2020 raft_consensus.cc:697] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [term 1 LEADER]: Becoming Leader. State: Replica: 6373ff44776749a0a9707ea9820938b8, State: Running, Role: LEADER
I20260608 12:38:51.191303  2012 leader_election.cc:290] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:51.192824  2021 raft_consensus.cc:2804] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:51.193637  2011 ts_tablet_manager.cc:1434] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8: Time spent starting tablet: real 0.071s	user 0.014s	sys 0.041s
I20260608 12:38:51.201633  2020 consensus_queue.cc:237] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [LEADER]: Queue going to LEADER mode. State: All 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: "6373ff44776749a0a9707ea9820938b8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46883 } }
I20260608 12:38:51.206123  2021 raft_consensus.cc:697] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [term 1 LEADER]: Becoming Leader. State: Replica: 079faf81498340448eb4b94ad15e767d, State: Running, Role: LEADER
I20260608 12:38:51.207116  2021 consensus_queue.cc:237] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [LEADER]: Queue going to LEADER mode. State: All 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: "079faf81498340448eb4b94ad15e767d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39381 } }
I20260608 12:38:51.206365  2012 ts_tablet_manager.cc:1434] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d: Time spent starting tablet: real 0.083s	user 0.038s	sys 0.021s
I20260608 12:38:51.234236  1657 catalog_manager.cc:5696] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6373ff44776749a0a9707ea9820938b8 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "6373ff44776749a0a9707ea9820938b8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6373ff44776749a0a9707ea9820938b8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46883 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:51.239001  1656 catalog_manager.cc:5696] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d reported cstate change: term changed from 0 to 1, leader changed from <none> to 079faf81498340448eb4b94ad15e767d (127.0.107.194). New cstate: current_term: 1 leader_uuid: "079faf81498340448eb4b94ad15e767d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "079faf81498340448eb4b94ad15e767d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39381 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:51.327030   431 master.cc:562] Master@127.0.107.252:35029 shutting down...
I20260608 12:38:51.341679   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:51.342475   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:51.342823   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P a6e7cd6b46bb4da98ef34b09d420967d: stopping tablet replica
I20260608 12:38:51.354018   431 master.cc:584] Master@127.0.107.252:35029 shutdown complete.
W20260608 12:38:52.251784  1975 heartbeater.cc:646] Failed to heartbeat to 127.0.107.252:35029 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.107.252:35029: connect: Connection refused (error 111)
I20260608 12:38:52.779821  2034 raft_consensus.cc:493] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader a6e7cd6b46bb4da98ef34b09d420967d)
I20260608 12:38:52.780324  2034 raft_consensus.cc:515] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:52.782173  2034 leader_election.cc:290] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 368d52a24b264c0798447213fe4b20d5 (127.0.107.254:43761), a6e7cd6b46bb4da98ef34b09d420967d (127.0.107.252:35029)
I20260608 12:38:52.783591  1538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "70a72012417041e6b7b5d098810f5ba2" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "368d52a24b264c0798447213fe4b20d5" is_pre_election: true
I20260608 12:38:52.783639  2035 raft_consensus.cc:493] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader a6e7cd6b46bb4da98ef34b09d420967d)
I20260608 12:38:52.784510  2035 raft_consensus.cc:515] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:52.785344  1538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 70a72012417041e6b7b5d098810f5ba2 in term 1.
I20260608 12:38:52.787089  2035 leader_election.cc:290] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 70a72012417041e6b7b5d098810f5ba2 (127.0.107.253:33591), a6e7cd6b46bb4da98ef34b09d420967d (127.0.107.252:35029)
I20260608 12:38:52.787407  1579 leader_election.cc:304] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [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: 368d52a24b264c0798447213fe4b20d5, 70a72012417041e6b7b5d098810f5ba2; no voters: 
I20260608 12:38:52.787917  1603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "368d52a24b264c0798447213fe4b20d5" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "70a72012417041e6b7b5d098810f5ba2" is_pre_election: true
I20260608 12:38:52.788501  2034 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:38:52.788913  2034 raft_consensus.cc:493] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 1 FOLLOWER]: Starting leader election (detected failure of leader a6e7cd6b46bb4da98ef34b09d420967d)
I20260608 12:38:52.789319  2034 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:38:52.789817  1577 leader_election.cc:336] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer a6e7cd6b46bb4da98ef34b09d420967d (127.0.107.252:35029): Network error: Client connection negotiation failed: client connection to 127.0.107.252:35029: connect: Connection refused (error 111)
W20260608 12:38:52.793802  1512 leader_election.cc:336] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer a6e7cd6b46bb4da98ef34b09d420967d (127.0.107.252:35029): Network error: Client connection negotiation failed: client connection to 127.0.107.252:35029: connect: Connection refused (error 111)
I20260608 12:38:52.795691  2034 raft_consensus.cc:515] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:52.796669  1603 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 368d52a24b264c0798447213fe4b20d5 in current term 2: Already voted for candidate 70a72012417041e6b7b5d098810f5ba2 in this term.
I20260608 12:38:52.797511  2034 leader_election.cc:290] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [CANDIDATE]: Term 2 election: Requested vote from peers 368d52a24b264c0798447213fe4b20d5 (127.0.107.254:43761), a6e7cd6b46bb4da98ef34b09d420967d (127.0.107.252:35029)
I20260608 12:38:52.798228  1538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "70a72012417041e6b7b5d098810f5ba2" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "368d52a24b264c0798447213fe4b20d5"
I20260608 12:38:52.798784  1538 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:52.799460  1512 leader_election.cc:304] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [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: 368d52a24b264c0798447213fe4b20d5; no voters: 70a72012417041e6b7b5d098810f5ba2, a6e7cd6b46bb4da98ef34b09d420967d
W20260608 12:38:52.801972  1577 leader_election.cc:336] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer a6e7cd6b46bb4da98ef34b09d420967d (127.0.107.252:35029): Network error: Client connection negotiation failed: client connection to 127.0.107.252:35029: connect: Connection refused (error 111)
I20260608 12:38:52.804394  1538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 70a72012417041e6b7b5d098810f5ba2 in term 2.
I20260608 12:38:52.804814  2035 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:38:52.805419  1579 leader_election.cc:304] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [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: 368d52a24b264c0798447213fe4b20d5, 70a72012417041e6b7b5d098810f5ba2; no voters: a6e7cd6b46bb4da98ef34b09d420967d
I20260608 12:38:52.806149  2034 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:38:52.807381  2034 raft_consensus.cc:697] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 2 LEADER]: Becoming Leader. State: Replica: 70a72012417041e6b7b5d098810f5ba2, State: Running, Role: LEADER
I20260608 12:38:52.808048  2034 consensus_queue.cc:237] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 1.11, Last appended by leader: 11, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } }
I20260608 12:38:52.812062  2040 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 70a72012417041e6b7b5d098810f5ba2. Latest consensus state: current_term: 2 leader_uuid: "70a72012417041e6b7b5d098810f5ba2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:52.812588  2040 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:52.814124  2042 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:52.819161  2042 catalog_manager.cc:679] Loaded metadata for table test-workload [id=c2082493f1484d7085341429645e8dcf]
I20260608 12:38:52.824002  2042 tablet_loader.cc:96] loaded metadata for tablet 11d60b8279654b9d9e814986c37b090f (table test-workload [id=c2082493f1484d7085341429645e8dcf])
I20260608 12:38:52.824975  2042 tablet_loader.cc:96] loaded metadata for tablet 933f628e6df74e2fb80f940053798bc1 (table test-workload [id=c2082493f1484d7085341429645e8dcf])
I20260608 12:38:52.825853  2042 tablet_loader.cc:96] loaded metadata for tablet 9b64541a579e4f73b6bfa2d1f36f0479 (table test-workload [id=c2082493f1484d7085341429645e8dcf])
I20260608 12:38:52.826738  2042 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:52.829761  2042 catalog_manager.cc:1294] Loaded cluster ID: 0f1714b0474e4286b1b5ae9c4a7f5931
I20260608 12:38:52.829973  2042 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:52.833597  2042 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:52.836572  2042 catalog_manager.cc:6080] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2: Loaded TSK: 0
I20260608 12:38:52.837424  2042 catalog_manager.cc:1549] Initializing in-progress tserver states...
W20260608 12:38:53.221395  1577 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.252:35029: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260608 12:38:53.223704  1577 consensus_peers.cc:597] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 -> Peer a6e7cd6b46bb4da98ef34b09d420967d (127.0.107.252:35029): Couldn't send request to peer a6e7cd6b46bb4da98ef34b09d420967d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.252:35029: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:53.383826  1538 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 2 FOLLOWER]: Refusing update from remote peer 70a72012417041e6b7b5d098810f5ba2: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 2 index: 12. (index mismatch)
I20260608 12:38:53.385251  2040 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260608 12:38:53.391218  2046 sys_catalog.cc:455] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 70a72012417041e6b7b5d098810f5ba2. Latest consensus state: current_term: 2 leader_uuid: "70a72012417041e6b7b5d098810f5ba2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:53.391876  2046 sys_catalog.cc:458] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:53.394626  2048 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "70a72012417041e6b7b5d098810f5ba2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:53.395628  2048 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:53.396586  2046 sys_catalog.cc:455] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "70a72012417041e6b7b5d098810f5ba2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "368d52a24b264c0798447213fe4b20d5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43761 } } peers { permanent_uuid: "70a72012417041e6b7b5d098810f5ba2" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33591 } } peers { permanent_uuid: "a6e7cd6b46bb4da98ef34b09d420967d" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 35029 } } }
I20260608 12:38:53.397454  2046 sys_catalog.cc:458] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:54.184386  1976 heartbeater.cc:499] Master 127.0.107.253:33591 was elected leader, sending a full tablet report...
I20260608 12:38:54.241240  1808 heartbeater.cc:499] Master 127.0.107.253:33591 was elected leader, sending a full tablet report...
I20260608 12:38:54.244469  1886 heartbeater.cc:499] Master 127.0.107.253:33591 was elected leader, sending a full tablet report...
I20260608 12:38:54.822926  1734 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:54.823565  1734 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:54.918994   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:38:54.939675   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:54.940431   431 tablet_replica.cc:333] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8: stopping tablet replica
I20260608 12:38:54.940968   431 raft_consensus.cc:2243] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:54.941576   431 raft_consensus.cc:2272] T 933f628e6df74e2fb80f940053798bc1 P 6373ff44776749a0a9707ea9820938b8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:54.960459   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:54.971446   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:38:54.990772   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:54.991696   431 tablet_replica.cc:333] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d: stopping tablet replica
I20260608 12:38:54.992374   431 raft_consensus.cc:2243] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:54.992934   431 raft_consensus.cc:2272] T 9b64541a579e4f73b6bfa2d1f36f0479 P 079faf81498340448eb4b94ad15e767d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:55.011160   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:38:55.021688   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:38:55.040719   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:55.041428   431 tablet_replica.cc:333] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3: stopping tablet replica
I20260608 12:38:55.041927   431 raft_consensus.cc:2243] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:55.042474   431 raft_consensus.cc:2272] T 11d60b8279654b9d9e814986c37b090f P d45a2ea9bd4848f590aed7149a8eb4b3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:55.061048   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:55.070937   431 master.cc:562] Master@127.0.107.254:43761 shutting down...
I20260608 12:38:55.087782   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:55.088387   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:55.088716   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 368d52a24b264c0798447213fe4b20d5: stopping tablet replica
I20260608 12:38:55.107136   431 master.cc:584] Master@127.0.107.254:43761 shutdown complete.
W20260608 12:38:55.116361  1579 consensus_peers.cc:597] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 -> Peer 368d52a24b264c0798447213fe4b20d5 (127.0.107.254:43761): Couldn't send request to peer 368d52a24b264c0798447213fe4b20d5. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.254:43761: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:55.122435   431 master.cc:562] Master@127.0.107.253:33591 shutting down...
I20260608 12:38:55.137379   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:38:55.138345   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:55.138681   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 70a72012417041e6b7b5d098810f5ba2: stopping tablet replica
I20260608 12:38:55.157393   431 master.cc:584] Master@127.0.107.253:33591 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (6737 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260608 12:38:55.189790   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:39187
I20260608 12:38:55.191018   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:55.196681  2058 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:55.197103  2059 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:55.197814  2061 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:55.198405   431 server_base.cc:1061] running on GCE node
I20260608 12:38:55.199198   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:55.199419   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:55.199560   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922335199546 us; error 0 us; skew 500 ppm
I20260608 12:38:55.200122   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:55.202517   431 webserver.cc:533] Webserver started at http://127.0.107.254:36599/ using document root <none> and password file <none>
I20260608 12:38:55.203016   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:55.203192   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:55.203519   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:55.204739   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "abd1302434d94eb6b993175dc617a5bd"
format_stamp: "Formatted at 2026-06-08 12:38:55 on dist-test-slave-jl41"
I20260608 12:38:55.209201   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:38:55.213084  2066 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:55.213888   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:38:55.214174   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "abd1302434d94eb6b993175dc617a5bd"
format_stamp: "Formatted at 2026-06-08 12:38:55 on dist-test-slave-jl41"
I20260608 12:38:55.214437   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:55.232441   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:55.233706   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:55.274420   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:39187
I20260608 12:38:55.274523  2117 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:39187 every 8 connection(s)
I20260608 12:38:55.278635  2118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:55.288476  2118 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd: Bootstrap starting.
I20260608 12:38:55.293116  2118 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:55.297382  2118 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd: No bootstrap required, opened a new log
I20260608 12:38:55.299646  2118 raft_consensus.cc:359] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "abd1302434d94eb6b993175dc617a5bd" member_type: VOTER }
I20260608 12:38:55.300012  2118 raft_consensus.cc:385] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:55.300241  2118 raft_consensus.cc:740] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: abd1302434d94eb6b993175dc617a5bd, State: Initialized, Role: FOLLOWER
I20260608 12:38:55.300822  2118 consensus_queue.cc:260] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "abd1302434d94eb6b993175dc617a5bd" member_type: VOTER }
I20260608 12:38:55.301270  2118 raft_consensus.cc:399] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:55.301468  2118 raft_consensus.cc:493] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:55.301723  2118 raft_consensus.cc:3060] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:55.305864  2118 raft_consensus.cc:515] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "abd1302434d94eb6b993175dc617a5bd" member_type: VOTER }
I20260608 12:38:55.306346  2118 leader_election.cc:304] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [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: abd1302434d94eb6b993175dc617a5bd; no voters: 
I20260608 12:38:55.307540  2118 leader_election.cc:290] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:55.307991  2121 raft_consensus.cc:2804] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:55.309309  2121 raft_consensus.cc:697] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [term 1 LEADER]: Becoming Leader. State: Replica: abd1302434d94eb6b993175dc617a5bd, State: Running, Role: LEADER
I20260608 12:38:55.310057  2121 consensus_queue.cc:237] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [LEADER]: Queue going to LEADER mode. State: All 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: "abd1302434d94eb6b993175dc617a5bd" member_type: VOTER }
I20260608 12:38:55.310355  2118 sys_catalog.cc:565] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:55.313078  2123 sys_catalog.cc:455] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [sys.catalog]: SysCatalogTable state changed. Reason: New leader abd1302434d94eb6b993175dc617a5bd. Latest consensus state: current_term: 1 leader_uuid: "abd1302434d94eb6b993175dc617a5bd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "abd1302434d94eb6b993175dc617a5bd" member_type: VOTER } }
I20260608 12:38:55.313151  2122 sys_catalog.cc:455] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "abd1302434d94eb6b993175dc617a5bd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "abd1302434d94eb6b993175dc617a5bd" member_type: VOTER } }
I20260608 12:38:55.313822  2122 sys_catalog.cc:458] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:55.314378  2123 sys_catalog.cc:458] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:55.316969  2127 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:55.324394  2127 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:55.325271   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:55.333339  2127 catalog_manager.cc:1382] Generated new cluster ID: 90a7f8cd36174577892d6ea9277c922c
I20260608 12:38:55.333622  2127 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:55.348526  2127 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:55.349777  2127 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:55.363833  2127 catalog_manager.cc:6069] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd: Generated new TSK 0
I20260608 12:38:55.364460  2127 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:55.391732   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:55.397581  2139 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:55.398608  2140 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:55.400007  2142 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:55.400718   431 server_base.cc:1061] running on GCE node
I20260608 12:38:55.401418   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:55.401625   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:55.401774   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922335401756 us; error 0 us; skew 500 ppm
I20260608 12:38:55.402310   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:55.404633   431 webserver.cc:533] Webserver started at http://127.0.107.193:33801/ using document root <none> and password file <none>
I20260608 12:38:55.405109   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:55.405282   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:55.405524   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:55.406567   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "beb6b04e0ef847b190a049b7529e8f28"
format_stamp: "Formatted at 2026-06-08 12:38:55 on dist-test-slave-jl41"
I20260608 12:38:55.410862   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:38:55.414124  2147 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:55.414819   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:38:55.415079   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "beb6b04e0ef847b190a049b7529e8f28"
format_stamp: "Formatted at 2026-06-08 12:38:55 on dist-test-slave-jl41"
I20260608 12:38:55.415370   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:55.432410   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:55.433562   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:55.435016   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:55.437403   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:55.437597   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:55.437834   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:55.437987   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:55.477350   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38309
I20260608 12:38:55.477451  2209 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38309 every 8 connection(s)
I20260608 12:38:55.482429   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:55.489498  2214 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:55.490458  2215 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:55.492980  2217 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:55.493666   431 server_base.cc:1061] running on GCE node
I20260608 12:38:55.494383   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:55.494561   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:55.494691   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922335494680 us; error 0 us; skew 500 ppm
I20260608 12:38:55.495223   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:55.498225   431 webserver.cc:533] Webserver started at http://127.0.107.194:36391/ using document root <none> and password file <none>
I20260608 12:38:55.498847   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:55.499042   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:55.499302   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:55.499745  2210 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39187
I20260608 12:38:55.500119  2210 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:55.500528   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "249fb545a7f04d158bc247901c824636"
format_stamp: "Formatted at 2026-06-08 12:38:55 on dist-test-slave-jl41"
I20260608 12:38:55.500993  2210 heartbeater.cc:507] Master 127.0.107.254:39187 requested a full tablet report, sending...
I20260608 12:38:55.503362  2083 ts_manager.cc:194] Registered new tserver with Master: beb6b04e0ef847b190a049b7529e8f28 (127.0.107.193:38309)
I20260608 12:38:55.505224  2083 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44118
I20260608 12:38:55.505405   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:38:55.509127  2222 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:55.509940   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:38:55.510210   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "249fb545a7f04d158bc247901c824636"
format_stamp: "Formatted at 2026-06-08 12:38:55 on dist-test-slave-jl41"
I20260608 12:38:55.510464   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:55.530190   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:55.531467   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:55.532964   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:55.535166   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:55.535385   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:38:55.535609   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:55.535764   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:55.578771   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38503
I20260608 12:38:55.578902  2284 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38503 every 8 connection(s)
I20260608 12:38:55.583637   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:55.591074  2288 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:55.593261  2289 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:55.594529  2291 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:55.596062   431 server_base.cc:1061] running on GCE node
I20260608 12:38:55.596774  2285 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39187
I20260608 12:38:55.597196  2285 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:55.597236   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:55.597559   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:55.597697   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922335597685 us; error 0 us; skew 500 ppm
I20260608 12:38:55.598143  2285 heartbeater.cc:507] Master 127.0.107.254:39187 requested a full tablet report, sending...
I20260608 12:38:55.598275   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:55.600409  2083 ts_manager.cc:194] Registered new tserver with Master: 249fb545a7f04d158bc247901c824636 (127.0.107.194:38503)
I20260608 12:38:55.600931   431 webserver.cc:533] Webserver started at http://127.0.107.195:38533/ using document root <none> and password file <none>
I20260608 12:38:55.601425   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:55.601583   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:55.601797   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:55.601859  2083 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44122
I20260608 12:38:55.603003   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "612aa85e5e714421870a6d88daebb1cd"
format_stamp: "Formatted at 2026-06-08 12:38:55 on dist-test-slave-jl41"
I20260608 12:38:55.607574   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 12:38:55.610999  2296 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:55.611999   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:38:55.612288   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "612aa85e5e714421870a6d88daebb1cd"
format_stamp: "Formatted at 2026-06-08 12:38:55 on dist-test-slave-jl41"
I20260608 12:38:55.612610   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:55.636888   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:55.638087   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:55.639552   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:55.641855   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:55.642040   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:55.642297   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:55.642445   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:55.683657   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46879
I20260608 12:38:55.683768  2358 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46879 every 8 connection(s)
I20260608 12:38:55.697402  2359 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39187
I20260608 12:38:55.697791  2359 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:55.698563  2359 heartbeater.cc:507] Master 127.0.107.254:39187 requested a full tablet report, sending...
I20260608 12:38:55.700573  2083 ts_manager.cc:194] Registered new tserver with Master: 612aa85e5e714421870a6d88daebb1cd (127.0.107.195:46879)
I20260608 12:38:55.701411   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014426957s
I20260608 12:38:55.701930  2083 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44130
I20260608 12:38:56.507829  2210 heartbeater.cc:499] Master 127.0.107.254:39187 was elected leader, sending a full tablet report...
I20260608 12:38:56.604401  2285 heartbeater.cc:499] Master 127.0.107.254:39187 was elected leader, sending a full tablet report...
I20260608 12:38:56.704800  2359 heartbeater.cc:499] Master 127.0.107.254:39187 was elected leader, sending a full tablet report...
I20260608 12:38:56.757200  2083 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:44132:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377?""\004\001\000\377\377\377?"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:38:56.759348  2083 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:38:56.824064  2324 tablet_service.cc:1511] Processing CreateTablet for tablet 6c5d8e1bd34d44449c1e1c5307fe3964 (DEFAULT_TABLE table=test-workload [id=6f1655b8bdb148428807ecb5c6c71ebc]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:56.824519  2323 tablet_service.cc:1511] Processing CreateTablet for tablet 12d124e5bf874ee39ecb85bcc8691d07 (DEFAULT_TABLE table=test-workload [id=6f1655b8bdb148428807ecb5c6c71ebc]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:56.825565  2324 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c5d8e1bd34d44449c1e1c5307fe3964. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:56.826211  2323 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12d124e5bf874ee39ecb85bcc8691d07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:56.828733  2175 tablet_service.cc:1511] Processing CreateTablet for tablet 6c5d8e1bd34d44449c1e1c5307fe3964 (DEFAULT_TABLE table=test-workload [id=6f1655b8bdb148428807ecb5c6c71ebc]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:56.828949  2174 tablet_service.cc:1511] Processing CreateTablet for tablet 12d124e5bf874ee39ecb85bcc8691d07 (DEFAULT_TABLE table=test-workload [id=6f1655b8bdb148428807ecb5c6c71ebc]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:56.830479  2175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c5d8e1bd34d44449c1e1c5307fe3964. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:56.835865  2250 tablet_service.cc:1511] Processing CreateTablet for tablet 6c5d8e1bd34d44449c1e1c5307fe3964 (DEFAULT_TABLE table=test-workload [id=6f1655b8bdb148428807ecb5c6c71ebc]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:56.836858  2249 tablet_service.cc:1511] Processing CreateTablet for tablet 12d124e5bf874ee39ecb85bcc8691d07 (DEFAULT_TABLE table=test-workload [id=6f1655b8bdb148428807ecb5c6c71ebc]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:56.837339  2250 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c5d8e1bd34d44449c1e1c5307fe3964. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:56.838181  2249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12d124e5bf874ee39ecb85bcc8691d07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:56.835300  2174 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12d124e5bf874ee39ecb85bcc8691d07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:56.872498  2380 tablet_bootstrap.cc:492] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636: Bootstrap starting.
I20260608 12:38:56.874255  2381 tablet_bootstrap.cc:492] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28: Bootstrap starting.
I20260608 12:38:56.880954  2379 tablet_bootstrap.cc:492] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd: Bootstrap starting.
I20260608 12:38:56.882422  2380 tablet_bootstrap.cc:654] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:56.882912  2381 tablet_bootstrap.cc:654] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:56.886260  2379 tablet_bootstrap.cc:654] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:56.887813  2380 tablet_bootstrap.cc:492] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636: No bootstrap required, opened a new log
I20260608 12:38:56.888193  2380 ts_tablet_manager.cc:1403] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.003s
I20260608 12:38:56.888533  2381 tablet_bootstrap.cc:492] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28: No bootstrap required, opened a new log
I20260608 12:38:56.889043  2381 ts_tablet_manager.cc:1403] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260608 12:38:56.890839  2380 raft_consensus.cc:359] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } }
I20260608 12:38:56.891412  2380 raft_consensus.cc:385] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:56.891647  2380 raft_consensus.cc:740] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 249fb545a7f04d158bc247901c824636, State: Initialized, Role: FOLLOWER
I20260608 12:38:56.891728  2379 tablet_bootstrap.cc:492] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd: No bootstrap required, opened a new log
I20260608 12:38:56.891742  2381 raft_consensus.cc:359] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } }
I20260608 12:38:56.892532  2379 ts_tablet_manager.cc:1403] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260608 12:38:56.892307  2380 consensus_queue.cc:260] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } }
I20260608 12:38:56.892652  2381 raft_consensus.cc:385] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:56.893064  2381 raft_consensus.cc:740] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: beb6b04e0ef847b190a049b7529e8f28, State: Initialized, Role: FOLLOWER
I20260608 12:38:56.893970  2381 consensus_queue.cc:260] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } }
I20260608 12:38:56.896639  2380 ts_tablet_manager.cc:1434] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:38:56.897514  2379 raft_consensus.cc:359] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } }
I20260608 12:38:56.898080  2380 tablet_bootstrap.cc:492] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636: Bootstrap starting.
I20260608 12:38:56.898301  2379 raft_consensus.cc:385] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:56.898751  2379 raft_consensus.cc:740] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 612aa85e5e714421870a6d88daebb1cd, State: Initialized, Role: FOLLOWER
I20260608 12:38:56.899698  2379 consensus_queue.cc:260] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } }
I20260608 12:38:56.905732  2380 tablet_bootstrap.cc:654] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:56.909308  2379 ts_tablet_manager.cc:1434] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.008s
I20260608 12:38:56.910595  2381 ts_tablet_manager.cc:1434] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28: Time spent starting tablet: real 0.021s	user 0.016s	sys 0.004s
I20260608 12:38:56.911898  2381 tablet_bootstrap.cc:492] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28: Bootstrap starting.
I20260608 12:38:56.912654  2379 tablet_bootstrap.cc:492] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd: Bootstrap starting.
I20260608 12:38:56.918996  2381 tablet_bootstrap.cc:654] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:56.922664  2380 tablet_bootstrap.cc:492] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636: No bootstrap required, opened a new log
I20260608 12:38:56.923182  2380 ts_tablet_manager.cc:1403] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636: Time spent bootstrapping tablet: real 0.025s	user 0.002s	sys 0.019s
I20260608 12:38:56.925217  2379 tablet_bootstrap.cc:654] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:56.925451  2381 tablet_bootstrap.cc:492] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28: No bootstrap required, opened a new log
I20260608 12:38:56.925997  2381 ts_tablet_manager.cc:1403] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.004s
I20260608 12:38:56.926098  2380 raft_consensus.cc:359] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } }
I20260608 12:38:56.926841  2380 raft_consensus.cc:385] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:56.927409  2380 raft_consensus.cc:740] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 249fb545a7f04d158bc247901c824636, State: Initialized, Role: FOLLOWER
I20260608 12:38:56.928347  2380 consensus_queue.cc:260] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } }
I20260608 12:38:56.929064  2381 raft_consensus.cc:359] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } }
I20260608 12:38:56.929761  2381 raft_consensus.cc:385] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:56.930068  2381 raft_consensus.cc:740] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: beb6b04e0ef847b190a049b7529e8f28, State: Initialized, Role: FOLLOWER
I20260608 12:38:56.930881  2381 consensus_queue.cc:260] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } }
I20260608 12:38:56.932924  2381 ts_tablet_manager.cc:1434] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:38:56.933030  2380 ts_tablet_manager.cc:1434] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.002s
I20260608 12:38:56.937295  2379 tablet_bootstrap.cc:492] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd: No bootstrap required, opened a new log
I20260608 12:38:56.937822  2379 ts_tablet_manager.cc:1403] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd: Time spent bootstrapping tablet: real 0.025s	user 0.013s	sys 0.000s
I20260608 12:38:56.940595  2379 raft_consensus.cc:359] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } }
I20260608 12:38:56.941084  2379 raft_consensus.cc:385] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:56.941327  2379 raft_consensus.cc:740] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 612aa85e5e714421870a6d88daebb1cd, State: Initialized, Role: FOLLOWER
I20260608 12:38:56.941943  2379 consensus_queue.cc:260] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } }
I20260608 12:38:56.943439  2379 ts_tablet_manager.cc:1434] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:38:57.044556  2387 raft_consensus.cc:493] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:57.044998  2387 raft_consensus.cc:515] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } }
I20260608 12:38:57.047168  2387 leader_election.cc:290] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers beb6b04e0ef847b190a049b7529e8f28 (127.0.107.193:38309), 249fb545a7f04d158bc247901c824636 (127.0.107.194:38503)
I20260608 12:38:57.058720  2260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12d124e5bf874ee39ecb85bcc8691d07" candidate_uuid: "612aa85e5e714421870a6d88daebb1cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "249fb545a7f04d158bc247901c824636" is_pre_election: true
I20260608 12:38:57.058727  2185 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12d124e5bf874ee39ecb85bcc8691d07" candidate_uuid: "612aa85e5e714421870a6d88daebb1cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "beb6b04e0ef847b190a049b7529e8f28" is_pre_election: true
I20260608 12:38:57.059525  2260 raft_consensus.cc:2468] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 612aa85e5e714421870a6d88daebb1cd in term 0.
I20260608 12:38:57.059638  2185 raft_consensus.cc:2468] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 612aa85e5e714421870a6d88daebb1cd in term 0.
I20260608 12:38:57.060791  2300 leader_election.cc:304] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 249fb545a7f04d158bc247901c824636, 612aa85e5e714421870a6d88daebb1cd; no voters: 
I20260608 12:38:57.061626  2387 raft_consensus.cc:2804] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:57.061962  2387 raft_consensus.cc:493] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:57.062216  2387 raft_consensus.cc:3060] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:57.066593  2387 raft_consensus.cc:515] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } }
I20260608 12:38:57.068159  2387 leader_election.cc:290] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [CANDIDATE]: Term 1 election: Requested vote from peers beb6b04e0ef847b190a049b7529e8f28 (127.0.107.193:38309), 249fb545a7f04d158bc247901c824636 (127.0.107.194:38503)
I20260608 12:38:57.069011  2185 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12d124e5bf874ee39ecb85bcc8691d07" candidate_uuid: "612aa85e5e714421870a6d88daebb1cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "beb6b04e0ef847b190a049b7529e8f28"
I20260608 12:38:57.069125  2260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12d124e5bf874ee39ecb85bcc8691d07" candidate_uuid: "612aa85e5e714421870a6d88daebb1cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "249fb545a7f04d158bc247901c824636"
I20260608 12:38:57.069489  2185 raft_consensus.cc:3060] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:57.069568  2260 raft_consensus.cc:3060] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:57.071499  2386 raft_consensus.cc:493] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:57.072000  2386 raft_consensus.cc:515] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } }
I20260608 12:38:57.074481  2185 raft_consensus.cc:2468] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 612aa85e5e714421870a6d88daebb1cd in term 1.
I20260608 12:38:57.074925  2386 leader_election.cc:290] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 612aa85e5e714421870a6d88daebb1cd (127.0.107.195:46879), 249fb545a7f04d158bc247901c824636 (127.0.107.194:38503)
I20260608 12:38:57.075692  2260 raft_consensus.cc:2468] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 612aa85e5e714421870a6d88daebb1cd in term 1.
I20260608 12:38:57.075848  2298 leader_election.cc:304] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 612aa85e5e714421870a6d88daebb1cd, beb6b04e0ef847b190a049b7529e8f28; no voters: 
I20260608 12:38:57.076649  2387 raft_consensus.cc:2804] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:57.078641  2387 raft_consensus.cc:697] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 1 LEADER]: Becoming Leader. State: Replica: 612aa85e5e714421870a6d88daebb1cd, State: Running, Role: LEADER
I20260608 12:38:57.079567  2387 consensus_queue.cc:237] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } }
I20260608 12:38:57.089217  2334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c5d8e1bd34d44449c1e1c5307fe3964" candidate_uuid: "beb6b04e0ef847b190a049b7529e8f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "612aa85e5e714421870a6d88daebb1cd" is_pre_election: true
I20260608 12:38:57.089951  2334 raft_consensus.cc:2468] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate beb6b04e0ef847b190a049b7529e8f28 in term 0.
I20260608 12:38:57.090528  2260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c5d8e1bd34d44449c1e1c5307fe3964" candidate_uuid: "beb6b04e0ef847b190a049b7529e8f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "249fb545a7f04d158bc247901c824636" is_pre_election: true
I20260608 12:38:57.090245  2082 catalog_manager.cc:5696] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd reported cstate change: term changed from 0 to 1, leader changed from <none> to 612aa85e5e714421870a6d88daebb1cd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "612aa85e5e714421870a6d88daebb1cd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:57.091142  2260 raft_consensus.cc:2468] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate beb6b04e0ef847b190a049b7529e8f28 in term 0.
I20260608 12:38:57.091223  2149 leader_election.cc:304] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 612aa85e5e714421870a6d88daebb1cd, beb6b04e0ef847b190a049b7529e8f28; no voters: 
I20260608 12:38:57.092154  2386 raft_consensus.cc:2804] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:57.092527  2386 raft_consensus.cc:493] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:57.092860  2386 raft_consensus.cc:3060] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:57.097872  2386 raft_consensus.cc:515] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } }
I20260608 12:38:57.099653  2386 leader_election.cc:290] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [CANDIDATE]: Term 1 election: Requested vote from peers 612aa85e5e714421870a6d88daebb1cd (127.0.107.195:46879), 249fb545a7f04d158bc247901c824636 (127.0.107.194:38503)
I20260608 12:38:57.100392  2334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c5d8e1bd34d44449c1e1c5307fe3964" candidate_uuid: "beb6b04e0ef847b190a049b7529e8f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "612aa85e5e714421870a6d88daebb1cd"
I20260608 12:38:57.100665  2260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c5d8e1bd34d44449c1e1c5307fe3964" candidate_uuid: "beb6b04e0ef847b190a049b7529e8f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "249fb545a7f04d158bc247901c824636"
I20260608 12:38:57.100889  2334 raft_consensus.cc:3060] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:57.101145  2260 raft_consensus.cc:3060] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:57.105365  2260 raft_consensus.cc:2468] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate beb6b04e0ef847b190a049b7529e8f28 in term 1.
I20260608 12:38:57.105386  2334 raft_consensus.cc:2468] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate beb6b04e0ef847b190a049b7529e8f28 in term 1.
I20260608 12:38:57.106498  2151 leader_election.cc:304] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 249fb545a7f04d158bc247901c824636, beb6b04e0ef847b190a049b7529e8f28; no voters: 
I20260608 12:38:57.107164  2386 raft_consensus.cc:2804] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:57.108184  2386 raft_consensus.cc:697] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 1 LEADER]: Becoming Leader. State: Replica: beb6b04e0ef847b190a049b7529e8f28, State: Running, Role: LEADER
I20260608 12:38:57.108950  2386 consensus_queue.cc:237] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } }
I20260608 12:38:57.115667  2082 catalog_manager.cc:5696] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 reported cstate change: term changed from 0 to 1, leader changed from <none> to beb6b04e0ef847b190a049b7529e8f28 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "beb6b04e0ef847b190a049b7529e8f28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:57.324849  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:57.327191  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:57.327533  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:57.543103  2387 consensus_queue.cc:1048] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [LEADER]: Connected to new peer: Peer: permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:57.550678  2386 consensus_queue.cc:1048] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:57.558511  2395 consensus_queue.cc:1048] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [LEADER]: Connected to new peer: Peer: permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:57.574117  2407 consensus_queue.cc:1048] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:59.328398  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:59.330300  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:59.330583  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:01.331521  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:01.333459  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:01.333745  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:03.334602  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:03.336653  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:03.336939  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:05.337924  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:05.340029  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:05.340363  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:07.341215  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:07.343137  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:07.343461  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:08.258334   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:08.266209  2418 instance_detector.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:08.268373  2421 instance_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:39:08.269589  2419 instance_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:08.271746   431 server_base.cc:1061] running on GCE node
I20260608 12:39:08.272871   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:08.273069   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:08.273277   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922348273259 us; error 0 us; skew 500 ppm
I20260608 12:39:08.273854   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:08.276710   431 webserver.cc:533] Webserver started at http://127.0.107.196:34021/ using document root <none> and password file <none>
I20260608 12:39:08.277237   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:08.277426   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:08.277733   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:08.279060   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "fe89d3c92f414ea481d4b651217bc80e"
format_stamp: "Formatted at 2026-06-08 12:39:08 on dist-test-slave-jl41"
I20260608 12:39:08.283773   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 12:39:08.287158  2426 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:08.287916   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:08.288190   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "fe89d3c92f414ea481d4b651217bc80e"
format_stamp: "Formatted at 2026-06-08 12:39:08 on dist-test-slave-jl41"
I20260608 12:39:08.288475   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:08.311981   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:08.313344   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:08.314801   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:08.317369   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:08.317605   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:08.317835   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:08.318001   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:08.359738   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:43897
I20260608 12:39:08.359862  2488 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:43897 every 8 connection(s)
I20260608 12:39:08.380688  2489 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39187
I20260608 12:39:08.381083  2489 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:08.381800  2489 heartbeater.cc:507] Master 127.0.107.254:39187 requested a full tablet report, sending...
I20260608 12:39:08.384047  2082 ts_manager.cc:194] Registered new tserver with Master: fe89d3c92f414ea481d4b651217bc80e (127.0.107.196:43897)
I20260608 12:39:08.385488  2082 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54140
I20260608 12:39:08.407770  2185 consensus_queue.cc:237] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [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: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: true } }
I20260608 12:39:08.416491  2334 raft_consensus.cc:1275] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Refusing update from remote peer beb6b04e0ef847b190a049b7529e8f28: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:08.416637  2259 raft_consensus.cc:1275] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 1 FOLLOWER]: Refusing update from remote peer beb6b04e0ef847b190a049b7529e8f28: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:08.418433  2496 consensus_queue.cc:1048] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:08.419662  2417 consensus_queue.cc:1048] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:39:08.427673  2148 consensus_peers.cc:597] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 -> Peer fe89d3c92f414ea481d4b651217bc80e (127.0.107.196:43897): Couldn't send request to peer fe89d3c92f414ea481d4b651217bc80e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6c5d8e1bd34d44449c1e1c5307fe3964. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:08.429750  2496 raft_consensus.cc:2955] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fe89d3c92f414ea481d4b651217bc80e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: true } } }
I20260608 12:39:08.431789  2334 raft_consensus.cc:2955] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fe89d3c92f414ea481d4b651217bc80e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: true } } }
I20260608 12:39:08.433851  2259 raft_consensus.cc:2955] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fe89d3c92f414ea481d4b651217bc80e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: true } } }
I20260608 12:39:08.451015  2082 catalog_manager.cc:5696] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd reported cstate change: config changed from index -1 to 2, NON_VOTER fe89d3c92f414ea481d4b651217bc80e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "beb6b04e0ef847b190a049b7529e8f28" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: true } } }
I20260608 12:39:08.861960  2507 ts_tablet_manager.cc:933] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e: Initiating tablet copy from peer beb6b04e0ef847b190a049b7529e8f28 (127.0.107.193:38309)
I20260608 12:39:08.864172  2507 tablet_copy_client.cc:323] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38309
I20260608 12:39:08.873426  2195 tablet_copy_service.cc:140] P beb6b04e0ef847b190a049b7529e8f28: Received BeginTabletCopySession request for tablet 6c5d8e1bd34d44449c1e1c5307fe3964 from peer fe89d3c92f414ea481d4b651217bc80e ({username='slave'} at 127.0.0.1:54800)
I20260608 12:39:08.873953  2195 tablet_copy_service.cc:161] P beb6b04e0ef847b190a049b7529e8f28: Beginning new tablet copy session on tablet 6c5d8e1bd34d44449c1e1c5307fe3964 from peer fe89d3c92f414ea481d4b651217bc80e at {username='slave'} at 127.0.0.1:54800: session id = fe89d3c92f414ea481d4b651217bc80e-6c5d8e1bd34d44449c1e1c5307fe3964
I20260608 12:39:08.879756  2195 tablet_copy_source_session.cc:215] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:08.883503  2507 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c5d8e1bd34d44449c1e1c5307fe3964. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.893950  2507 tablet_copy_client.cc:806] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:08.894578  2507 tablet_copy_client.cc:670] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:08.898352  2507 tablet_copy_client.cc:538] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:08.904448  2507 tablet_bootstrap.cc:492] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e: Bootstrap starting.
I20260608 12:39:08.921249  2507 tablet_bootstrap.cc:492] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:08.921943  2507 tablet_bootstrap.cc:492] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e: Bootstrap complete.
I20260608 12:39:08.922453  2507 ts_tablet_manager.cc:1403] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.008s
I20260608 12:39:08.924786  2507 raft_consensus.cc:359] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: true } }
I20260608 12:39:08.925410  2507 raft_consensus.cc:740] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fe89d3c92f414ea481d4b651217bc80e, State: Initialized, Role: LEARNER
I20260608 12:39:08.926046  2507 consensus_queue.cc:260] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e [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: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: true } }
I20260608 12:39:08.928085  2489 heartbeater.cc:499] Master 127.0.107.254:39187 was elected leader, sending a full tablet report...
I20260608 12:39:08.928460  2507 ts_tablet_manager.cc:1434] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.001s
I20260608 12:39:08.930224  2195 tablet_copy_service.cc:342] P beb6b04e0ef847b190a049b7529e8f28: Request end of tablet copy session fe89d3c92f414ea481d4b651217bc80e-6c5d8e1bd34d44449c1e1c5307fe3964 received from {username='slave'} at 127.0.0.1:54800
I20260608 12:39:08.930727  2195 tablet_copy_service.cc:434] P beb6b04e0ef847b190a049b7529e8f28: ending tablet copy session fe89d3c92f414ea481d4b651217bc80e-6c5d8e1bd34d44449c1e1c5307fe3964 on tablet 6c5d8e1bd34d44449c1e1c5307fe3964 with peer fe89d3c92f414ea481d4b651217bc80e
I20260608 12:39:09.279027  2464 raft_consensus.cc:1217] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:09.344367  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:09.346428  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:09.346755  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:09.671630  2512 raft_consensus.cc:1064] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28: attempting to promote NON_VOTER fe89d3c92f414ea481d4b651217bc80e to VOTER
I20260608 12:39:09.674459  2512 consensus_queue.cc:237] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [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: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false } }
I20260608 12:39:09.681499  2464 raft_consensus.cc:1275] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e [term 1 LEARNER]: Refusing update from remote peer beb6b04e0ef847b190a049b7529e8f28: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:09.681579  2259 raft_consensus.cc:1275] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 1 FOLLOWER]: Refusing update from remote peer beb6b04e0ef847b190a049b7529e8f28: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:09.682964  2334 raft_consensus.cc:1275] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Refusing update from remote peer beb6b04e0ef847b190a049b7529e8f28: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:09.683744  2511 consensus_queue.cc:1048] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:09.684605  2512 consensus_queue.cc:1048] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:09.685284  2496 consensus_queue.cc:1048] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:09.695190  2496 raft_consensus.cc:2955] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fe89d3c92f414ea481d4b651217bc80e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false } } }
I20260608 12:39:09.699445  2259 raft_consensus.cc:2955] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fe89d3c92f414ea481d4b651217bc80e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false } } }
I20260608 12:39:09.702448  2463 raft_consensus.cc:2955] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fe89d3c92f414ea481d4b651217bc80e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false } } }
I20260608 12:39:09.708067  2334 raft_consensus.cc:2955] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fe89d3c92f414ea481d4b651217bc80e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false } } }
I20260608 12:39:09.712348  2083 catalog_manager.cc:5696] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 reported cstate change: config changed from index 2 to 3, fe89d3c92f414ea481d4b651217bc80e (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "beb6b04e0ef847b190a049b7529e8f28" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "249fb545a7f04d158bc247901c824636" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38503 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:09.734871  2185 consensus_queue.cc:237] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [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: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false } }
I20260608 12:39:09.740362  2463 raft_consensus.cc:1275] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e [term 1 FOLLOWER]: Refusing update from remote peer beb6b04e0ef847b190a049b7529e8f28: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:09.742215  2496 consensus_queue.cc:1048] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:09.743005  2334 raft_consensus.cc:1275] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Refusing update from remote peer beb6b04e0ef847b190a049b7529e8f28: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:09.744585  2496 consensus_queue.cc:1048] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:09.749228  2512 raft_consensus.cc:2955] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 249fb545a7f04d158bc247901c824636 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false } } }
I20260608 12:39:09.751341  2463 raft_consensus.cc:2955] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 249fb545a7f04d158bc247901c824636 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false } } }
I20260608 12:39:09.753263  2334 raft_consensus.cc:2955] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 249fb545a7f04d158bc247901c824636 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false } } }
I20260608 12:39:09.760046  2068 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 6c5d8e1bd34d44449c1e1c5307fe3964 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:09.765251  2082 catalog_manager.cc:5696] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e reported cstate change: config changed from index 3 to 4, VOTER 249fb545a7f04d158bc247901c824636 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "beb6b04e0ef847b190a049b7529e8f28" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "612aa85e5e714421870a6d88daebb1cd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46879 } } peers { permanent_uuid: "beb6b04e0ef847b190a049b7529e8f28" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38309 } } peers { permanent_uuid: "fe89d3c92f414ea481d4b651217bc80e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43897 } attrs { promote: false } } }
I20260608 12:39:09.775460  2249 tablet_service.cc:1558] Processing DeleteTablet for tablet 6c5d8e1bd34d44449c1e1c5307fe3964 with delete_type TABLET_DATA_TOMBSTONED (TS 249fb545a7f04d158bc247901c824636 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45042
I20260608 12:39:09.777655  2522 tablet_replica.cc:333] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636: stopping tablet replica
I20260608 12:39:09.778324  2522 raft_consensus.cc:2243] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:09.778981  2522 raft_consensus.cc:2272] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:09.782385  2522 ts_tablet_manager.cc:1916] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:09.792039  2522 ts_tablet_manager.cc:1929] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:09.792346  2522 log.cc:1199] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 249fb545a7f04d158bc247901c824636: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922314084774-431-0/minicluster-data/ts-1-root/wals/6c5d8e1bd34d44449c1e1c5307fe3964
I20260608 12:39:09.793726  2070 catalog_manager.cc:5027] TS 249fb545a7f04d158bc247901c824636 (127.0.107.194:38503): tablet 6c5d8e1bd34d44449c1e1c5307fe3964 (table test-workload [id=6f1655b8bdb148428807ecb5c6c71ebc]) successfully deleted
I20260608 12:39:11.347697  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:11.349637  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:11.349916  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:13.350809  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:13.352784  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:13.353096  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:15.354244  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:15.356473  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:15.356806  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:17.357721  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:17.359696  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:17.359987  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:19.360847  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:19.362839  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:19.363153  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:39:20.894133  2114 debug-util.cc:398] Leaking SignalData structure 0x7b08001b6680 after lost signal to thread 434
W20260608 12:39:20.894992  2114 debug-util.cc:398] Leaking SignalData structure 0x7b08001a9220 after lost signal to thread 2117
W20260608 12:39:20.895932  2114 debug-util.cc:398] Leaking SignalData structure 0x7b0800179f20 after lost signal to thread 2209
W20260608 12:39:20.896730  2114 debug-util.cc:398] Leaking SignalData structure 0x7b08001a8260 after lost signal to thread 2284
W20260608 12:39:20.897512  2114 debug-util.cc:398] Leaking SignalData structure 0x7b0800008480 after lost signal to thread 2358
W20260608 12:39:20.898329  2114 debug-util.cc:398] Leaking SignalData structure 0x7b080014f580 after lost signal to thread 2488
I20260608 12:39:21.364019  2136 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:21.365984  2136 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:21.366330  2136 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:22.118444   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:22.146430   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:22.147387   431 tablet_replica.cc:333] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28: stopping tablet replica
I20260608 12:39:22.148211   431 raft_consensus.cc:2243] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:22.149652   431 raft_consensus.cc:2272] T 6c5d8e1bd34d44449c1e1c5307fe3964 P beb6b04e0ef847b190a049b7529e8f28 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:22.152978   431 tablet_replica.cc:333] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28: stopping tablet replica
I20260608 12:39:22.153704   431 raft_consensus.cc:2243] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:22.154287   431 raft_consensus.cc:2272] T 12d124e5bf874ee39ecb85bcc8691d07 P beb6b04e0ef847b190a049b7529e8f28 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:22.169401   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:39:22.180716  2298 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38309: connect: Connection refused (error 111) [suppressed 4 similar messages]
W20260608 12:39:22.184934  2298 consensus_peers.cc:597] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd -> Peer beb6b04e0ef847b190a049b7529e8f28 (127.0.107.193:38309): Couldn't send request to peer beb6b04e0ef847b190a049b7529e8f28. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38309: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:22.187841   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:22.216327   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:22.217187   431 tablet_replica.cc:333] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636: stopping tablet replica
I20260608 12:39:22.217823   431 raft_consensus.cc:2243] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:22.218358   431 raft_consensus.cc:2272] T 12d124e5bf874ee39ecb85bcc8691d07 P 249fb545a7f04d158bc247901c824636 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:22.241101   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:22.255199   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:22.280505   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:22.281473   431 tablet_replica.cc:333] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd: stopping tablet replica
I20260608 12:39:22.282200   431 raft_consensus.cc:2243] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:22.283380   431 raft_consensus.cc:2272] T 12d124e5bf874ee39ecb85bcc8691d07 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:22.286470   431 tablet_replica.cc:333] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd: stopping tablet replica
I20260608 12:39:22.287076   431 raft_consensus.cc:2243] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:22.288215   431 raft_consensus.cc:2272] T 6c5d8e1bd34d44449c1e1c5307fe3964 P 612aa85e5e714421870a6d88daebb1cd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:22.311839   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:22.327976   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:39:22.349792   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:22.350575   431 tablet_replica.cc:333] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e: stopping tablet replica
I20260608 12:39:22.351166   431 raft_consensus.cc:2243] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:22.352020   431 raft_consensus.cc:2272] T 6c5d8e1bd34d44449c1e1c5307fe3964 P fe89d3c92f414ea481d4b651217bc80e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:22.372133   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:39:22.386989   431 master.cc:562] Master@127.0.107.254:39187 shutting down...
I20260608 12:39:22.407294   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:22.408018   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:22.408357   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P abd1302434d94eb6b993175dc617a5bd: stopping tablet replica
I20260608 12:39:23.172308   431 master.cc:584] Master@127.0.107.254:39187 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (28018 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260608 12:39:23.207947   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44419
I20260608 12:39:23.209057   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:23.214326  2529 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.214782  2530 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.216981  2532 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:23.217672   431 server_base.cc:1061] running on GCE node
I20260608 12:39:23.218580   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:23.218757   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:23.218917   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922363218899 us; error 0 us; skew 500 ppm
I20260608 12:39:23.219538   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:23.222187   431 webserver.cc:533] Webserver started at http://127.0.107.254:43295/ using document root <none> and password file <none>
I20260608 12:39:23.222673   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:23.222842   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:23.223104   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:23.224258   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "5afa859e2d02447ea36ef740a9764ff3"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-jl41"
I20260608 12:39:23.228645   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:23.231926  2537 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.232615   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:23.232873   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "5afa859e2d02447ea36ef740a9764ff3"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-jl41"
I20260608 12:39:23.233124   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922314084774-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:23.270982   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:23.272558   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:23.309754   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44419
I20260608 12:39:23.309859  2588 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44419 every 8 connection(s)
I20260608 12:39:23.313824  2589 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:23.323731  2589 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3: Bootstrap starting.
I20260608 12:39:23.328258  2589 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:23.332348  2589 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3: No bootstrap required, opened a new log
I20260608 12:39:23.334510  2589 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5afa859e2d02447ea36ef740a9764ff3" member_type: VOTER }
I20260608 12:39:23.334961  2589 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:23.335207  2589 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5afa859e2d02447ea36ef740a9764ff3, State: Initialized, Role: FOLLOWER
I20260608 12:39:23.335783  2589 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5afa859e2d02447ea36ef740a9764ff3" member_type: VOTER }
I20260608 12:39:23.336220  2589 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:23.336424  2589 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:23.336683  2589 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:23.340850  2589 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5afa859e2d02447ea36ef740a9764ff3" member_type: VOTER }
I20260608 12:39:23.341343  2589 leader_election.cc:304] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [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: 5afa859e2d02447ea36ef740a9764ff3; no voters: 
I20260608 12:39:23.342494  2589 leader_election.cc:290] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:23.342940  2592 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:23.344271  2592 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [term 1 LEADER]: Becoming Leader. State: Replica: 5afa859e2d02447ea36ef740a9764ff3, State: Running, Role: LEADER
I20260608 12:39:23.344971  2592 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [LEADER]: Queue going to LEADER mode. State: All 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: "5afa859e2d02447ea36ef740a9764ff3" member_type: VOTER }
I20260608 12:39:23.345360  2589 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:23.349364  2593 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5afa859e2d02447ea36ef740a9764ff3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5afa859e2d02447ea36ef740a9764ff3" member_type: VOTER } }
I20260608 12:39:23.350021  2593 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:23.349959  2594 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5afa859e2d02447ea36ef740a9764ff3. Latest consensus state: current_term: 1 leader_uuid: "5afa859e2d02447ea36ef740a9764ff3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5afa859e2d02447ea36ef740a9764ff3" member_type: VOTER } }
I20260608 12:39:23.350705  2594 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:23.354890  2600 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:23.362408  2600 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:23.363479   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:23.371368  2600 catalog_manager.cc:1382] Generated new cluster ID: b0a7b33dbcf5414e95a0a2bc49b542b2
I20260608 12:39:23.371693  2600 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:23.395551  2600 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:23.396829  2600 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:23.413486  2600 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3: Generated new TSK 0
I20260608 12:39:23.414137  2600 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:23.429483   431 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000193767s
I20260608 12:39:35.524138   431 master.cc:562] Master@127.0.107.254:44419 shutting down...
I20260608 12:39:35.551559   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:35.552366   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:35.552734   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5afa859e2d02447ea36ef740a9764ff3: stopping tablet replica
I20260608 12:39:35.572408   431 master.cc:584] Master@127.0.107.254:44419 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12393 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260608 12:39:35.601758   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:36269
I20260608 12:39:35.602952   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:35.608103  2613 instance_detector.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:35.608738  2614 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:35.610316  2616 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:35.610924   431 server_base.cc:1061] running on GCE node
I20260608 12:39:35.611709   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:35.611887   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:35.611999   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922375611989 us; error 0 us; skew 500 ppm
I20260608 12:39:35.612533   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:35.615465   431 webserver.cc:533] Webserver started at http://127.0.107.254:40187/ using document root <none> and password file <none>
I20260608 12:39:35.616004   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:35.616176   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:35.616411   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:35.617605   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "570f750661b74178b4c646de78c6253e"
format_stamp: "Formatted at 2026-06-08 12:39:35 on dist-test-slave-jl41"
I20260608 12:39:35.622442   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:35.625952  2621 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:35.626657   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:35.626914   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "570f750661b74178b4c646de78c6253e"
format_stamp: "Formatted at 2026-06-08 12:39:35 on dist-test-slave-jl41"
I20260608 12:39:35.627171   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:35.649032   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:35.650287   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:35.689599   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:36269
I20260608 12:39:35.689733  2672 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:36269 every 8 connection(s)
I20260608 12:39:35.693981  2673 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:35.704800  2673 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e: Bootstrap starting.
I20260608 12:39:35.709635  2673 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:35.713872  2673 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e: No bootstrap required, opened a new log
I20260608 12:39:35.716101  2673 raft_consensus.cc:359] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "570f750661b74178b4c646de78c6253e" member_type: VOTER }
I20260608 12:39:35.716503  2673 raft_consensus.cc:385] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:35.716691  2673 raft_consensus.cc:740] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 570f750661b74178b4c646de78c6253e, State: Initialized, Role: FOLLOWER
I20260608 12:39:35.717214  2673 consensus_queue.cc:260] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "570f750661b74178b4c646de78c6253e" member_type: VOTER }
I20260608 12:39:35.717630  2673 raft_consensus.cc:399] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:35.717823  2673 raft_consensus.cc:493] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:35.718050  2673 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:35.722254  2673 raft_consensus.cc:515] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "570f750661b74178b4c646de78c6253e" member_type: VOTER }
I20260608 12:39:35.722708  2673 leader_election.cc:304] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [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: 570f750661b74178b4c646de78c6253e; no voters: 
I20260608 12:39:35.723920  2673 leader_election.cc:290] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:35.724695  2676 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:35.726315  2676 raft_consensus.cc:697] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [term 1 LEADER]: Becoming Leader. State: Replica: 570f750661b74178b4c646de78c6253e, State: Running, Role: LEADER
I20260608 12:39:35.726944  2673 sys_catalog.cc:565] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:35.727108  2676 consensus_queue.cc:237] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [LEADER]: Queue going to LEADER mode. State: All 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: "570f750661b74178b4c646de78c6253e" member_type: VOTER }
I20260608 12:39:35.730304  2677 sys_catalog.cc:455] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "570f750661b74178b4c646de78c6253e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "570f750661b74178b4c646de78c6253e" member_type: VOTER } }
I20260608 12:39:35.730396  2678 sys_catalog.cc:455] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 570f750661b74178b4c646de78c6253e. Latest consensus state: current_term: 1 leader_uuid: "570f750661b74178b4c646de78c6253e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "570f750661b74178b4c646de78c6253e" member_type: VOTER } }
I20260608 12:39:35.730952  2677 sys_catalog.cc:458] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:35.730983  2678 sys_catalog.cc:458] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:35.735530  2681 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:35.743376  2681 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:35.744321   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:35.753468  2681 catalog_manager.cc:1382] Generated new cluster ID: a48fb8e3667a45e687b34031c3d25f93
I20260608 12:39:35.753757  2681 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:35.766018  2681 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:35.767266  2681 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:35.782428  2681 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e: Generated new TSK 0
I20260608 12:39:35.783027  2681 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:35.810665   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:35.816949  2694 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:35.817976  2695 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:35.819415   431 server_base.cc:1061] running on GCE node
W20260608 12:39:35.819346  2697 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:35.820384   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:35.820564   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:35.820748   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922375820733 us; error 0 us; skew 500 ppm
I20260608 12:39:35.821319   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:35.823575   431 webserver.cc:533] Webserver started at http://127.0.107.193:44449/ using document root <none> and password file <none>
I20260608 12:39:35.824050   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:35.824210   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:35.824460   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:35.825598   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "6a7c5f72cb20433bbbb45ce70194cc82"
format_stamp: "Formatted at 2026-06-08 12:39:35 on dist-test-slave-jl41"
I20260608 12:39:35.830282   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:35.833707  2702 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:35.834448   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:35.834739   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "6a7c5f72cb20433bbbb45ce70194cc82"
format_stamp: "Formatted at 2026-06-08 12:39:35 on dist-test-slave-jl41"
I20260608 12:39:35.835098   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-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:35.873140   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:35.874374   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:35.875847   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:35.878191   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:35.878379   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:35.878607   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:35.878756   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:35.918380   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42329
I20260608 12:39:35.918511  2764 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42329 every 8 connection(s)
I20260608 12:39:35.923650   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:35.931048  2769 instance_detector.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:35.932673  2770 instance_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:35.935146   431 server_base.cc:1061] running on GCE node
W20260608 12:39:35.935958  2772 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:35.936970   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:35.937247   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:35.937484   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922375937464 us; error 0 us; skew 500 ppm
I20260608 12:39:35.938386   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:35.940073  2765 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36269
I20260608 12:39:35.940418  2765 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:35.941102   431 webserver.cc:533] Webserver started at http://127.0.107.194:32937/ using document root <none> and password file <none>
I20260608 12:39:35.941308  2765 heartbeater.cc:507] Master 127.0.107.254:36269 requested a full tablet report, sending...
I20260608 12:39:35.941627   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:35.941849   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:35.942098   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:35.943454   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "1193f7f0e2344f41b0479190ae0f8de4"
format_stamp: "Formatted at 2026-06-08 12:39:35 on dist-test-slave-jl41"
I20260608 12:39:35.943826  2638 ts_manager.cc:194] Registered new tserver with Master: 6a7c5f72cb20433bbbb45ce70194cc82 (127.0.107.193:42329)
I20260608 12:39:35.945683  2638 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57262
I20260608 12:39:35.948561   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:39:35.952279  2777 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:35.953049   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.003s
I20260608 12:39:35.953298   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "1193f7f0e2344f41b0479190ae0f8de4"
format_stamp: "Formatted at 2026-06-08 12:39:35 on dist-test-slave-jl41"
I20260608 12:39:35.953529   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-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:35.977099   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:35.978564   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:35.980037   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:35.982319   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:35.982512   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:35.982743   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:35.982893   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.022099   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:44273
I20260608 12:39:36.022204  2839 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:44273 every 8 connection(s)
I20260608 12:39:36.027096   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:36.033924  2843 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:36.034446  2844 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:36.036995   431 server_base.cc:1061] running on GCE node
W20260608 12:39:36.037523  2847 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:36.038965   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:36.039173   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:36.039397   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922376039375 us; error 0 us; skew 500 ppm
I20260608 12:39:36.039871  2840 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36269
I20260608 12:39:36.040091   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:36.040313  2840 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:36.041472  2840 heartbeater.cc:507] Master 127.0.107.254:36269 requested a full tablet report, sending...
I20260608 12:39:36.043262   431 webserver.cc:533] Webserver started at http://127.0.107.195:38757/ using document root <none> and password file <none>
I20260608 12:39:36.043807  2638 ts_manager.cc:194] Registered new tserver with Master: 1193f7f0e2344f41b0479190ae0f8de4 (127.0.107.194:44273)
I20260608 12:39:36.043983   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:36.044270   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:36.044618   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:36.045624  2638 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57276
I20260608 12:39:36.046211   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "a5fe7bad9f9d4169905b7bafbe37585e"
format_stamp: "Formatted at 2026-06-08 12:39:36 on dist-test-slave-jl41"
I20260608 12:39:36.050872   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:39:36.054368  2851 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.055300   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:36.055637   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "a5fe7bad9f9d4169905b7bafbe37585e"
format_stamp: "Formatted at 2026-06-08 12:39:36 on dist-test-slave-jl41"
I20260608 12:39:36.055910   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922314084774-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:36.068172   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:36.069348   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:36.070760   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:36.073019   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:36.073230   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.073452   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:36.073607   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.111969   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:43479
I20260608 12:39:36.112082  2913 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:43479 every 8 connection(s)
I20260608 12:39:36.126384  2914 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36269
I20260608 12:39:36.126735  2914 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:36.127485  2914 heartbeater.cc:507] Master 127.0.107.254:36269 requested a full tablet report, sending...
I20260608 12:39:36.129551  2638 ts_manager.cc:194] Registered new tserver with Master: a5fe7bad9f9d4169905b7bafbe37585e (127.0.107.195:43479)
I20260608 12:39:36.129881   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01464015s
I20260608 12:39:36.131440  2638 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57290
I20260608 12:39:36.948668  2765 heartbeater.cc:499] Master 127.0.107.254:36269 was elected leader, sending a full tablet report...
I20260608 12:39:37.048236  2840 heartbeater.cc:499] Master 127.0.107.254:36269 was elected leader, sending a full tablet report...
I20260608 12:39:37.134114  2914 heartbeater.cc:499] Master 127.0.107.254:36269 was elected leader, sending a full tablet report...
I20260608 12:39:37.742949  2691 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:39.743789  2691 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:41.744689  2691 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:43.745630  2691 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:45.746795  2691 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:39:47.338704  2910 debug-util.cc:398] Leaking SignalData structure 0x7b08001d7760 after lost signal to thread 434
W20260608 12:39:47.339576  2910 debug-util.cc:398] Leaking SignalData structure 0x7b080014b660 after lost signal to thread 2672
W20260608 12:39:47.340479  2910 debug-util.cc:398] Leaking SignalData structure 0x7b08000a2fc0 after lost signal to thread 2764
W20260608 12:39:47.341382  2910 debug-util.cc:398] Leaking SignalData structure 0x7b08001ce700 after lost signal to thread 2839
W20260608 12:39:47.342176  2910 debug-util.cc:398] Leaking SignalData structure 0x7b08002280e0 after lost signal to thread 2913
I20260608 12:39:47.747916  2691 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:48.411178   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:48.442159   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:48.460291   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:48.473047   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:48.497054   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:48.513805   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:48.527125   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:48.554422   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:49.486936   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:49.495545   431 master.cc:562] Master@127.0.107.254:36269 shutting down...
I20260608 12:39:49.510867   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:49.511633   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:49.512001   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 570f750661b74178b4c646de78c6253e: stopping tablet replica
I20260608 12:39:49.529539   431 master.cc:584] Master@127.0.107.254:36269 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (13955 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260608 12:39:49.560179   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41315
I20260608 12:39:49.561326   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:49.566798  2920 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.566872  2919 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.567673  2922 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:49.568951   431 server_base.cc:1061] running on GCE node
I20260608 12:39:49.569718   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:49.569890   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:49.570031   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922389570014 us; error 0 us; skew 500 ppm
I20260608 12:39:49.570583   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:49.572949   431 webserver.cc:533] Webserver started at http://127.0.107.254:45127/ using document root <none> and password file <none>
I20260608 12:39:49.573431   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:49.573597   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:49.573848   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:49.574975   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "3d8a5f13c74247c7b5d7a83074ea9a51"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-jl41"
I20260608 12:39:49.579792   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:49.583249  2927 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.584038   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:49.584323   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "3d8a5f13c74247c7b5d7a83074ea9a51"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-jl41"
I20260608 12:39:49.584589   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:49.596807   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:49.597981   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:49.635164   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41315
I20260608 12:39:49.635385  2978 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41315 every 8 connection(s)
I20260608 12:39:49.639274  2979 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:49.649962  2979 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51: Bootstrap starting.
I20260608 12:39:49.654657  2979 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:49.658859  2979 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51: No bootstrap required, opened a new log
I20260608 12:39:49.661134  2979 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d8a5f13c74247c7b5d7a83074ea9a51" member_type: VOTER }
I20260608 12:39:49.661552  2979 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:49.661800  2979 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d8a5f13c74247c7b5d7a83074ea9a51, State: Initialized, Role: FOLLOWER
I20260608 12:39:49.662398  2979 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3d8a5f13c74247c7b5d7a83074ea9a51" member_type: VOTER }
I20260608 12:39:49.662839  2979 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:49.663048  2979 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:49.663300  2979 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:49.668058  2979 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d8a5f13c74247c7b5d7a83074ea9a51" member_type: VOTER }
I20260608 12:39:49.668547  2979 leader_election.cc:304] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [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: 3d8a5f13c74247c7b5d7a83074ea9a51; no voters: 
I20260608 12:39:49.669631  2979 leader_election.cc:290] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:49.670063  2982 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:49.671372  2982 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [term 1 LEADER]: Becoming Leader. State: Replica: 3d8a5f13c74247c7b5d7a83074ea9a51, State: Running, Role: LEADER
I20260608 12:39:49.672079  2982 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [LEADER]: Queue going to LEADER mode. State: All 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: "3d8a5f13c74247c7b5d7a83074ea9a51" member_type: VOTER }
I20260608 12:39:49.672531  2979 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:49.676785  2983 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3d8a5f13c74247c7b5d7a83074ea9a51" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d8a5f13c74247c7b5d7a83074ea9a51" member_type: VOTER } }
I20260608 12:39:49.677139  2984 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3d8a5f13c74247c7b5d7a83074ea9a51. Latest consensus state: current_term: 1 leader_uuid: "3d8a5f13c74247c7b5d7a83074ea9a51" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d8a5f13c74247c7b5d7a83074ea9a51" member_type: VOTER } }
I20260608 12:39:49.677516  2983 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:49.677732  2984 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:49.680591  2990 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:49.685588  2990 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:49.688923   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:49.694860  2990 catalog_manager.cc:1382] Generated new cluster ID: 09b6879a4fcf4cc2832f5c01a7631a4d
I20260608 12:39:49.695176  2990 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:49.721741  2990 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:49.723063  2990 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:49.742141  2990 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51: Generated new TSK 0
I20260608 12:39:49.742766  2990 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:49.755762   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:49.761549  3000 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.762558  3001 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:49.764308   431 server_base.cc:1061] running on GCE node
W20260608 12:39:49.764698  3003 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:49.765545   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:49.765743   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:49.765897   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922389765880 us; error 0 us; skew 500 ppm
I20260608 12:39:49.766472   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:49.768808   431 webserver.cc:533] Webserver started at http://127.0.107.193:45335/ using document root <none> and password file <none>
I20260608 12:39:49.769330   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:49.769490   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:49.769802   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:49.770886   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "608feda4aba440faa0c6a3bb6a9ddcd9"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-jl41"
I20260608 12:39:49.775585   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.003s
I20260608 12:39:49.779042  3008 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.779779   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:49.780056   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "608feda4aba440faa0c6a3bb6a9ddcd9"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-jl41"
I20260608 12:39:49.780328   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:49.796765   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:49.798056   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:49.799543   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:49.801831   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:49.802018   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.802239   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:49.802400   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.841255   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41835
I20260608 12:39:49.841382  3070 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41835 every 8 connection(s)
I20260608 12:39:49.846427   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:49.853353  3075 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.854756  3076 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.857682  3078 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:49.858561   431 server_base.cc:1061] running on GCE node
I20260608 12:39:49.859303  3071 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41315
I20260608 12:39:49.859488   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:39:49.859654  3071 heartbeater.cc:461] Registering TS with master...
W20260608 12:39:49.859752   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:49.860023   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922389860006 us; error 0 us; skew 500 ppm
I20260608 12:39:49.860536  3071 heartbeater.cc:507] Master 127.0.107.254:41315 requested a full tablet report, sending...
I20260608 12:39:49.860653   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:49.862744  2944 ts_manager.cc:194] Registered new tserver with Master: 608feda4aba440faa0c6a3bb6a9ddcd9 (127.0.107.193:41835)
I20260608 12:39:49.863220   431 webserver.cc:533] Webserver started at http://127.0.107.194:41325/ using document root <none> and password file <none>
I20260608 12:39:49.863801   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:49.863982   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:49.864224   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:49.864759  2944 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55058
I20260608 12:39:49.865527   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "32b8b7cf60694deb900c361b8a2d1966"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-jl41"
I20260608 12:39:49.870088   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:39:49.873764  3083 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.874482   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:49.874758   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "32b8b7cf60694deb900c361b8a2d1966"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-jl41"
I20260608 12:39:49.875008   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:49.884819   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:49.885950   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:49.887432   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:49.889636   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:49.889828   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.890043   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:49.890194   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.928154   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35825
I20260608 12:39:49.928285  3145 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35825 every 8 connection(s)
I20260608 12:39:49.932986   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:49.940237  3149 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.942716  3150 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.944566  3152 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:49.945005   431 server_base.cc:1061] running on GCE node
I20260608 12:39:49.946017   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:39:49.946187  3146 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41315
W20260608 12:39:49.946296   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:49.946630   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922389946610 us; error 0 us; skew 500 ppm
I20260608 12:39:49.946695  3146 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:49.947576   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:49.947711  3146 heartbeater.cc:507] Master 127.0.107.254:41315 requested a full tablet report, sending...
I20260608 12:39:49.950062  2944 ts_manager.cc:194] Registered new tserver with Master: 32b8b7cf60694deb900c361b8a2d1966 (127.0.107.194:35825)
I20260608 12:39:49.950400   431 webserver.cc:533] Webserver started at http://127.0.107.195:41253/ using document root <none> and password file <none>
I20260608 12:39:49.950939   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:49.951123   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:49.951413   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:49.951653  2944 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55064
I20260608 12:39:49.952728   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "057974d5ce5846328151f25fbd449670"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-jl41"
I20260608 12:39:49.957432   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:39:49.960856  3157 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.961627   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:49.961911   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "057974d5ce5846328151f25fbd449670"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-jl41"
I20260608 12:39:49.962170   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922314084774-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:49.981267   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:49.982465   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:49.983989   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:49.986284   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:49.986475   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.986690   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:49.986847   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:50.026980   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36517
I20260608 12:39:50.027113  3219 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36517 every 8 connection(s)
I20260608 12:39:50.041545  3220 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41315
I20260608 12:39:50.042021  3220 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:50.042840  3220 heartbeater.cc:507] Master 127.0.107.254:41315 requested a full tablet report, sending...
I20260608 12:39:50.044821  2944 ts_manager.cc:194] Registered new tserver with Master: 057974d5ce5846328151f25fbd449670 (127.0.107.195:36517)
I20260608 12:39:50.044945   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014816927s
I20260608 12:39:50.046175  2944 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55080
I20260608 12:39:50.867349  3071 heartbeater.cc:499] Master 127.0.107.254:41315 was elected leader, sending a full tablet report...
I20260608 12:39:50.954087  3146 heartbeater.cc:499] Master 127.0.107.254:41315 was elected leader, sending a full tablet report...
I20260608 12:39:51.048650  3220 heartbeater.cc:499] Master 127.0.107.254:41315 was elected leader, sending a full tablet report...
I20260608 12:39:51.098914  2944 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55092:
name: "range_aware_auto_rebalancer_test"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 2
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:39:51.101300  2944 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_auto_rebalancer_test in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:39:51.154896  3036 tablet_service.cc:1511] Processing CreateTablet for tablet 00e7c672c2c541a2bf81c60f60644d4f (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:51.156592  3036 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00e7c672c2c541a2bf81c60f60644d4f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.155601  3034 tablet_service.cc:1511] Processing CreateTablet for tablet b8a819ca53a141488a56dbd1b50f55b9 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:51.159137  3035 tablet_service.cc:1511] Processing CreateTablet for tablet 8e484a5441e143818fb983863b5daf96 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:51.163652  3034 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8a819ca53a141488a56dbd1b50f55b9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.164358  3033 tablet_service.cc:1511] Processing CreateTablet for tablet cadce047f00542af880942fc2749a743 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:51.165529  3033 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cadce047f00542af880942fc2749a743. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.166813  3035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e484a5441e143818fb983863b5daf96. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.172609  3110 tablet_service.cc:1511] Processing CreateTablet for tablet 8e484a5441e143818fb983863b5daf96 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:51.174080  3110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e484a5441e143818fb983863b5daf96. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.175419  3185 tablet_service.cc:1511] Processing CreateTablet for tablet 00e7c672c2c541a2bf81c60f60644d4f (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:51.176879  3185 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00e7c672c2c541a2bf81c60f60644d4f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.176487  3109 tablet_service.cc:1511] Processing CreateTablet for tablet b8a819ca53a141488a56dbd1b50f55b9 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:51.177940  3109 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8a819ca53a141488a56dbd1b50f55b9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.170744  3111 tablet_service.cc:1511] Processing CreateTablet for tablet 00e7c672c2c541a2bf81c60f60644d4f (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:51.180179  3111 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00e7c672c2c541a2bf81c60f60644d4f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.187943  3184 tablet_service.cc:1511] Processing CreateTablet for tablet 8e484a5441e143818fb983863b5daf96 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:51.189374  3184 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e484a5441e143818fb983863b5daf96. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.192447  3183 tablet_service.cc:1511] Processing CreateTablet for tablet b8a819ca53a141488a56dbd1b50f55b9 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:51.193835  3183 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8a819ca53a141488a56dbd1b50f55b9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.201488  3108 tablet_service.cc:1511] Processing CreateTablet for tablet cadce047f00542af880942fc2749a743 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:51.203169  3108 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cadce047f00542af880942fc2749a743. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.212145  3182 tablet_service.cc:1511] Processing CreateTablet for tablet cadce047f00542af880942fc2749a743 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=feb87a9df6854d20b66b9d371deffbe2]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:51.213595  3182 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cadce047f00542af880942fc2749a743. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.232656  3239 tablet_bootstrap.cc:492] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9: Bootstrap starting.
I20260608 12:39:51.234282  3240 tablet_bootstrap.cc:492] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670: Bootstrap starting.
I20260608 12:39:51.240895  3240 tablet_bootstrap.cc:654] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.245293  3239 tablet_bootstrap.cc:654] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.248643  3241 tablet_bootstrap.cc:492] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966: Bootstrap starting.
I20260608 12:39:51.250234  3240 tablet_bootstrap.cc:492] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670: No bootstrap required, opened a new log
I20260608 12:39:51.250710  3240 ts_tablet_manager.cc:1403] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670: Time spent bootstrapping tablet: real 0.017s	user 0.003s	sys 0.011s
I20260608 12:39:51.251024  3239 tablet_bootstrap.cc:492] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9: No bootstrap required, opened a new log
I20260608 12:39:51.251506  3239 ts_tablet_manager.cc:1403] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.000s
I20260608 12:39:51.254081  3241 tablet_bootstrap.cc:654] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.253891  3240 raft_consensus.cc:359] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } }
I20260608 12:39:51.254674  3240 raft_consensus.cc:385] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.254423  3239 raft_consensus.cc:359] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } }
I20260608 12:39:51.254976  3240 raft_consensus.cc:740] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 057974d5ce5846328151f25fbd449670, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.255129  3239 raft_consensus.cc:385] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.255471  3239 raft_consensus.cc:740] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 608feda4aba440faa0c6a3bb6a9ddcd9, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.255823  3240 consensus_queue.cc:260] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } }
I20260608 12:39:51.256218  3239 consensus_queue.cc:260] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } }
I20260608 12:39:51.258801  3240 ts_tablet_manager.cc:1434] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.001s
I20260608 12:39:51.259083  3241 tablet_bootstrap.cc:492] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966: No bootstrap required, opened a new log
I20260608 12:39:51.263186  3240 tablet_bootstrap.cc:492] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670: Bootstrap starting.
I20260608 12:39:51.259151  3239 ts_tablet_manager.cc:1434] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.005s
I20260608 12:39:51.265172  3241 ts_tablet_manager.cc:1403] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.009s
I20260608 12:39:51.267993  3241 raft_consensus.cc:359] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.268741  3241 raft_consensus.cc:385] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.269066  3241 raft_consensus.cc:740] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 32b8b7cf60694deb900c361b8a2d1966, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.269953  3241 consensus_queue.cc:260] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.272907  3239 tablet_bootstrap.cc:492] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9: Bootstrap starting.
I20260608 12:39:51.273586  3240 tablet_bootstrap.cc:654] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.277565  3241 ts_tablet_manager.cc:1434] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.002s
I20260608 12:39:51.278446  3241 tablet_bootstrap.cc:492] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966: Bootstrap starting.
I20260608 12:39:51.280200  3239 tablet_bootstrap.cc:654] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.281504  3240 tablet_bootstrap.cc:492] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670: No bootstrap required, opened a new log
I20260608 12:39:51.282084  3240 ts_tablet_manager.cc:1403] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.004s
W20260608 12:39:51.282232  3221 tablet.cc:2404] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:39:51.284720  3241 tablet_bootstrap.cc:654] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.285511  3240 raft_consensus.cc:359] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.286444  3240 raft_consensus.cc:385] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.286770  3240 raft_consensus.cc:740] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 057974d5ce5846328151f25fbd449670, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.287634  3240 consensus_queue.cc:260] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.289716  3240 ts_tablet_manager.cc:1434] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:39:51.290782  3240 tablet_bootstrap.cc:492] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670: Bootstrap starting.
I20260608 12:39:51.297713  3240 tablet_bootstrap.cc:654] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.304400  3241 tablet_bootstrap.cc:492] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966: No bootstrap required, opened a new log
I20260608 12:39:51.304807  3241 ts_tablet_manager.cc:1403] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.010s
I20260608 12:39:51.304773  3239 tablet_bootstrap.cc:492] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9: No bootstrap required, opened a new log
I20260608 12:39:51.305073  3240 tablet_bootstrap.cc:492] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670: No bootstrap required, opened a new log
I20260608 12:39:51.305553  3239 ts_tablet_manager.cc:1403] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9: Time spent bootstrapping tablet: real 0.033s	user 0.016s	sys 0.013s
I20260608 12:39:51.305557  3240 ts_tablet_manager.cc:1403] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670: Time spent bootstrapping tablet: real 0.015s	user 0.014s	sys 0.000s
I20260608 12:39:51.307284  3241 raft_consensus.cc:359] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } }
I20260608 12:39:51.307847  3241 raft_consensus.cc:385] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.308066  3241 raft_consensus.cc:740] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 32b8b7cf60694deb900c361b8a2d1966, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.308706  3241 consensus_queue.cc:260] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } }
I20260608 12:39:51.308615  3239 raft_consensus.cc:359] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.308845  3240 raft_consensus.cc:359] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.309581  3239 raft_consensus.cc:385] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.309615  3240 raft_consensus.cc:385] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.310086  3239 raft_consensus.cc:740] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 608feda4aba440faa0c6a3bb6a9ddcd9, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.310576  3245 raft_consensus.cc:493] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.311097  3241 ts_tablet_manager.cc:1434] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966: Time spent starting tablet: real 0.006s	user 0.000s	sys 0.005s
I20260608 12:39:51.311034  3245 raft_consensus.cc:515] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.311141  3239 consensus_queue.cc:260] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.312350  3241 tablet_bootstrap.cc:492] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966: Bootstrap starting.
I20260608 12:39:51.314018  3245 leader_election.cc:290] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 608feda4aba440faa0c6a3bb6a9ddcd9 (127.0.107.193:41835), 32b8b7cf60694deb900c361b8a2d1966 (127.0.107.194:35825)
I20260608 12:39:51.310164  3240 raft_consensus.cc:740] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 057974d5ce5846328151f25fbd449670, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.315220  3240 consensus_queue.cc:260] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.321034  3240 ts_tablet_manager.cc:1434] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260608 12:39:51.322144  3240 tablet_bootstrap.cc:492] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670: Bootstrap starting.
I20260608 12:39:51.324641  3239 ts_tablet_manager.cc:1434] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.000s
I20260608 12:39:51.328881  3240 tablet_bootstrap.cc:654] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.329037  3239 tablet_bootstrap.cc:492] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9: Bootstrap starting.
I20260608 12:39:51.339874  3241 tablet_bootstrap.cc:654] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.340112  3239 tablet_bootstrap.cc:654] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.349874  3240 tablet_bootstrap.cc:492] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670: No bootstrap required, opened a new log
I20260608 12:39:51.350469  3240 ts_tablet_manager.cc:1403] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670: Time spent bootstrapping tablet: real 0.029s	user 0.011s	sys 0.004s
I20260608 12:39:51.352236  3046 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8a819ca53a141488a56dbd1b50f55b9" candidate_uuid: "057974d5ce5846328151f25fbd449670" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" is_pre_election: true
W20260608 12:39:51.354023  3161 leader_election.cc:343] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 608feda4aba440faa0c6a3bb6a9ddcd9 (127.0.107.193:41835): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:51.354455  3240 raft_consensus.cc:359] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.355041  3240 raft_consensus.cc:385] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.355248  3239 tablet_bootstrap.cc:492] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9: No bootstrap required, opened a new log
I20260608 12:39:51.355259  3240 raft_consensus.cc:740] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 057974d5ce5846328151f25fbd449670, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.355712  3241 tablet_bootstrap.cc:492] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966: No bootstrap required, opened a new log
I20260608 12:39:51.356457  3240 consensus_queue.cc:260] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.357266  3241 ts_tablet_manager.cc:1403] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966: Time spent bootstrapping tablet: real 0.045s	user 0.012s	sys 0.001s
I20260608 12:39:51.358407  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8a819ca53a141488a56dbd1b50f55b9" candidate_uuid: "057974d5ce5846328151f25fbd449670" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32b8b7cf60694deb900c361b8a2d1966" is_pre_election: true
I20260608 12:39:51.359015  3240 ts_tablet_manager.cc:1434] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.005s
I20260608 12:39:51.355979  3239 ts_tablet_manager.cc:1403] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9: Time spent bootstrapping tablet: real 0.027s	user 0.011s	sys 0.010s
W20260608 12:39:51.360051  3160 leader_election.cc:343] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 32b8b7cf60694deb900c361b8a2d1966 (127.0.107.194:35825): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:51.360479  3160 leader_election.cc:304] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [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: 057974d5ce5846328151f25fbd449670; no voters: 32b8b7cf60694deb900c361b8a2d1966, 608feda4aba440faa0c6a3bb6a9ddcd9
I20260608 12:39:51.361123  3245 raft_consensus.cc:2749] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:51.363001  3239 raft_consensus.cc:359] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.363270  3241 raft_consensus.cc:359] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.363720  3239 raft_consensus.cc:385] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.364074  3241 raft_consensus.cc:385] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.364166  3239 raft_consensus.cc:740] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 608feda4aba440faa0c6a3bb6a9ddcd9, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.364382  3241 raft_consensus.cc:740] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 32b8b7cf60694deb900c361b8a2d1966, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.365123  3241 consensus_queue.cc:260] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.365041  3239 consensus_queue.cc:260] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.367457  3239 ts_tablet_manager.cc:1434] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:39:51.368618  3239 tablet_bootstrap.cc:492] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9: Bootstrap starting.
I20260608 12:39:51.369339  3241 ts_tablet_manager.cc:1434] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.000s
I20260608 12:39:51.370376  3241 tablet_bootstrap.cc:492] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966: Bootstrap starting.
I20260608 12:39:51.374750  3239 tablet_bootstrap.cc:654] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.378638  3241 tablet_bootstrap.cc:654] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.380285  3239 tablet_bootstrap.cc:492] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9: No bootstrap required, opened a new log
I20260608 12:39:51.380688  3239 ts_tablet_manager.cc:1403] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260608 12:39:51.383103  3239 raft_consensus.cc:359] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.383652  3241 tablet_bootstrap.cc:492] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966: No bootstrap required, opened a new log
I20260608 12:39:51.383657  3239 raft_consensus.cc:385] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.384128  3239 raft_consensus.cc:740] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 608feda4aba440faa0c6a3bb6a9ddcd9, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.384219  3241 ts_tablet_manager.cc:1403] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.003s
I20260608 12:39:51.384797  3239 consensus_queue.cc:260] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.386780  3239 ts_tablet_manager.cc:1434] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.003s
I20260608 12:39:51.386605  3241 raft_consensus.cc:359] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.387166  3241 raft_consensus.cc:385] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.387449  3241 raft_consensus.cc:740] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 32b8b7cf60694deb900c361b8a2d1966, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.388142  3241 consensus_queue.cc:260] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.389730  3241 ts_tablet_manager.cc:1434] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
I20260608 12:39:51.415829  3245 raft_consensus.cc:493] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.416268  3245 raft_consensus.cc:515] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } }
I20260608 12:39:51.417908  3245 leader_election.cc:290] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 608feda4aba440faa0c6a3bb6a9ddcd9 (127.0.107.193:41835), 32b8b7cf60694deb900c361b8a2d1966 (127.0.107.194:35825)
I20260608 12:39:51.418685  3046 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00e7c672c2c541a2bf81c60f60644d4f" candidate_uuid: "057974d5ce5846328151f25fbd449670" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" is_pre_election: true
I20260608 12:39:51.418991  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00e7c672c2c541a2bf81c60f60644d4f" candidate_uuid: "057974d5ce5846328151f25fbd449670" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32b8b7cf60694deb900c361b8a2d1966" is_pre_election: true
I20260608 12:39:51.419389  3046 raft_consensus.cc:2468] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 057974d5ce5846328151f25fbd449670 in term 0.
I20260608 12:39:51.419627  3121 raft_consensus.cc:2468] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 057974d5ce5846328151f25fbd449670 in term 0.
I20260608 12:39:51.420655  3161 leader_election.cc:304] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 057974d5ce5846328151f25fbd449670, 608feda4aba440faa0c6a3bb6a9ddcd9; no voters: 
I20260608 12:39:51.421304  3245 raft_consensus.cc:2804] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:51.421590  3245 raft_consensus.cc:493] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:51.421837  3245 raft_consensus.cc:3060] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.426332  3245 raft_consensus.cc:515] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } }
I20260608 12:39:51.427937  3245 leader_election.cc:290] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [CANDIDATE]: Term 1 election: Requested vote from peers 608feda4aba440faa0c6a3bb6a9ddcd9 (127.0.107.193:41835), 32b8b7cf60694deb900c361b8a2d1966 (127.0.107.194:35825)
I20260608 12:39:51.428793  3046 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00e7c672c2c541a2bf81c60f60644d4f" candidate_uuid: "057974d5ce5846328151f25fbd449670" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9"
I20260608 12:39:51.428973  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00e7c672c2c541a2bf81c60f60644d4f" candidate_uuid: "057974d5ce5846328151f25fbd449670" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32b8b7cf60694deb900c361b8a2d1966"
I20260608 12:39:51.429267  3046 raft_consensus.cc:3060] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.429461  3121 raft_consensus.cc:3060] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.433939  3046 raft_consensus.cc:2468] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 057974d5ce5846328151f25fbd449670 in term 1.
I20260608 12:39:51.434495  3121 raft_consensus.cc:2468] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 057974d5ce5846328151f25fbd449670 in term 1.
I20260608 12:39:51.434916  3161 leader_election.cc:304] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 057974d5ce5846328151f25fbd449670, 608feda4aba440faa0c6a3bb6a9ddcd9; no voters: 
I20260608 12:39:51.435710  3245 raft_consensus.cc:2804] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.436729  3245 raft_consensus.cc:697] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 1 LEADER]: Becoming Leader. State: Replica: 057974d5ce5846328151f25fbd449670, State: Running, Role: LEADER
I20260608 12:39:51.437494  3245 consensus_queue.cc:237] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } }
I20260608 12:39:51.444877  2941 catalog_manager.cc:5696] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 reported cstate change: term changed from 0 to 1, leader changed from <none> to 057974d5ce5846328151f25fbd449670 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "057974d5ce5846328151f25fbd449670" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.504462  3246 raft_consensus.cc:493] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.504920  3246 raft_consensus.cc:515] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.507077  3246 leader_election.cc:290] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 32b8b7cf60694deb900c361b8a2d1966 (127.0.107.194:35825), 057974d5ce5846328151f25fbd449670 (127.0.107.195:36517)
I20260608 12:39:51.517228  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8a819ca53a141488a56dbd1b50f55b9" candidate_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32b8b7cf60694deb900c361b8a2d1966" is_pre_election: true
I20260608 12:39:51.517921  3121 raft_consensus.cc:2468] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 608feda4aba440faa0c6a3bb6a9ddcd9 in term 0.
I20260608 12:39:51.518416  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8a819ca53a141488a56dbd1b50f55b9" candidate_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "057974d5ce5846328151f25fbd449670" is_pre_election: true
I20260608 12:39:51.518996  3011 leader_election.cc:304] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 32b8b7cf60694deb900c361b8a2d1966, 608feda4aba440faa0c6a3bb6a9ddcd9; no voters: 
I20260608 12:39:51.519068  3195 raft_consensus.cc:2468] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 608feda4aba440faa0c6a3bb6a9ddcd9 in term 0.
I20260608 12:39:51.519758  3246 raft_consensus.cc:2804] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:51.520089  3246 raft_consensus.cc:493] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:51.520365  3246 raft_consensus.cc:3060] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.524899  3246 raft_consensus.cc:515] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.526432  3246 leader_election.cc:290] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [CANDIDATE]: Term 1 election: Requested vote from peers 32b8b7cf60694deb900c361b8a2d1966 (127.0.107.194:35825), 057974d5ce5846328151f25fbd449670 (127.0.107.195:36517)
I20260608 12:39:51.527217  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8a819ca53a141488a56dbd1b50f55b9" candidate_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32b8b7cf60694deb900c361b8a2d1966"
I20260608 12:39:51.527545  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8a819ca53a141488a56dbd1b50f55b9" candidate_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "057974d5ce5846328151f25fbd449670"
I20260608 12:39:51.527693  3121 raft_consensus.cc:3060] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.528013  3195 raft_consensus.cc:3060] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.532564  3121 raft_consensus.cc:2468] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 608feda4aba440faa0c6a3bb6a9ddcd9 in term 1.
I20260608 12:39:51.532934  3195 raft_consensus.cc:2468] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 608feda4aba440faa0c6a3bb6a9ddcd9 in term 1.
I20260608 12:39:51.533567  3011 leader_election.cc:304] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 32b8b7cf60694deb900c361b8a2d1966, 608feda4aba440faa0c6a3bb6a9ddcd9; no voters: 
I20260608 12:39:51.534216  3246 raft_consensus.cc:2804] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.535473  3246 raft_consensus.cc:697] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 LEADER]: Becoming Leader. State: Replica: 608feda4aba440faa0c6a3bb6a9ddcd9, State: Running, Role: LEADER
I20260608 12:39:51.536295  3246 consensus_queue.cc:237] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.542985  2941 catalog_manager.cc:5696] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 608feda4aba440faa0c6a3bb6a9ddcd9 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.584672  3246 raft_consensus.cc:493] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.585117  3246 raft_consensus.cc:515] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.586856  3246 leader_election.cc:290] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 32b8b7cf60694deb900c361b8a2d1966 (127.0.107.194:35825), 057974d5ce5846328151f25fbd449670 (127.0.107.195:36517)
I20260608 12:39:51.587791  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e484a5441e143818fb983863b5daf96" candidate_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32b8b7cf60694deb900c361b8a2d1966" is_pre_election: true
I20260608 12:39:51.587949  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e484a5441e143818fb983863b5daf96" candidate_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "057974d5ce5846328151f25fbd449670" is_pre_election: true
I20260608 12:39:51.588301  3121 raft_consensus.cc:2468] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 608feda4aba440faa0c6a3bb6a9ddcd9 in term 0.
I20260608 12:39:51.588500  3195 raft_consensus.cc:2468] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 608feda4aba440faa0c6a3bb6a9ddcd9 in term 0.
I20260608 12:39:51.589227  3011 leader_election.cc:304] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 32b8b7cf60694deb900c361b8a2d1966, 608feda4aba440faa0c6a3bb6a9ddcd9; no voters: 
I20260608 12:39:51.589785  3246 raft_consensus.cc:2804] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:51.590066  3246 raft_consensus.cc:493] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:51.590332  3246 raft_consensus.cc:3060] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.594843  3246 raft_consensus.cc:515] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.596411  3246 leader_election.cc:290] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [CANDIDATE]: Term 1 election: Requested vote from peers 32b8b7cf60694deb900c361b8a2d1966 (127.0.107.194:35825), 057974d5ce5846328151f25fbd449670 (127.0.107.195:36517)
I20260608 12:39:51.597209  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e484a5441e143818fb983863b5daf96" candidate_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32b8b7cf60694deb900c361b8a2d1966"
I20260608 12:39:51.597352  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e484a5441e143818fb983863b5daf96" candidate_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "057974d5ce5846328151f25fbd449670"
I20260608 12:39:51.597649  3121 raft_consensus.cc:3060] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.597841  3195 raft_consensus.cc:3060] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.601991  3121 raft_consensus.cc:2468] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 608feda4aba440faa0c6a3bb6a9ddcd9 in term 1.
I20260608 12:39:51.602595  3195 raft_consensus.cc:2468] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 608feda4aba440faa0c6a3bb6a9ddcd9 in term 1.
I20260608 12:39:51.602910  3011 leader_election.cc:304] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 32b8b7cf60694deb900c361b8a2d1966, 608feda4aba440faa0c6a3bb6a9ddcd9; no voters: 
I20260608 12:39:51.603641  3246 raft_consensus.cc:2804] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.604001  3246 raft_consensus.cc:697] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 LEADER]: Becoming Leader. State: Replica: 608feda4aba440faa0c6a3bb6a9ddcd9, State: Running, Role: LEADER
I20260608 12:39:51.604871  3246 consensus_queue.cc:237] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.611672  2941 catalog_manager.cc:5696] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 608feda4aba440faa0c6a3bb6a9ddcd9 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.656412  3247 raft_consensus.cc:493] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.656906  3247 raft_consensus.cc:515] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.659090  3247 leader_election.cc:290] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 608feda4aba440faa0c6a3bb6a9ddcd9 (127.0.107.193:41835), 057974d5ce5846328151f25fbd449670 (127.0.107.195:36517)
I20260608 12:39:51.669600  3046 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cadce047f00542af880942fc2749a743" candidate_uuid: "32b8b7cf60694deb900c361b8a2d1966" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" is_pre_election: true
I20260608 12:39:51.670063  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cadce047f00542af880942fc2749a743" candidate_uuid: "32b8b7cf60694deb900c361b8a2d1966" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "057974d5ce5846328151f25fbd449670" is_pre_election: true
I20260608 12:39:51.670279  3046 raft_consensus.cc:2468] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 32b8b7cf60694deb900c361b8a2d1966 in term 0.
I20260608 12:39:51.670697  3195 raft_consensus.cc:2468] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 32b8b7cf60694deb900c361b8a2d1966 in term 0.
I20260608 12:39:51.671555  3087 leader_election.cc:304] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 32b8b7cf60694deb900c361b8a2d1966, 608feda4aba440faa0c6a3bb6a9ddcd9; no voters: 
I20260608 12:39:51.672221  3247 raft_consensus.cc:2804] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:51.672554  3247 raft_consensus.cc:493] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:51.672782  3247 raft_consensus.cc:3060] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.677354  3247 raft_consensus.cc:515] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
I20260608 12:39:51.679021  3247 leader_election.cc:290] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [CANDIDATE]: Term 1 election: Requested vote from peers 608feda4aba440faa0c6a3bb6a9ddcd9 (127.0.107.193:41835), 057974d5ce5846328151f25fbd449670 (127.0.107.195:36517)
I20260608 12:39:51.679589  3046 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cadce047f00542af880942fc2749a743" candidate_uuid: "32b8b7cf60694deb900c361b8a2d1966" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9"
I20260608 12:39:51.680122  3046 raft_consensus.cc:3060] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.680023  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cadce047f00542af880942fc2749a743" candidate_uuid: "32b8b7cf60694deb900c361b8a2d1966" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "057974d5ce5846328151f25fbd449670"
I20260608 12:39:51.680675  3195 raft_consensus.cc:3060] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.686527  3046 raft_consensus.cc:2468] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 32b8b7cf60694deb900c361b8a2d1966 in term 1.
I20260608 12:39:51.686836  3195 raft_consensus.cc:2468] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 32b8b7cf60694deb900c361b8a2d1966 in term 1.
I20260608 12:39:51.687781  3087 leader_election.cc:304] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 32b8b7cf60694deb900c361b8a2d1966, 608feda4aba440faa0c6a3bb6a9ddcd9; no voters: 
I20260608 12:39:51.688649  3247 raft_consensus.cc:2804] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.688833  2997 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_auto_rebalancer_test
W20260608 12:39:51.689246  2992 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:51.689755  3247 raft_consensus.cc:697] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 LEADER]: Becoming Leader. State: Replica: 32b8b7cf60694deb900c361b8a2d1966, State: Running, Role: LEADER
I20260608 12:39:51.690701  3247 consensus_queue.cc:237] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } }
W20260608 12:39:51.693013  2997 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:39:51.698000  2941 catalog_manager.cc:5696] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 reported cstate change: term changed from 0 to 1, leader changed from <none> to 32b8b7cf60694deb900c361b8a2d1966 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "32b8b7cf60694deb900c361b8a2d1966" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "608feda4aba440faa0c6a3bb6a9ddcd9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "32b8b7cf60694deb900c361b8a2d1966" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35825 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "057974d5ce5846328151f25fbd449670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36517 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.755445   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:51.771479   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:51.772229   431 tablet_replica.cc:333] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9: stopping tablet replica
I20260608 12:39:51.772758   431 raft_consensus.cc:2243] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:51.773332   431 pending_rounds.cc:70] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9: Trying to abort 1 pending ops.
I20260608 12:39:51.773566   431 pending_rounds.cc:77] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658115739779072 op_type: NO_OP noop_request { }
I20260608 12:39:51.773900   431 raft_consensus.cc:2889] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:51.774227   431 raft_consensus.cc:2272] T b8a819ca53a141488a56dbd1b50f55b9 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.776521   431 tablet_replica.cc:333] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9: stopping tablet replica
I20260608 12:39:51.777037   431 raft_consensus.cc:2243] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:51.777581   431 pending_rounds.cc:70] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9: Trying to abort 1 pending ops.
I20260608 12:39:51.777752   431 pending_rounds.cc:77] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658116020928512 op_type: NO_OP noop_request { }
I20260608 12:39:51.777997   431 raft_consensus.cc:2889] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:51.778251   431 raft_consensus.cc:2272] T 8e484a5441e143818fb983863b5daf96 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.780431   431 tablet_replica.cc:333] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9: stopping tablet replica
I20260608 12:39:51.780894   431 raft_consensus.cc:2243] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:51.781225   431 raft_consensus.cc:2272] T cadce047f00542af880942fc2749a743 P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.782930   431 tablet_replica.cc:333] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9: stopping tablet replica
I20260608 12:39:51.783432   431 raft_consensus.cc:2243] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:51.783762   431 raft_consensus.cc:2272] T 00e7c672c2c541a2bf81c60f60644d4f P 608feda4aba440faa0c6a3bb6a9ddcd9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.805075   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:51.815081   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:51.829196   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:51.829892   431 tablet_replica.cc:333] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966: stopping tablet replica
I20260608 12:39:51.830399   431 raft_consensus.cc:2243] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:51.830943   431 pending_rounds.cc:70] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966: Trying to abort 1 pending ops.
I20260608 12:39:51.831105   431 pending_rounds.cc:77] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658116374470656 op_type: NO_OP noop_request { }
I20260608 12:39:51.831362   431 raft_consensus.cc:2889] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:51.831600   431 raft_consensus.cc:2272] T cadce047f00542af880942fc2749a743 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.833961   431 tablet_replica.cc:333] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966: stopping tablet replica
I20260608 12:39:51.834611   431 raft_consensus.cc:2243] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:51.834954   431 raft_consensus.cc:2272] T 00e7c672c2c541a2bf81c60f60644d4f P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.836642   431 tablet_replica.cc:333] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966: stopping tablet replica
I20260608 12:39:51.837076   431 raft_consensus.cc:2243] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:51.837374   431 raft_consensus.cc:2272] T b8a819ca53a141488a56dbd1b50f55b9 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.839005   431 tablet_replica.cc:333] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966: stopping tablet replica
I20260608 12:39:51.839457   431 raft_consensus.cc:2243] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:51.839775   431 raft_consensus.cc:2272] T 8e484a5441e143818fb983863b5daf96 P 32b8b7cf60694deb900c361b8a2d1966 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.860239   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:51.870659   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:51.886402   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:51.886986   431 tablet_replica.cc:333] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670: stopping tablet replica
I20260608 12:39:51.887535   431 raft_consensus.cc:2243] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:51.887907   431 raft_consensus.cc:2272] T 8e484a5441e143818fb983863b5daf96 P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.889532   431 tablet_replica.cc:333] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670: stopping tablet replica
I20260608 12:39:51.889990   431 raft_consensus.cc:2243] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:51.890298   431 raft_consensus.cc:2272] T b8a819ca53a141488a56dbd1b50f55b9 P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.891817   431 tablet_replica.cc:333] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670: stopping tablet replica
I20260608 12:39:51.892261   431 raft_consensus.cc:2243] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:51.892555   431 raft_consensus.cc:2272] T cadce047f00542af880942fc2749a743 P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.894059   431 tablet_replica.cc:333] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670: stopping tablet replica
I20260608 12:39:51.894457   431 raft_consensus.cc:2243] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:51.894946   431 pending_rounds.cc:70] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670: Trying to abort 1 pending ops.
I20260608 12:39:51.895098   431 pending_rounds.cc:77] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658115335053312 op_type: NO_OP noop_request { }
I20260608 12:39:51.895337   431 raft_consensus.cc:2889] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:51.895577   431 raft_consensus.cc:2272] T 00e7c672c2c541a2bf81c60f60644d4f P 057974d5ce5846328151f25fbd449670 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.915726   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:51.926242   431 master.cc:562] Master@127.0.107.254:41315 shutting down...
I20260608 12:39:51.938782   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:51.939270   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:51.939706   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3d8a5f13c74247c7b5d7a83074ea9a51: stopping tablet replica
I20260608 12:39:51.947676   431 master.cc:584] Master@127.0.107.254:41315 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2417 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260608 12:39:51.976630   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:39771
I20260608 12:39:51.977689   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:51.982501  3270 instance_detector.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:51.983667  3271 instance_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:51.983764  3273 instance_detector.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:51.984213   431 server_base.cc:1061] running on GCE node
I20260608 12:39:51.985102   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:51.985281   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:51.985441   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922391985423 us; error 0 us; skew 500 ppm
I20260608 12:39:51.986018   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:51.988387   431 webserver.cc:533] Webserver started at http://127.0.107.254:33581/ using document root <none> and password file <none>
I20260608 12:39:51.989032   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:51.989243   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:51.989545   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:51.990923   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "c553d9ef5e6044a98537a6d2a5717c53"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-jl41"
I20260608 12:39:51.996052   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:51.999647  3278 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:52.000463   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:52.000720   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "c553d9ef5e6044a98537a6d2a5717c53"
format_stamp: "Formatted at 2026-06-08 12:39:51 on dist-test-slave-jl41"
I20260608 12:39:52.000988   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-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:52.023119   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:52.024158   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:52.067962   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:39771
I20260608 12:39:52.068078  3329 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:39771 every 8 connection(s)
I20260608 12:39:52.071847  3330 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:52.081135  3330 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53: Bootstrap starting.
I20260608 12:39:52.085361  3330 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:52.088964  3330 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53: No bootstrap required, opened a new log
I20260608 12:39:52.090868  3330 raft_consensus.cc:359] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c553d9ef5e6044a98537a6d2a5717c53" member_type: VOTER }
I20260608 12:39:52.091217  3330 raft_consensus.cc:385] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:52.091423  3330 raft_consensus.cc:740] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c553d9ef5e6044a98537a6d2a5717c53, State: Initialized, Role: FOLLOWER
I20260608 12:39:52.091982  3330 consensus_queue.cc:260] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c553d9ef5e6044a98537a6d2a5717c53" member_type: VOTER }
I20260608 12:39:52.092392  3330 raft_consensus.cc:399] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:52.092581  3330 raft_consensus.cc:493] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:52.092783  3330 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:52.096729  3330 raft_consensus.cc:515] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c553d9ef5e6044a98537a6d2a5717c53" member_type: VOTER }
I20260608 12:39:52.097186  3330 leader_election.cc:304] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [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: c553d9ef5e6044a98537a6d2a5717c53; no voters: 
I20260608 12:39:52.098176  3330 leader_election.cc:290] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:52.098526  3333 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:52.099751  3333 raft_consensus.cc:697] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [term 1 LEADER]: Becoming Leader. State: Replica: c553d9ef5e6044a98537a6d2a5717c53, State: Running, Role: LEADER
I20260608 12:39:52.100417  3333 consensus_queue.cc:237] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [LEADER]: Queue going to LEADER mode. State: All 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: "c553d9ef5e6044a98537a6d2a5717c53" member_type: VOTER }
I20260608 12:39:52.100955  3330 sys_catalog.cc:565] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:52.103487  3335 sys_catalog.cc:455] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c553d9ef5e6044a98537a6d2a5717c53. Latest consensus state: current_term: 1 leader_uuid: "c553d9ef5e6044a98537a6d2a5717c53" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c553d9ef5e6044a98537a6d2a5717c53" member_type: VOTER } }
I20260608 12:39:52.103618  3334 sys_catalog.cc:455] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c553d9ef5e6044a98537a6d2a5717c53" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c553d9ef5e6044a98537a6d2a5717c53" member_type: VOTER } }
I20260608 12:39:52.104141  3334 sys_catalog.cc:458] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:52.104089  3335 sys_catalog.cc:458] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:52.108022  3339 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:52.115200  3339 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:52.116158   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:52.124037  3339 catalog_manager.cc:1382] Generated new cluster ID: fdfeb6bcf03b42438b82b0991a5a450f
I20260608 12:39:52.124286  3339 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:52.140622  3339 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:52.141790  3339 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:52.160741  3339 catalog_manager.cc:6069] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53: Generated new TSK 0
I20260608 12:39:52.161365  3339 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:52.182308   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:52.188040  3351 instance_detector.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:52.188443  3352 instance_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:52.190662   431 server_base.cc:1061] running on GCE node
W20260608 12:39:52.190833  3354 instance_detector.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:52.191685   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:52.191898   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:52.192046   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922392192030 us; error 0 us; skew 500 ppm
I20260608 12:39:52.192618   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:52.194738   431 webserver.cc:533] Webserver started at http://127.0.107.193:37263/ using document root <none> and password file <none>
I20260608 12:39:52.195231   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:52.195446   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:52.195686   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:52.196724   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
format_stamp: "Formatted at 2026-06-08 12:39:52 on dist-test-slave-jl41"
I20260608 12:39:52.201179   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:52.204674  3359 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:52.205441   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:52.205711   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
format_stamp: "Formatted at 2026-06-08 12:39:52 on dist-test-slave-jl41"
I20260608 12:39:52.205961   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-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:52.215142   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:52.216151   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:52.217437   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:52.219626   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:52.219811   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:52.220029   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:52.220176   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:52.255746   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43655
I20260608 12:39:52.255852  3421 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43655 every 8 connection(s)
I20260608 12:39:52.260627   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:52.267642  3426 instance_detector.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:52.269367  3427 instance_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:52.272454  3429 instance_detector.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:52.273382   431 server_base.cc:1061] running on GCE node
I20260608 12:39:52.273571  3422 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39771
I20260608 12:39:52.273963  3422 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:52.274155   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:52.274386   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:52.274544   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922392274528 us; error 0 us; skew 500 ppm
I20260608 12:39:52.274717  3422 heartbeater.cc:507] Master 127.0.107.254:39771 requested a full tablet report, sending...
I20260608 12:39:52.275159   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:52.276961  3295 ts_manager.cc:194] Registered new tserver with Master: f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:52.277699   431 webserver.cc:533] Webserver started at http://127.0.107.194:43195/ using document root <none> and password file <none>
I20260608 12:39:52.278189   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:52.278368   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:52.278601   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:52.278821  3295 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57388
I20260608 12:39:52.279708   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "749e1559114948928a2455c754236f2a"
format_stamp: "Formatted at 2026-06-08 12:39:52 on dist-test-slave-jl41"
I20260608 12:39:52.284037   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:52.287705  3434 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:52.288499   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260608 12:39:52.288786   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "749e1559114948928a2455c754236f2a"
format_stamp: "Formatted at 2026-06-08 12:39:52 on dist-test-slave-jl41"
I20260608 12:39:52.289048   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-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:52.320240   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:52.321290   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:52.322671   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:52.324855   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:52.325049   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:52.325268   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:52.325428   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:52.361019   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35471
I20260608 12:39:52.361121  3496 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35471 every 8 connection(s)
I20260608 12:39:52.366019   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:52.372601  3500 instance_detector.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:52.374797  3501 instance_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:52.376540   431 server_base.cc:1061] running on GCE node
W20260608 12:39:52.376503  3503 instance_detector.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:52.377660   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:52.377859   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:52.377995   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922392377981 us; error 0 us; skew 500 ppm
I20260608 12:39:52.378536   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:52.380908   431 webserver.cc:533] Webserver started at http://127.0.107.195:44175/ using document root <none> and password file <none>
I20260608 12:39:52.381541   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:52.381796   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:52.382097   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:52.382670  3497 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39771
I20260608 12:39:52.383044  3497 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:52.383345   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "cf2ab60131ef445e8fcc13de8e69166f"
format_stamp: "Formatted at 2026-06-08 12:39:52 on dist-test-slave-jl41"
I20260608 12:39:52.383785  3497 heartbeater.cc:507] Master 127.0.107.254:39771 requested a full tablet report, sending...
I20260608 12:39:52.385838  3295 ts_manager.cc:194] Registered new tserver with Master: 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:52.387633  3295 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57398
I20260608 12:39:52.388728   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:39:52.392454  3508 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:52.393150   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:52.393414   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "cf2ab60131ef445e8fcc13de8e69166f"
format_stamp: "Formatted at 2026-06-08 12:39:52 on dist-test-slave-jl41"
I20260608 12:39:52.393651   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:52.420126   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:52.421169   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:52.422519   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:52.424715   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:52.424907   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:52.425138   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:52.425280   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:52.462036   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35587
I20260608 12:39:52.462158  3570 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35587 every 8 connection(s)
I20260608 12:39:52.475091  3571 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39771
I20260608 12:39:52.475502  3571 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:52.476186  3571 heartbeater.cc:507] Master 127.0.107.254:39771 requested a full tablet report, sending...
I20260608 12:39:52.478058  3295 ts_manager.cc:194] Registered new tserver with Master: cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:52.478504   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013280886s
I20260608 12:39:52.479386  3295 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57402
I20260608 12:39:53.281306  3422 heartbeater.cc:499] Master 127.0.107.254:39771 was elected leader, sending a full tablet report...
I20260608 12:39:53.390359  3497 heartbeater.cc:499] Master 127.0.107.254:39771 was elected leader, sending a full tablet report...
I20260608 12:39:53.481992  3571 heartbeater.cc:499] Master 127.0.107.254:39771 was elected leader, sending a full tablet report...
I20260608 12:39:53.531729  3295 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57408:
name: "range_aware_rebalance_new_range"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 8
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:39:53.533897  3295 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_rebalance_new_range in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:39:53.594391  3462 tablet_service.cc:1511] Processing CreateTablet for tablet 62473aacab7d4a57bcf0416c98e8ac13 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.595885  3462 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62473aacab7d4a57bcf0416c98e8ac13. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.597929  3461 tablet_service.cc:1511] Processing CreateTablet for tablet 68f8ae6c6fdc47518d1322bd3ee5640e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.599278  3461 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68f8ae6c6fdc47518d1322bd3ee5640e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.603727  3460 tablet_service.cc:1511] Processing CreateTablet for tablet 9254184171ff4707bad0a398ee37abfa (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.605156  3460 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9254184171ff4707bad0a398ee37abfa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.606567  3459 tablet_service.cc:1511] Processing CreateTablet for tablet 27e6fb687ae84be584da691bab7a85a9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.606976  3458 tablet_service.cc:1511] Processing CreateTablet for tablet dd21919d82534af6aceb10524dd24ed7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.608009  3459 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27e6fb687ae84be584da691bab7a85a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.609045  3457 tablet_service.cc:1511] Processing CreateTablet for tablet 5994066c3ca24ca29190ac3fad46a442 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.610432  3457 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5994066c3ca24ca29190ac3fad46a442. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.612358  3456 tablet_service.cc:1511] Processing CreateTablet for tablet c7eb1a4076db47a58c8bc8e7f3e0e177 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.613772  3456 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7eb1a4076db47a58c8bc8e7f3e0e177. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.615811  3458 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd21919d82534af6aceb10524dd24ed7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.618431  3455 tablet_service.cc:1511] Processing CreateTablet for tablet 9561350a88a64c0db3e4ac5744c37fab (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.619925  3455 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9561350a88a64c0db3e4ac5744c37fab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.627606  3385 tablet_service.cc:1511] Processing CreateTablet for tablet 9254184171ff4707bad0a398ee37abfa (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.628306  3386 tablet_service.cc:1511] Processing CreateTablet for tablet 68f8ae6c6fdc47518d1322bd3ee5640e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.629051  3385 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9254184171ff4707bad0a398ee37abfa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.629647  3386 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68f8ae6c6fdc47518d1322bd3ee5640e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.626868  3387 tablet_service.cc:1511] Processing CreateTablet for tablet 62473aacab7d4a57bcf0416c98e8ac13 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.632462  3387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62473aacab7d4a57bcf0416c98e8ac13. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.633500  3383 tablet_service.cc:1511] Processing CreateTablet for tablet dd21919d82534af6aceb10524dd24ed7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.634830  3383 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd21919d82534af6aceb10524dd24ed7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.636332  3382 tablet_service.cc:1511] Processing CreateTablet for tablet 5994066c3ca24ca29190ac3fad46a442 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.637712  3382 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5994066c3ca24ca29190ac3fad46a442. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.639396  3381 tablet_service.cc:1511] Processing CreateTablet for tablet c7eb1a4076db47a58c8bc8e7f3e0e177 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.640829  3381 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7eb1a4076db47a58c8bc8e7f3e0e177. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.642493  3380 tablet_service.cc:1511] Processing CreateTablet for tablet 9561350a88a64c0db3e4ac5744c37fab (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.643900  3380 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9561350a88a64c0db3e4ac5744c37fab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.632362  3384 tablet_service.cc:1511] Processing CreateTablet for tablet 27e6fb687ae84be584da691bab7a85a9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.645808  3384 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27e6fb687ae84be584da691bab7a85a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.657199  3536 tablet_service.cc:1511] Processing CreateTablet for tablet 62473aacab7d4a57bcf0416c98e8ac13 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.658674  3536 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62473aacab7d4a57bcf0416c98e8ac13. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.659725  3532 tablet_service.cc:1511] Processing CreateTablet for tablet dd21919d82534af6aceb10524dd24ed7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.660324  3535 tablet_service.cc:1511] Processing CreateTablet for tablet 68f8ae6c6fdc47518d1322bd3ee5640e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.661753  3535 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68f8ae6c6fdc47518d1322bd3ee5640e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.661427  3531 tablet_service.cc:1511] Processing CreateTablet for tablet 5994066c3ca24ca29190ac3fad46a442 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.662778  3531 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5994066c3ca24ca29190ac3fad46a442. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.663664  3534 tablet_service.cc:1511] Processing CreateTablet for tablet 9254184171ff4707bad0a398ee37abfa (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.664297  3530 tablet_service.cc:1511] Processing CreateTablet for tablet c7eb1a4076db47a58c8bc8e7f3e0e177 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.665658  3530 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7eb1a4076db47a58c8bc8e7f3e0e177. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.665314  3533 tablet_service.cc:1511] Processing CreateTablet for tablet 27e6fb687ae84be584da691bab7a85a9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.666642  3533 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27e6fb687ae84be584da691bab7a85a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.667464  3532 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd21919d82534af6aceb10524dd24ed7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.670888  3534 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9254184171ff4707bad0a398ee37abfa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.672443  3529 tablet_service.cc:1511] Processing CreateTablet for tablet 9561350a88a64c0db3e4ac5744c37fab (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:53.673800  3529 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9561350a88a64c0db3e4ac5744c37fab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:53.733225  3591 tablet_bootstrap.cc:492] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:53.749605  3593 tablet_bootstrap.cc:492] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:53.751627  3591 tablet_bootstrap.cc:654] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.755218  3592 tablet_bootstrap.cc:492] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:53.760077  3593 tablet_bootstrap.cc:654] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.761740  3592 tablet_bootstrap.cc:654] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.761850  3591 tablet_bootstrap.cc:492] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:53.762328  3591 ts_tablet_manager.cc:1403] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.029s	user 0.011s	sys 0.000s
I20260608 12:39:53.765246  3593 tablet_bootstrap.cc:492] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:53.765837  3593 ts_tablet_manager.cc:1403] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.017s	user 0.004s	sys 0.005s
I20260608 12:39:53.765326  3591 raft_consensus.cc:359] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.766248  3591 raft_consensus.cc:385] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.766533  3592 tablet_bootstrap.cc:492] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:53.766556  3591 raft_consensus.cc:740] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.767122  3592 ts_tablet_manager.cc:1403] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.012s	user 0.003s	sys 0.008s
I20260608 12:39:53.767701  3591 consensus_queue.cc:260] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.768793  3593 raft_consensus.cc:359] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.769547  3593 raft_consensus.cc:385] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.769563  3592 raft_consensus.cc:359] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.769999  3593 raft_consensus.cc:740] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.770421  3592 raft_consensus.cc:385] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.770735  3592 raft_consensus.cc:740] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.770900  3591 ts_tablet_manager.cc:1434] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 12:39:53.770908  3593 consensus_queue.cc:260] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.771550  3592 consensus_queue.cc:260] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.774224  3593 ts_tablet_manager.cc:1434] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260608 12:39:53.775279  3593 tablet_bootstrap.cc:492] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:53.780431  3592 ts_tablet_manager.cc:1434] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.008s
I20260608 12:39:53.781388  3593 tablet_bootstrap.cc:654] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.781466  3592 tablet_bootstrap.cc:492] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:53.784994  3591 tablet_bootstrap.cc:492] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:53.787927  3592 tablet_bootstrap.cc:654] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.791998  3591 tablet_bootstrap.cc:654] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.799587  3592 tablet_bootstrap.cc:492] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:53.800151  3592 ts_tablet_manager.cc:1403] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.019s	user 0.017s	sys 0.000s
I20260608 12:39:53.803403  3592 raft_consensus.cc:359] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.804148  3592 raft_consensus.cc:385] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.804450  3592 raft_consensus.cc:740] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.805380  3592 consensus_queue.cc:260] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.809170  3592 ts_tablet_manager.cc:1434] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.004s
I20260608 12:39:53.810091  3592 tablet_bootstrap.cc:492] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:53.810958  3591 tablet_bootstrap.cc:492] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:53.810997  3593 tablet_bootstrap.cc:492] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:53.811786  3593 ts_tablet_manager.cc:1403] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.037s	user 0.011s	sys 0.024s
I20260608 12:39:53.811771  3591 ts_tablet_manager.cc:1403] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.039s	user 0.012s	sys 0.011s
I20260608 12:39:53.814868  3593 raft_consensus.cc:359] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.815131  3591 raft_consensus.cc:359] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.815582  3593 raft_consensus.cc:385] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.815919  3592 tablet_bootstrap.cc:654] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.816030  3591 raft_consensus.cc:385] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.816054  3593 raft_consensus.cc:740] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.816756  3591 raft_consensus.cc:740] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.817314  3593 consensus_queue.cc:260] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.819550  3593 ts_tablet_manager.cc:1434] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:39:53.820521  3593 tablet_bootstrap.cc:492] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:53.817687  3591 consensus_queue.cc:260] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.822423  3591 ts_tablet_manager.cc:1434] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260608 12:39:53.823411  3591 tablet_bootstrap.cc:492] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:53.826303  3593 tablet_bootstrap.cc:654] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.829218  3591 tablet_bootstrap.cc:654] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.833541  3591 tablet_bootstrap.cc:492] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:53.833949  3591 ts_tablet_manager.cc:1403] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.011s	user 0.003s	sys 0.006s
I20260608 12:39:53.835601  3592 tablet_bootstrap.cc:492] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:53.836081  3592 ts_tablet_manager.cc:1403] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.026s	user 0.005s	sys 0.007s
I20260608 12:39:53.836593  3591 raft_consensus.cc:359] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:53.837118  3591 raft_consensus.cc:385] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.837344  3591 raft_consensus.cc:740] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.837950  3593 tablet_bootstrap.cc:492] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:53.837970  3591 consensus_queue.cc:260] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:53.838593  3593 ts_tablet_manager.cc:1403] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.007s
I20260608 12:39:53.838788  3592 raft_consensus.cc:359] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.839498  3592 raft_consensus.cc:385] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.839776  3592 raft_consensus.cc:740] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.840175  3591 ts_tablet_manager.cc:1434] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.002s
I20260608 12:39:53.840539  3592 consensus_queue.cc:260] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.841156  3591 tablet_bootstrap.cc:492] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:53.841488  3593 raft_consensus.cc:359] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.842170  3593 raft_consensus.cc:385] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.842446  3593 raft_consensus.cc:740] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.842732  3592 ts_tablet_manager.cc:1434] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:39:53.843218  3593 consensus_queue.cc:260] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.843741  3592 tablet_bootstrap.cc:492] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:53.845458  3593 ts_tablet_manager.cc:1434] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:39:53.846432  3593 tablet_bootstrap.cc:492] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:53.847694  3591 tablet_bootstrap.cc:654] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.850165  3598 raft_consensus.cc:493] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.850701  3598 raft_consensus.cc:515] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.852272  3593 tablet_bootstrap.cc:654] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.854491  3592 tablet_bootstrap.cc:654] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.864573  3593 tablet_bootstrap.cc:492] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:53.865091  3593 ts_tablet_manager.cc:1403] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.000s
I20260608 12:39:53.865859  3592 tablet_bootstrap.cc:492] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:53.867955  3592 ts_tablet_manager.cc:1403] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.005s
I20260608 12:39:53.870864  3592 raft_consensus.cc:359] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.871691  3592 raft_consensus.cc:385] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.872018  3592 raft_consensus.cc:740] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.872092  3598 leader_election.cc:290] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:53.872179  3593 raft_consensus.cc:359] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.881881  3593 raft_consensus.cc:385] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.872972  3592 consensus_queue.cc:260] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.882210  3593 raft_consensus.cc:740] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.883798  3593 consensus_queue.cc:260] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.884617  3592 ts_tablet_manager.cc:1434] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260608 12:39:53.884846  3397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:53.885646  3592 tablet_bootstrap.cc:492] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:53.886088  3593 ts_tablet_manager.cc:1434] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260608 12:39:53.887084  3593 tablet_bootstrap.cc:492] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
W20260608 12:39:53.889791  3512 leader_election.cc:343] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:53.893122  3593 tablet_bootstrap.cc:654] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.895061  3592 tablet_bootstrap.cc:654] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.902338  3599 raft_consensus.cc:493] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.902894  3599 raft_consensus.cc:515] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.906098  3593 tablet_bootstrap.cc:492] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:53.906622  3593 ts_tablet_manager.cc:1403] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.003s
I20260608 12:39:53.906920  3591 tablet_bootstrap.cc:492] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:53.907470  3591 ts_tablet_manager.cc:1403] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.067s	user 0.025s	sys 0.029s
I20260608 12:39:53.909523  3593 raft_consensus.cc:359] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.910228  3593 raft_consensus.cc:385] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.910526  3593 raft_consensus.cc:740] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.912683  3612 raft_consensus.cc:493] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:53.913157  3612 raft_consensus.cc:515] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.910550  3591 raft_consensus.cc:359] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.911417  3593 consensus_queue.cc:260] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.915752  3591 raft_consensus.cc:385] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.916105  3612 leader_election.cc:290] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:53.918144  3593 ts_tablet_manager.cc:1434] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.004s
I20260608 12:39:53.916711  3599 leader_election.cc:290] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:53.927834  3546 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9561350a88a64c0db3e4ac5744c37fab" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:53.928598  3546 raft_consensus.cc:2468] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 0.
I20260608 12:39:53.916117  3591 raft_consensus.cc:740] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.930027  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9254184171ff4707bad0a398ee37abfa" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:53.930744  3545 raft_consensus.cc:2468] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 0.
I20260608 12:39:53.931836  3593 tablet_bootstrap.cc:492] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:53.931602  3591 consensus_queue.cc:260] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.933879  3362 leader_election.cc:304] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:53.935299  3362 leader_election.cc:304] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:53.936146  3612 raft_consensus.cc:2804] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.936502  3612 raft_consensus.cc:493] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.936830  3612 raft_consensus.cc:3060] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.938547  3591 ts_tablet_manager.cc:1434] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.031s	user 0.008s	sys 0.000s
I20260608 12:39:53.938817  3593 tablet_bootstrap.cc:654] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.942912  3591 tablet_bootstrap.cc:492] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:53.943517  3599 raft_consensus.cc:2804] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.945609  3599 raft_consensus.cc:493] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.946012  3599 raft_consensus.cc:3060] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.952267  3612 raft_consensus.cc:515] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.954514  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:53.955199  3472 raft_consensus.cc:2468] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 0.
I20260608 12:39:53.955858  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9561350a88a64c0db3e4ac5744c37fab" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
I20260608 12:39:53.956339  3593 tablet_bootstrap.cc:492] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:53.956486  3545 raft_consensus.cc:3060] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.960603  3510 leader_election.cc:304] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [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: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f; no voters: f3dd181bd4aa475499ee68ca9aadba6c
I20260608 12:39:53.961463  3598 raft_consensus.cc:2804] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:53.961804  3598 raft_consensus.cc:493] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:53.962126  3598 raft_consensus.cc:3060] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.962323  3593 ts_tablet_manager.cc:1403] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.031s	user 0.016s	sys 0.002s
I20260608 12:39:53.964624  3545 raft_consensus.cc:2468] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 1.
I20260608 12:39:53.966007  3362 leader_election.cc:304] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:53.966589  3593 raft_consensus.cc:359] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:53.967284  3593 raft_consensus.cc:385] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.967602  3593 raft_consensus.cc:740] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.968181  3612 leader_election.cc:290] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Requested vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:53.968786  3612 raft_consensus.cc:2804] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:53.968324  3593 consensus_queue.cc:260] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:53.969233  3612 raft_consensus.cc:697] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Becoming Leader. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Running, Role: LEADER
I20260608 12:39:53.970126  3612 consensus_queue.cc:237] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.973552  3599 raft_consensus.cc:515] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.973718  3598 raft_consensus.cc:515] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.977061  3397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
W20260608 12:39:53.978645  3512 leader_election.cc:343] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:53.978829  3592 tablet_bootstrap.cc:492] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:53.979399  3592 ts_tablet_manager.cc:1403] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.094s	user 0.036s	sys 0.039s
I20260608 12:39:53.981406  3591 tablet_bootstrap.cc:654] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:53.983326  3592 raft_consensus.cc:359] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.983696  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9254184171ff4707bad0a398ee37abfa" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
I20260608 12:39:53.988943  3545 raft_consensus.cc:3060] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.992231  3471 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9561350a88a64c0db3e4ac5744c37fab" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:53.992919  3471 raft_consensus.cc:2468] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 0.
I20260608 12:39:53.985121  3599 leader_election.cc:290] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Requested vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:53.985595  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:53.994395  3472 raft_consensus.cc:3060] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:53.995630  3545 raft_consensus.cc:2468] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 1.
I20260608 12:39:53.996405  3592 raft_consensus.cc:385] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:53.996727  3592 raft_consensus.cc:740] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:53.997460  3592 consensus_queue.cc:260] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:53.987735  3593 ts_tablet_manager.cc:1434] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.025s	user 0.016s	sys 0.008s
I20260608 12:39:53.985046  3598 leader_election.cc:290] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Requested vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:53.999929  3592 ts_tablet_manager.cc:1434] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.000s
I20260608 12:39:54.000914  3592 tablet_bootstrap.cc:492] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:54.001565  3593 tablet_bootstrap.cc:492] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:53.997452  3362 leader_election.cc:304] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:54.003562  3472 raft_consensus.cc:2468] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 1.
I20260608 12:39:54.007130  3599 raft_consensus.cc:2804] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.007661  3599 raft_consensus.cc:697] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Becoming Leader. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Running, Role: LEADER
I20260608 12:39:54.007761  3471 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9254184171ff4707bad0a398ee37abfa" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:54.007699  3294 catalog_manager.cc:5696] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: term changed from 0 to 1, leader changed from <none> to f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:54.008572  3599 consensus_queue.cc:237] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.009037  3598 raft_consensus.cc:493] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.009596  3598 raft_consensus.cc:515] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:54.011771  3598 leader_election.cc:290] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:54.012463  3471 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9561350a88a64c0db3e4ac5744c37fab" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:54.013044  3471 raft_consensus.cc:3060] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.015120  3397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62473aacab7d4a57bcf0416c98e8ac13" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:54.018662  3592 tablet_bootstrap.cc:654] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
W20260608 12:39:54.018893  3512 leader_election.cc:343] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.020025  3510 leader_election.cc:304] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [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: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f; no voters: f3dd181bd4aa475499ee68ca9aadba6c
I20260608 12:39:54.021315  3619 raft_consensus.cc:2804] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.022578  3619 raft_consensus.cc:697] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Becoming Leader. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Running, Role: LEADER
I20260608 12:39:54.023357  3598 raft_consensus.cc:493] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.023541  3619 consensus_queue.cc:237] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.023839  3598 raft_consensus.cc:515] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.026721  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9254184171ff4707bad0a398ee37abfa" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:54.026891  3397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd21919d82534af6aceb10524dd24ed7" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
W20260608 12:39:54.028494  3512 leader_election.cc:343] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:39:54.029342  3361 leader_election.cc:343] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.029994  3470 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62473aacab7d4a57bcf0416c98e8ac13" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:54.030706  3470 raft_consensus.cc:2468] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 0.
I20260608 12:39:54.030133  3598 leader_election.cc:290] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:54.028534  3471 raft_consensus.cc:2468] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 1.
I20260608 12:39:54.032990  3510 leader_election.cc:304] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [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: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f; no voters: f3dd181bd4aa475499ee68ca9aadba6c
I20260608 12:39:54.033898  3612 raft_consensus.cc:493] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.034224  3598 raft_consensus.cc:2804] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.034458  3612 raft_consensus.cc:515] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.034674  3598 raft_consensus.cc:493] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.035349  3598 raft_consensus.cc:3060] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.035243  3597 raft_consensus.cc:493] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.035972  3597 raft_consensus.cc:515] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.038138  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7eb1a4076db47a58c8bc8e7f3e0e177" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:54.038573  3597 leader_election.cc:290] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:54.038800  3545 raft_consensus.cc:2468] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 0.
I20260608 12:39:54.040277  3362 leader_election.cc:304] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:54.042181  3618 raft_consensus.cc:2804] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.042621  3618 raft_consensus.cc:493] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.042991  3618 raft_consensus.cc:3060] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.047422  3612 leader_election.cc:290] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:54.048151  3471 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd21919d82534af6aceb10524dd24ed7" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:54.051877  3618 raft_consensus.cc:515] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
W20260608 12:39:54.056352  3361 leader_election.cc:343] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.059937  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7eb1a4076db47a58c8bc8e7f3e0e177" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
I20260608 12:39:54.060613  3545 raft_consensus.cc:3060] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.060854  3294 catalog_manager.cc:5696] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: term changed from 0 to 1, leader changed from <none> to f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:54.063829  3471 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7eb1a4076db47a58c8bc8e7f3e0e177" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:54.051365  3593 tablet_bootstrap.cc:654] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.067237  3545 raft_consensus.cc:2468] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 1.
I20260608 12:39:54.068441  3362 leader_election.cc:304] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:54.069314  3599 raft_consensus.cc:2804] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.069835  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7eb1a4076db47a58c8bc8e7f3e0e177" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:54.069976  3599 raft_consensus.cc:697] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Becoming Leader. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Running, Role: LEADER
I20260608 12:39:54.071007  3599 consensus_queue.cc:237] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
W20260608 12:39:54.071348  3510 leader_election.cc:343] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:39:54.071499  3361 leader_election.cc:343] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.071861  3510 leader_election.cc:304] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [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: cf2ab60131ef445e8fcc13de8e69166f; no voters: 749e1559114948928a2455c754236f2a, f3dd181bd4aa475499ee68ca9aadba6c
I20260608 12:39:54.072922  3618 leader_election.cc:290] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Requested vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
W20260608 12:39:54.073644  3361 leader_election.cc:343] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.065168  3292 catalog_manager.cc:5696] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: term changed from 0 to 1, leader changed from <none> to cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:54.076586  3591 tablet_bootstrap.cc:492] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:54.077028  3591 ts_tablet_manager.cc:1403] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.134s	user 0.023s	sys 0.027s
I20260608 12:39:54.077850  3619 raft_consensus.cc:2749] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:54.079187  3591 raft_consensus.cc:359] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.079912  3591 raft_consensus.cc:385] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.080204  3591 raft_consensus.cc:740] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.080986  3591 consensus_queue.cc:260] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.083209  3591 ts_tablet_manager.cc:1434] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.002s
I20260608 12:39:54.042182  3598 raft_consensus.cc:515] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:54.088052  3598 leader_election.cc:290] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Requested vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:54.089375  3397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62473aacab7d4a57bcf0416c98e8ac13" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
W20260608 12:39:54.090772  3512 leader_election.cc:343] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.090708  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62473aacab7d4a57bcf0416c98e8ac13" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:54.092307  3472 raft_consensus.cc:3060] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.092651  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68f8ae6c6fdc47518d1322bd3ee5640e" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:54.092087  3294 catalog_manager.cc:5696] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: term changed from 0 to 1, leader changed from <none> to f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: UNKNOWN } } }
W20260608 12:39:54.094246  3437 leader_election.cc:343] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:54.098630  3472 raft_consensus.cc:2468] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 1.
I20260608 12:39:54.101156  3397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68f8ae6c6fdc47518d1322bd3ee5640e" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:54.101750  3397 raft_consensus.cc:2468] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 0.
I20260608 12:39:54.102545  3510 leader_election.cc:304] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [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: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f; no voters: f3dd181bd4aa475499ee68ca9aadba6c
I20260608 12:39:54.103636  3598 raft_consensus.cc:2804] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.104095  3592 tablet_bootstrap.cc:492] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:54.104157  3598 raft_consensus.cc:697] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Becoming Leader. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Running, Role: LEADER
I20260608 12:39:54.109562  3591 tablet_bootstrap.cc:492] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:54.105010  3438 leader_election.cc:304] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [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: 749e1559114948928a2455c754236f2a, f3dd181bd4aa475499ee68ca9aadba6c; no voters: cf2ab60131ef445e8fcc13de8e69166f
I20260608 12:39:54.111370  3593 tablet_bootstrap.cc:492] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:54.111497  3597 raft_consensus.cc:2804] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.111251  3598 consensus_queue.cc:237] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:54.111995  3593 ts_tablet_manager.cc:1403] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.111s	user 0.011s	sys 0.004s
I20260608 12:39:54.111944  3597 raft_consensus.cc:493] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.112496  3597 raft_consensus.cc:3060] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:54.112666  3343 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:54.115293  3348 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
W20260608 12:39:54.116273  3348 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:39:54.119244  3597 raft_consensus.cc:515] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.120303  3591 tablet_bootstrap.cc:654] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.119588  3292 catalog_manager.cc:5696] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: term changed from 0 to 1, leader changed from <none> to cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:54.122064  3397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68f8ae6c6fdc47518d1322bd3ee5640e" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:54.122633  3397 raft_consensus.cc:3060] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.104743  3592 ts_tablet_manager.cc:1403] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.104s	user 0.037s	sys 0.018s
I20260608 12:39:54.125507  3597 leader_election.cc:290] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 election: Requested vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:54.125509  3593 raft_consensus.cc:359] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.127427  3593 raft_consensus.cc:385] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.127707  3593 raft_consensus.cc:740] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.127735  3592 raft_consensus.cc:359] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:54.128542  3592 raft_consensus.cc:385] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.128867  3592 raft_consensus.cc:740] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.128655  3593 consensus_queue.cc:260] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.126421  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68f8ae6c6fdc47518d1322bd3ee5640e" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
I20260608 12:39:54.130211  3545 raft_consensus.cc:3060] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.129916  3592 consensus_queue.cc:260] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:54.132650  3592 ts_tablet_manager.cc:1434] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260608 12:39:54.133740  3592 tablet_bootstrap.cc:492] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:54.135030  3591 tablet_bootstrap.cc:492] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:54.135538  3591 ts_tablet_manager.cc:1403] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.001s
I20260608 12:39:54.138501  3545 raft_consensus.cc:2468] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 1.
I20260608 12:39:54.138582  3591 raft_consensus.cc:359] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.139434  3591 raft_consensus.cc:385] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.139832  3592 tablet_bootstrap.cc:654] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.139732  3591 raft_consensus.cc:740] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.140816  3397 raft_consensus.cc:2468] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 1.
I20260608 12:39:54.140677  3591 consensus_queue.cc:260] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.141927  3438 leader_election.cc:304] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:54.143258  3593 ts_tablet_manager.cc:1434] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.000s
I20260608 12:39:54.144313  3593 tablet_bootstrap.cc:492] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:54.144532  3597 raft_consensus.cc:2804] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.145051  3597 raft_consensus.cc:697] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Becoming Leader. State: Replica: 749e1559114948928a2455c754236f2a, State: Running, Role: LEADER
I20260608 12:39:54.145910  3597 consensus_queue.cc:237] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.148953  3591 ts_tablet_manager.cc:1434] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260608 12:39:54.149958  3591 tablet_bootstrap.cc:492] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:54.150200  3593 tablet_bootstrap.cc:654] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.155272  3593 tablet_bootstrap.cc:492] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:54.155737  3593 ts_tablet_manager.cc:1403] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.012s	user 0.008s	sys 0.002s
I20260608 12:39:54.158089  3593 raft_consensus.cc:359] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.158674  3593 raft_consensus.cc:385] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.158948  3593 raft_consensus.cc:740] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.159654  3593 consensus_queue.cc:260] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.160768  3592 tablet_bootstrap.cc:492] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:54.161258  3592 ts_tablet_manager.cc:1403] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.028s	user 0.010s	sys 0.000s
I20260608 12:39:54.161423  3593 ts_tablet_manager.cc:1434] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:39:54.167881  3592 raft_consensus.cc:359] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.168596  3592 raft_consensus.cc:385] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.168887  3592 raft_consensus.cc:740] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.169652  3592 consensus_queue.cc:260] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.171497  3591 tablet_bootstrap.cc:654] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.171873  3592 ts_tablet_manager.cc:1434] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:39:54.172739  3294 catalog_manager.cc:5696] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a reported cstate change: term changed from 0 to 1, leader changed from <none> to 749e1559114948928a2455c754236f2a (127.0.107.194). New cstate: current_term: 1 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:54.174798  3592 tablet_bootstrap.cc:492] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:54.184294  3592 tablet_bootstrap.cc:654] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.189611  3591 tablet_bootstrap.cc:492] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:54.189934  3592 tablet_bootstrap.cc:492] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:54.190099  3591 ts_tablet_manager.cc:1403] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.040s	user 0.003s	sys 0.019s
I20260608 12:39:54.190384  3592 ts_tablet_manager.cc:1403] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.001s
I20260608 12:39:54.193109  3591 raft_consensus.cc:359] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.193238  3592 raft_consensus.cc:359] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.193867  3591 raft_consensus.cc:385] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.193910  3592 raft_consensus.cc:385] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.194321  3591 raft_consensus.cc:740] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.194373  3592 raft_consensus.cc:740] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.195199  3592 consensus_queue.cc:260] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.195199  3591 consensus_queue.cc:260] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.197611  3591 ts_tablet_manager.cc:1434] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:39:54.197654  3592 ts_tablet_manager.cc:1434] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:39:54.198638  3591 tablet_bootstrap.cc:492] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:54.204113  3591 tablet_bootstrap.cc:654] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.208240  3591 tablet_bootstrap.cc:492] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:54.208581  3591 ts_tablet_manager.cc:1403] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:39:54.210630  3591 raft_consensus.cc:359] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.211094  3591 raft_consensus.cc:385] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:54.211337  3591 raft_consensus.cc:740] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:54.211824  3591 consensus_queue.cc:260] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.213519  3591 ts_tablet_manager.cc:1434] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.002s
I20260608 12:39:54.215003  3598 raft_consensus.cc:493] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.215390  3598 raft_consensus.cc:515] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.216121  3597 raft_consensus.cc:493] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.216567  3597 raft_consensus.cc:515] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.217327  3598 leader_election.cc:290] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:54.217967  3397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5994066c3ca24ca29190ac3fad46a442" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:54.218585  3397 raft_consensus.cc:2468] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 0.
I20260608 12:39:54.219264  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5994066c3ca24ca29190ac3fad46a442" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:54.218500  3597 leader_election.cc:290] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:54.219913  3472 raft_consensus.cc:2468] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 0.
I20260608 12:39:54.219868  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7eb1a4076db47a58c8bc8e7f3e0e177" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:54.221621  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7eb1a4076db47a58c8bc8e7f3e0e177" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:54.222189  3545 raft_consensus.cc:2393] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 749e1559114948928a2455c754236f2a in current term 1: Already voted for candidate f3dd181bd4aa475499ee68ca9aadba6c in this term.
I20260608 12:39:54.223464  3510 leader_election.cc:304] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f; no voters: 
I20260608 12:39:54.223843  3437 leader_election.cc:304] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [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: 749e1559114948928a2455c754236f2a; no voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c
I20260608 12:39:54.224256  3598 raft_consensus.cc:2804] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.224615  3598 raft_consensus.cc:493] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.224653  3597 raft_consensus.cc:3060] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.225112  3598 raft_consensus.cc:3060] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.229897  3597 raft_consensus.cc:2749] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:54.229792  3598 raft_consensus.cc:515] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.231419  3598 leader_election.cc:290] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Requested vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:54.232095  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5994066c3ca24ca29190ac3fad46a442" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:54.232399  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5994066c3ca24ca29190ac3fad46a442" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:54.232673  3396 raft_consensus.cc:3060] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.232949  3472 raft_consensus.cc:3060] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.239177  3396 raft_consensus.cc:2468] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 1.
I20260608 12:39:54.239177  3472 raft_consensus.cc:2468] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 1.
I20260608 12:39:54.240530  3510 leader_election.cc:304] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f; no voters: 
I20260608 12:39:54.241190  3598 raft_consensus.cc:2804] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.241600  3598 raft_consensus.cc:697] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Becoming Leader. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Running, Role: LEADER
I20260608 12:39:54.242328  3598 consensus_queue.cc:237] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.248950  3291 catalog_manager.cc:5696] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: term changed from 0 to 1, leader changed from <none> to cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:54.266673  3597 raft_consensus.cc:493] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.267091  3597 raft_consensus.cc:515] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.268795  3597 leader_election.cc:290] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:54.269464  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd21919d82534af6aceb10524dd24ed7" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:54.269716  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd21919d82534af6aceb10524dd24ed7" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:54.270093  3396 raft_consensus.cc:2468] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 0.
I20260608 12:39:54.270272  3545 raft_consensus.cc:2468] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 0.
I20260608 12:39:54.271149  3438 leader_election.cc:304] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:54.271812  3597 raft_consensus.cc:2804] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:54.272094  3597 raft_consensus.cc:493] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:54.272347  3597 raft_consensus.cc:3060] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.276609  3597 raft_consensus.cc:515] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.278095  3597 leader_election.cc:290] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 election: Requested vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:54.278815  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd21919d82534af6aceb10524dd24ed7" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:54.279034  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd21919d82534af6aceb10524dd24ed7" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
I20260608 12:39:54.279255  3396 raft_consensus.cc:3060] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.279572  3545 raft_consensus.cc:3060] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.283545  3396 raft_consensus.cc:2468] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 1.
I20260608 12:39:54.283732  3545 raft_consensus.cc:2468] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 1.
I20260608 12:39:54.284500  3438 leader_election.cc:304] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:54.285207  3597 raft_consensus.cc:2804] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:54.285633  3597 raft_consensus.cc:697] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Becoming Leader. State: Replica: 749e1559114948928a2455c754236f2a, State: Running, Role: LEADER
I20260608 12:39:54.286360  3597 consensus_queue.cc:237] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.292774  3599 raft_consensus.cc:493] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.293160  3599 raft_consensus.cc:515] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:54.293109  3291 catalog_manager.cc:5696] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a reported cstate change: term changed from 0 to 1, leader changed from <none> to 749e1559114948928a2455c754236f2a (127.0.107.194). New cstate: current_term: 1 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:54.295033  3599 leader_election.cc:290] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:54.295862  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62473aacab7d4a57bcf0416c98e8ac13" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:54.295998  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62473aacab7d4a57bcf0416c98e8ac13" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:54.296646  3472 raft_consensus.cc:2393] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f3dd181bd4aa475499ee68ca9aadba6c in current term 1: Already voted for candidate cf2ab60131ef445e8fcc13de8e69166f in this term.
I20260608 12:39:54.297639  3361 leader_election.cc:304] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [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: f3dd181bd4aa475499ee68ca9aadba6c; no voters: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f
I20260608 12:39:54.298334  3599 raft_consensus.cc:3060] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.303174  3599 raft_consensus.cc:2749] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:54.343591  3599 raft_consensus.cc:493] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.344044  3599 raft_consensus.cc:515] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.345731  3599 leader_election.cc:290] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:54.346493  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:54.346750  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:54.347096  3472 raft_consensus.cc:2393] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f3dd181bd4aa475499ee68ca9aadba6c in current term 1: Already voted for candidate cf2ab60131ef445e8fcc13de8e69166f in this term.
I20260608 12:39:54.348050  3361 leader_election.cc:304] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [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: f3dd181bd4aa475499ee68ca9aadba6c; no voters: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f
I20260608 12:39:54.348659  3599 raft_consensus.cc:3060] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.353139  3599 raft_consensus.cc:2749] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:54.366017   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:54.372162  3640 instance_detector.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:54.373272  3641 instance_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:54.375458   431 server_base.cc:1061] running on GCE node
W20260608 12:39:54.375936  3643 instance_detector.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:54.376873   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:54.377065   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:54.377204   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922394377193 us; error 0 us; skew 500 ppm
I20260608 12:39:54.377789   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:54.380046   431 webserver.cc:533] Webserver started at http://127.0.107.196:37193/ using document root <none> and password file <none>
I20260608 12:39:54.380506   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:54.380666   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:54.380878   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:54.381860   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "85b720ef121e42aaae5beaaadf9f50fe"
format_stamp: "Formatted at 2026-06-08 12:39:54 on dist-test-slave-jl41"
I20260608 12:39:54.386292   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:54.389509  3648 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:54.390224   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:54.390525   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "85b720ef121e42aaae5beaaadf9f50fe"
format_stamp: "Formatted at 2026-06-08 12:39:54 on dist-test-slave-jl41"
I20260608 12:39:54.390793   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:54.408701   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:54.409965   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:54.411233   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:54.413448   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:54.413651   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:54.413874   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:54.414026   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:54.449070  3597 raft_consensus.cc:493] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:54.449517  3597 raft_consensus.cc:515] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:54.451386  3597 leader_election.cc:290] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:54.452404  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9254184171ff4707bad0a398ee37abfa" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:54.452965  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9254184171ff4707bad0a398ee37abfa" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:54.453756  3545 raft_consensus.cc:2393] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 749e1559114948928a2455c754236f2a in current term 1: Already voted for candidate f3dd181bd4aa475499ee68ca9aadba6c in this term.
I20260608 12:39:54.454353   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45587
I20260608 12:39:54.454465  3710 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45587 every 8 connection(s)
I20260608 12:39:54.454708  3437 leader_election.cc:304] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [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: 749e1559114948928a2455c754236f2a; no voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c
I20260608 12:39:54.455476  3597 raft_consensus.cc:3060] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:54.461704  3291 catalog_manager.cc:3569] Servicing AlterTable request from {username='slave'} at 127.0.0.1:57408:
table { table_name: "range_aware_rebalance_new_range" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\n\000\000\000\007\001\024\000\000\000" indirect_data: """" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false } } modify_external_catalogs: true
I20260608 12:39:54.462239  3597 raft_consensus.cc:2749] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:54.473150  3711 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39771
I20260608 12:39:54.473513  3711 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:54.474462  3711 heartbeater.cc:507] Master 127.0.107.254:39771 requested a full tablet report, sending...
I20260608 12:39:54.476944  3294 ts_manager.cc:194] Registered new tserver with Master: 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587)
I20260608 12:39:54.478359  3598 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:54.478636  3294 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57420
I20260608 12:39:54.492564  3598 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:39:54.494207  3291 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 50ae60b64e0447c28d1bd1628d45cc82 has no consensus state
I20260608 12:39:54.495926  3599 consensus_queue.cc:1048] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:39:54.495885  3291 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c0a38d9ee5c3420a9c836df436d10be5 has no consensus state
W20260608 12:39:54.503343  3291 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet bf76b8114f23459488fddf2aadaf08fd has no consensus state
W20260608 12:39:54.505503  3291 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ebd8992ceb144e36a8138c20568a02a5 has no consensus state
I20260608 12:39:54.509354  3618 consensus_queue.cc:1048] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:39:54.510576  3291 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c891f20ca0814818a3ae812be9d0004b has no consensus state
W20260608 12:39:54.512511  3291 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 7a1ebeff64f84b20a6130d94bbdd9069 has no consensus state
W20260608 12:39:54.514074  3291 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 60484ebfaeb840878d62bd546b10f11c has no consensus state
W20260608 12:39:54.515542  3291 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ec49e476e593461f8065c28defa089f9 has no consensus state
W20260608 12:39:54.554267  3280 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet 50ae60b64e0447c28d1bd1628d45cc82 (table range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 50ae60b64e0447c28d1bd1628d45cc82 has no consensus state
I20260608 12:39:54.561244  3599 consensus_queue.cc:1048] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.004s
I20260608 12:39:54.574829  3597 consensus_queue.cc:1048] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:54.587494  3612 consensus_queue.cc:1048] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:54.595093  3612 consensus_queue.cc:1048] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:54.605306  3612 consensus_queue.cc:1048] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:39:54.642704  3383 tablet_service.cc:1511] Processing CreateTablet for tablet 50ae60b64e0447c28d1bd1628d45cc82 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.646355  3383 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50ae60b64e0447c28d1bd1628d45cc82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.675745  3456 tablet_service.cc:1511] Processing CreateTablet for tablet 50ae60b64e0447c28d1bd1628d45cc82 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.677376  3456 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50ae60b64e0447c28d1bd1628d45cc82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.683890  3531 tablet_service.cc:1511] Processing CreateTablet for tablet c0a38d9ee5c3420a9c836df436d10be5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.685446  3531 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0a38d9ee5c3420a9c836df436d10be5. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:39:54.691118  3361 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:35471, user_credentials={real_user=slave}} blocked reactor thread for 44109.7us
I20260608 12:39:54.694160  3385 tablet_service.cc:1511] Processing CreateTablet for tablet c0a38d9ee5c3420a9c836df436d10be5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.695720  3385 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0a38d9ee5c3420a9c836df436d10be5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.707501  3598 consensus_queue.cc:1048] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:39:54.729301  3460 tablet_service.cc:1511] Processing CreateTablet for tablet bf76b8114f23459488fddf2aadaf08fd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.734576  3460 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bf76b8114f23459488fddf2aadaf08fd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.742923  3530 tablet_service.cc:1511] Processing CreateTablet for tablet bf76b8114f23459488fddf2aadaf08fd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.732941  3598 consensus_queue.cc:1048] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.015s
I20260608 12:39:54.749949  3530 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bf76b8114f23459488fddf2aadaf08fd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.745323  3631 consensus_queue.cc:1048] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.010s
I20260608 12:39:54.759486  3384 tablet_service.cc:1511] Processing CreateTablet for tablet ebd8992ceb144e36a8138c20568a02a5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.761059  3384 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ebd8992ceb144e36a8138c20568a02a5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.760959  3458 tablet_service.cc:1511] Processing CreateTablet for tablet ebd8992ceb144e36a8138c20568a02a5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.762633  3458 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ebd8992ceb144e36a8138c20568a02a5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.759434  3597 consensus_queue.cc:1048] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.008s
I20260608 12:39:54.777791  3387 tablet_service.cc:1511] Processing CreateTablet for tablet c891f20ca0814818a3ae812be9d0004b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.779263  3387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c891f20ca0814818a3ae812be9d0004b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.782532  3735 tablet_bootstrap.cc:492] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:54.788000  3535 tablet_service.cc:1511] Processing CreateTablet for tablet c891f20ca0814818a3ae812be9d0004b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.789388  3535 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c891f20ca0814818a3ae812be9d0004b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.793687  3734 tablet_bootstrap.cc:492] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:54.794341  3533 tablet_service.cc:1511] Processing CreateTablet for tablet 7a1ebeff64f84b20a6130d94bbdd9069 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.795944  3533 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a1ebeff64f84b20a6130d94bbdd9069. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.795639  3457 tablet_service.cc:1511] Processing CreateTablet for tablet 7a1ebeff64f84b20a6130d94bbdd9069 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.797212  3457 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a1ebeff64f84b20a6130d94bbdd9069. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.805114  3676 tablet_service.cc:1511] Processing CreateTablet for tablet 50ae60b64e0447c28d1bd1628d45cc82 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.806679  3676 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50ae60b64e0447c28d1bd1628d45cc82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.819669  3675 tablet_service.cc:1511] Processing CreateTablet for tablet c0a38d9ee5c3420a9c836df436d10be5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.822952  3675 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0a38d9ee5c3420a9c836df436d10be5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.834645  3672 tablet_service.cc:1511] Processing CreateTablet for tablet c891f20ca0814818a3ae812be9d0004b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.836422  3672 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c891f20ca0814818a3ae812be9d0004b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.842681  3671 tablet_service.cc:1511] Processing CreateTablet for tablet 7a1ebeff64f84b20a6130d94bbdd9069 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.843189  3598 consensus_queue.cc:1048] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:39:54.827970  3674 tablet_service.cc:1511] Processing CreateTablet for tablet bf76b8114f23459488fddf2aadaf08fd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.848083  3673 tablet_service.cc:1511] Processing CreateTablet for tablet ebd8992ceb144e36a8138c20568a02a5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.851707  3671 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a1ebeff64f84b20a6130d94bbdd9069. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.854856  3670 tablet_service.cc:1511] Processing CreateTablet for tablet 60484ebfaeb840878d62bd546b10f11c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.865067  3456 tablet_service.cc:1511] Processing CreateTablet for tablet 60484ebfaeb840878d62bd546b10f11c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.866477  3456 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60484ebfaeb840878d62bd546b10f11c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.876564  3669 tablet_service.cc:1511] Processing CreateTablet for tablet ec49e476e593461f8065c28defa089f9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.878162  3674 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bf76b8114f23459488fddf2aadaf08fd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.884492  3673 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ebd8992ceb144e36a8138c20568a02a5. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:39:54.881166  3437 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35587, user_credentials={real_user=slave}} blocked reactor thread for 70231.6us
I20260608 12:39:54.891813  3669 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec49e476e593461f8065c28defa089f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.894061  3670 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60484ebfaeb840878d62bd546b10f11c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.903072  3598 consensus_queue.cc:1048] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:54.907881  3387 tablet_service.cc:1511] Processing CreateTablet for tablet ec49e476e593461f8065c28defa089f9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.908142  3597 consensus_queue.cc:1048] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:54.909291  3387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec49e476e593461f8065c28defa089f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.920699  3734 tablet_bootstrap.cc:654] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:54.912027  3530 tablet_service.cc:1511] Processing CreateTablet for tablet ec49e476e593461f8065c28defa089f9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.923823  3530 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec49e476e593461f8065c28defa089f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.934425  3384 tablet_service.cc:1511] Processing CreateTablet for tablet 60484ebfaeb840878d62bd546b10f11c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:54.936044  3384 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60484ebfaeb840878d62bd546b10f11c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:54.945607  3738 tablet_bootstrap.cc:492] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:54.955531  3735 tablet_bootstrap.cc:654] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.019373  3738 tablet_bootstrap.cc:654] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.050464  3735 tablet_bootstrap.cc:492] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:55.050992  3735 ts_tablet_manager.cc:1403] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.269s	user 0.017s	sys 0.014s
I20260608 12:39:55.060423  3735 raft_consensus.cc:359] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.061214  3735 raft_consensus.cc:385] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.061535  3735 raft_consensus.cc:740] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.064142  3735 consensus_queue.cc:260] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.067345  3734 tablet_bootstrap.cc:492] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:55.067847  3734 ts_tablet_manager.cc:1403] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.275s	user 0.007s	sys 0.008s
I20260608 12:39:55.072131  3734 raft_consensus.cc:359] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.072825  3734 raft_consensus.cc:385] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.073124  3734 raft_consensus.cc:740] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.073297  3735 ts_tablet_manager.cc:1434] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.000s
I20260608 12:39:55.074499  3735 tablet_bootstrap.cc:492] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:55.078907  3734 consensus_queue.cc:260] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.081624  3734 ts_tablet_manager.cc:1434] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:39:55.086016  3738 tablet_bootstrap.cc:492] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:55.089737  3738 ts_tablet_manager.cc:1403] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.219s	user 0.008s	sys 0.010s
I20260608 12:39:55.090516  3747 tablet_bootstrap.cc:492] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:55.092438  3738 raft_consensus.cc:359] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.093063  3738 raft_consensus.cc:385] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.093317  3738 raft_consensus.cc:740] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.094604  3738 consensus_queue.cc:260] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.097298  3738 ts_tablet_manager.cc:1434] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260608 12:39:55.098233  3738 tablet_bootstrap.cc:492] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:55.098327  3734 tablet_bootstrap.cc:492] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:55.109010  3735 tablet_bootstrap.cc:654] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.113206  3747 tablet_bootstrap.cc:654] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.113240  3734 tablet_bootstrap.cc:654] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.116576  3738 tablet_bootstrap.cc:654] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
W20260608 12:39:55.117060  3343 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:55.120083  3734 tablet_bootstrap.cc:492] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:55.120630  3734 ts_tablet_manager.cc:1403] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.022s	user 0.005s	sys 0.006s
I20260608 12:39:55.121939  3747 tablet_bootstrap.cc:492] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe: No bootstrap required, opened a new log
I20260608 12:39:55.122285  3735 tablet_bootstrap.cc:492] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:55.122434  3747 ts_tablet_manager.cc:1403] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.036s	user 0.003s	sys 0.008s
I20260608 12:39:55.123183  3735 ts_tablet_manager.cc:1403] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.049s	user 0.012s	sys 0.004s
I20260608 12:39:55.123201  3734 raft_consensus.cc:359] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.123929  3738 tablet_bootstrap.cc:492] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:55.124205  3734 raft_consensus.cc:385] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.124495  3738 ts_tablet_manager.cc:1403] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.026s	user 0.004s	sys 0.009s
I20260608 12:39:55.124586  3734 raft_consensus.cc:740] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.125593  3734 consensus_queue.cc:260] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.126914  3747 raft_consensus.cc:359] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.127719  3747 raft_consensus.cc:385] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.127643  3735 raft_consensus.cc:359] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.127966  3734 ts_tablet_manager.cc:1434] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:39:55.132969  3747 raft_consensus.cc:740] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.133330  3735 raft_consensus.cc:385] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.133946  3735 raft_consensus.cc:740] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.134100  3734 tablet_bootstrap.cc:492] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:55.134032  3747 consensus_queue.cc:260] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.134994  3735 consensus_queue.cc:260] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.130481  3738 raft_consensus.cc:359] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.140687  3738 raft_consensus.cc:385] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.141029  3738 raft_consensus.cc:740] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.141234  3734 tablet_bootstrap.cc:654] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.141934  3738 consensus_queue.cc:260] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.144274  3738 ts_tablet_manager.cc:1434] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.019s	user 0.002s	sys 0.007s
I20260608 12:39:55.144274  3735 ts_tablet_manager.cc:1434] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.020s	user 0.003s	sys 0.003s
I20260608 12:39:55.145483  3738 tablet_bootstrap.cc:492] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:55.146283  3747 ts_tablet_manager.cc:1434] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.022s	user 0.013s	sys 0.005s
I20260608 12:39:55.147403  3711 heartbeater.cc:499] Master 127.0.107.254:39771 was elected leader, sending a full tablet report...
I20260608 12:39:55.148185  3735 tablet_bootstrap.cc:492] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:55.154083  3738 tablet_bootstrap.cc:654] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.156409  3735 tablet_bootstrap.cc:654] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.158605  3747 tablet_bootstrap.cc:492] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:55.169167  3738 tablet_bootstrap.cc:492] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:55.169310  3735 tablet_bootstrap.cc:492] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:55.169986  3735 ts_tablet_manager.cc:1403] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.009s
I20260608 12:39:55.171034  3747 tablet_bootstrap.cc:654] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.172179  3738 ts_tablet_manager.cc:1403] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.027s	user 0.011s	sys 0.006s
I20260608 12:39:55.174346  3734 tablet_bootstrap.cc:492] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:55.173900  3735 raft_consensus.cc:359] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.174993  3734 ts_tablet_manager.cc:1403] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.041s	user 0.014s	sys 0.005s
I20260608 12:39:55.175211  3735 raft_consensus.cc:385] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.175634  3735 raft_consensus.cc:740] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.176543  3735 consensus_queue.cc:260] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.176785  3738 raft_consensus.cc:359] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.177627  3738 raft_consensus.cc:385] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.178004  3738 raft_consensus.cc:740] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.178108  3734 raft_consensus.cc:359] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.178869  3734 raft_consensus.cc:385] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.179200  3734 raft_consensus.cc:740] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.180135  3734 consensus_queue.cc:260] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.183513  3735 ts_tablet_manager.cc:1434] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.013s	user 0.003s	sys 0.004s
I20260608 12:39:55.179085  3738 consensus_queue.cc:260] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.184697  3735 tablet_bootstrap.cc:492] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:55.185689  3734 ts_tablet_manager.cc:1434] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:39:55.186704  3734 tablet_bootstrap.cc:492] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:55.191764  3738 ts_tablet_manager.cc:1434] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.002s
I20260608 12:39:55.193264  3738 tablet_bootstrap.cc:492] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:55.193495  3747 tablet_bootstrap.cc:492] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe: No bootstrap required, opened a new log
I20260608 12:39:55.193996  3747 ts_tablet_manager.cc:1403] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.036s	user 0.008s	sys 0.005s
I20260608 12:39:55.194322  3735 tablet_bootstrap.cc:654] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.200941  3738 tablet_bootstrap.cc:654] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.205417  3734 tablet_bootstrap.cc:654] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.205157  3747 raft_consensus.cc:359] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.205940  3747 raft_consensus.cc:385] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.206272  3747 raft_consensus.cc:740] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.208582  3735 tablet_bootstrap.cc:492] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:55.209218  3735 ts_tablet_manager.cc:1403] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.025s	user 0.006s	sys 0.011s
I20260608 12:39:55.209226  3747 consensus_queue.cc:260] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.213730  3735 raft_consensus.cc:359] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.214603  3735 raft_consensus.cc:385] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.214963  3735 raft_consensus.cc:740] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.216002  3735 consensus_queue.cc:260] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.218755  3735 ts_tablet_manager.cc:1434] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260608 12:39:55.219870  3735 tablet_bootstrap.cc:492] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:55.224375  3631 raft_consensus.cc:493] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.224884  3631 raft_consensus.cc:515] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.228757  3735 tablet_bootstrap.cc:654] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.231501  3631 leader_election.cc:290] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:55.237850  3731 raft_consensus.cc:493] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.238358  3731 raft_consensus.cc:515] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.224865  3747 ts_tablet_manager.cc:1434] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.031s	user 0.001s	sys 0.008s
I20260608 12:39:55.240732  3747 tablet_bootstrap.cc:492] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:55.244570  3753 raft_consensus.cc:493] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.245220  3753 raft_consensus.cc:515] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.244485  3292 catalog_manager.cc:6241] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53: range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17] alter complete (version 0)
I20260608 12:39:55.255805  3753 leader_election.cc:290] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:55.260136  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8992ceb144e36a8138c20568a02a5" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:55.260934  3472 raft_consensus.cc:2468] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 0.
I20260608 12:39:55.265105  3731 leader_election.cc:290] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:55.279932  3361 leader_election.cc:304] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:55.281457  3731 raft_consensus.cc:2804] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:55.281853  3731 raft_consensus.cc:493] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:55.282177  3731 raft_consensus.cc:3060] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.297927  3738 tablet_bootstrap.cc:492] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:55.298511  3738 ts_tablet_manager.cc:1403] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.105s	user 0.015s	sys 0.025s
I20260608 12:39:55.305682  3546 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf76b8114f23459488fddf2aadaf08fd" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:55.306372  3546 raft_consensus.cc:2468] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 0.
I20260608 12:39:55.306943  3747 tablet_bootstrap.cc:654] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.309765  3734 tablet_bootstrap.cc:492] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:55.310288  3734 ts_tablet_manager.cc:1403] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.124s	user 0.051s	sys 0.040s
I20260608 12:39:55.310883  3437 leader_election.cc:304] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f; no voters: 
I20260608 12:39:55.311754  3631 raft_consensus.cc:2804] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:55.312150  3631 raft_consensus.cc:493] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:55.312486  3631 raft_consensus.cc:3060] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.313733  3735 tablet_bootstrap.cc:492] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:55.294154  3731 raft_consensus.cc:515] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.314393  3735 ts_tablet_manager.cc:1403] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.095s	user 0.038s	sys 0.035s
I20260608 12:39:55.301935  3738 raft_consensus.cc:359] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.313596  3734 raft_consensus.cc:359] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.316298  3738 raft_consensus.cc:385] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.316376  3734 raft_consensus.cc:385] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.316704  3738 raft_consensus.cc:740] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.316816  3734 raft_consensus.cc:740] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.317566  3738 consensus_queue.cc:260] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.319491  3731 leader_election.cc:290] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Requested vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:55.317652  3734 consensus_queue.cc:260] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.320909  3743 raft_consensus.cc:493] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.321365  3743 raft_consensus.cc:515] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.322983  3734 ts_tablet_manager.cc:1434] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.002s
I20260608 12:39:55.323962  3734 tablet_bootstrap.cc:492] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:39:55.326345  3738 ts_tablet_manager.cc:1434] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.028s	user 0.007s	sys 0.002s
I20260608 12:39:55.324621  3735 raft_consensus.cc:359] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.328717  3735 raft_consensus.cc:385] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.329087  3735 raft_consensus.cc:740] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.329273  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c891f20ca0814818a3ae812be9d0004b" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:55.329885  3396 raft_consensus.cc:2468] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 0.
I20260608 12:39:55.329840  3735 consensus_queue.cc:260] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.331476  3512 leader_election.cc:304] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:55.332414  3735 ts_tablet_manager.cc:1434] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260608 12:39:55.333231  3619 raft_consensus.cc:2804] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:55.333494  3735 tablet_bootstrap.cc:492] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c: Bootstrap starting.
I20260608 12:39:55.333979  3619 raft_consensus.cc:493] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:55.334399  3619 raft_consensus.cc:3060] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.333879  3631 raft_consensus.cc:515] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.335436  3743 leader_election.cc:290] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:55.340021  3631 leader_election.cc:290] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 election: Requested vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:55.342083  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8992ceb144e36a8138c20568a02a5" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:55.342677  3472 raft_consensus.cc:3060] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.344208  3619 raft_consensus.cc:515] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.348186  3731 raft_consensus.cc:493] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.348692  3731 raft_consensus.cc:515] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.350822  3731 leader_election.cc:290] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587), 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587)
I20260608 12:39:55.353662  3546 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0a38d9ee5c3420a9c836df436d10be5" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:55.354287  3546 raft_consensus.cc:2468] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 0.
I20260608 12:39:55.357321  3362 leader_election.cc:304] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:55.358817  3731 raft_consensus.cc:2804] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:55.359186  3731 raft_consensus.cc:493] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:55.359566  3731 raft_consensus.cc:3060] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.360225  3472 raft_consensus.cc:2468] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 1.
I20260608 12:39:55.357213  3738 tablet_bootstrap.cc:492] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:55.362767  3361 leader_election.cc:304] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:55.356621  3631 raft_consensus.cc:493] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.373111  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c891f20ca0814818a3ae812be9d0004b" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:55.373799  3396 raft_consensus.cc:3060] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.377022  3731 raft_consensus.cc:515] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.371511  3619 leader_election.cc:290] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Requested vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:55.379243  3731 leader_election.cc:290] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Requested vote from peers cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587), 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587)
I20260608 12:39:55.402868  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf76b8114f23459488fddf2aadaf08fd" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe" is_pre_election: true
I20260608 12:39:55.403795  3743 raft_consensus.cc:493] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.404488  3743 raft_consensus.cc:515] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.404448  3686 raft_consensus.cc:2468] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 0.
I20260608 12:39:55.418119  3396 raft_consensus.cc:2468] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 1.
I20260608 12:39:55.424834  3546 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf76b8114f23459488fddf2aadaf08fd" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
I20260608 12:39:55.440074  3546 raft_consensus.cc:3060] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.440717  3544 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0a38d9ee5c3420a9c836df436d10be5" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
I20260608 12:39:55.441390  3544 raft_consensus.cc:3060] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.442625  3597 raft_consensus.cc:493] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.443100  3597 raft_consensus.cc:515] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.443892  3735 tablet_bootstrap.cc:654] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.445175  3747 tablet_bootstrap.cc:492] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe: No bootstrap required, opened a new log
I20260608 12:39:55.445708  3747 ts_tablet_manager.cc:1403] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.205s	user 0.011s	sys 0.008s
I20260608 12:39:55.446758  3597 leader_election.cc:290] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:55.449338  3544 raft_consensus.cc:2468] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 1.
I20260608 12:39:55.456041  3747 raft_consensus.cc:359] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.457278  3734 tablet_bootstrap.cc:654] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.459980  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf76b8114f23459488fddf2aadaf08fd" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
I20260608 12:39:55.461220  3685 raft_consensus.cc:3060] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.462064  3544 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf76b8114f23459488fddf2aadaf08fd" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:55.463066  3743 leader_election.cc:290] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:55.463752  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a1ebeff64f84b20a6130d94bbdd9069" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:55.466053  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50ae60b64e0447c28d1bd1628d45cc82" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe" is_pre_election: true
I20260608 12:39:55.468199  3685 raft_consensus.cc:2468] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 1.
I20260608 12:39:55.470613  3546 raft_consensus.cc:2468] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 1.
I20260608 12:39:55.470778  3471 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf76b8114f23459488fddf2aadaf08fd" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:55.471702  3471 raft_consensus.cc:2393] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 85b720ef121e42aaae5beaaadf9f50fe in current term 1: Already voted for candidate 749e1559114948928a2455c754236f2a in this term.
I20260608 12:39:55.372288  3631 raft_consensus.cc:515] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
W20260608 12:39:55.473981  3361 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.194:35471, user_credentials={real_user=slave}} blocked reactor thread for 111299us
I20260608 12:39:55.474721  3472 raft_consensus.cc:2468] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 0.
I20260608 12:39:55.475726  3437 leader_election.cc:304] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f; no voters: 
I20260608 12:39:55.476608  3597 raft_consensus.cc:2804] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:55.480506  3510 leader_election.cc:304] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f; no voters: 
I20260608 12:39:55.484073  3743 raft_consensus.cc:2804] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:55.484479  3743 raft_consensus.cc:493] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:55.484807  3743 raft_consensus.cc:3060] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.457207  3747 raft_consensus.cc:385] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.491572  3747 raft_consensus.cc:740] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.492408  3747 consensus_queue.cc:260] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.494374  3686 raft_consensus.cc:2468] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 0.
I20260608 12:39:55.494746  3731 raft_consensus.cc:2804] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:55.495353  3731 raft_consensus.cc:697] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Becoming Leader. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Running, Role: LEADER
I20260608 12:39:55.496255  3731 consensus_queue.cc:237] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.497468  3437 leader_election.cc:304] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, 85b720ef121e42aaae5beaaadf9f50fe; no voters: 
I20260608 12:39:55.498534  3737 raft_consensus.cc:2804] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:55.498936  3737 raft_consensus.cc:493] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:55.499276  3737 raft_consensus.cc:3060] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.500264  3775 raft_consensus.cc:493] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.500787  3775 raft_consensus.cc:515] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.503229  3775 leader_election.cc:290] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:55.504734  3775 raft_consensus.cc:493] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.505174  3775 raft_consensus.cc:515] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.508371  3546 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a1ebeff64f84b20a6130d94bbdd9069" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:55.507086  3775 leader_election.cc:290] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:55.515090  3737 raft_consensus.cc:515] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.518239  3651 leader_election.cc:304] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [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: 85b720ef121e42aaae5beaaadf9f50fe; no voters: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f
I20260608 12:39:55.511881  3631 leader_election.cc:290] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:55.519734  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a1ebeff64f84b20a6130d94bbdd9069" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe" is_pre_election: true
I20260608 12:39:55.520380  3686 raft_consensus.cc:2468] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 0.
I20260608 12:39:55.537487  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50ae60b64e0447c28d1bd1628d45cc82" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:55.521479  3743 raft_consensus.cc:515] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.605989  3396 raft_consensus.cc:2468] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 0.
I20260608 12:39:55.537954  3735 tablet_bootstrap.cc:492] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c: No bootstrap required, opened a new log
I20260608 12:39:55.606637  3546 raft_consensus.cc:2393] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 749e1559114948928a2455c754236f2a in current term 1: Already voted for candidate cf2ab60131ef445e8fcc13de8e69166f in this term.
I20260608 12:39:55.606946  3735 ts_tablet_manager.cc:1403] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent bootstrapping tablet: real 0.274s	user 0.017s	sys 0.022s
I20260608 12:39:55.526026  3738 tablet_bootstrap.cc:654] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.531020  3737 leader_election.cc:290] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 election: Requested vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:55.611865  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a1ebeff64f84b20a6130d94bbdd9069" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
I20260608 12:39:55.612425  3743 leader_election.cc:290] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Requested vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:55.612725  3470 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a1ebeff64f84b20a6130d94bbdd9069" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:55.548043  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60484ebfaeb840878d62bd546b10f11c" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:55.613587  3470 raft_consensus.cc:3060] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.551108  3471 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50ae60b64e0447c28d1bd1628d45cc82" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
W20260608 12:39:55.614318  3361 leader_election.cc:343] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:39:55.581174  3651 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:35587, user_credentials={real_user=slave}} blocked reactor thread for 63233.7us
I20260608 12:39:55.612551  3686 raft_consensus.cc:3060] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.581418  3753 raft_consensus.cc:2749] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:55.523854  3683 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a1ebeff64f84b20a6130d94bbdd9069" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe" is_pre_election: true
I20260608 12:39:55.617676  3735 raft_consensus.cc:359] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.618393  3735 raft_consensus.cc:385] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.615233  3471 raft_consensus.cc:2393] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f3dd181bd4aa475499ee68ca9aadba6c in current term 1: Already voted for candidate 749e1559114948928a2455c754236f2a in this term.
W20260608 12:39:55.639765  3282 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet 7a1ebeff64f84b20a6130d94bbdd9069 (table range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 7a1ebeff64f84b20a6130d94bbdd9069 consensus state has no leader
I20260608 12:39:55.636389  3597 raft_consensus.cc:697] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Becoming Leader. State: Replica: 749e1559114948928a2455c754236f2a, State: Running, Role: LEADER
I20260608 12:39:55.620741  3470 raft_consensus.cc:2468] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 1.
I20260608 12:39:55.627691  3437 leader_election.cc:304] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [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: 749e1559114948928a2455c754236f2a, 85b720ef121e42aaae5beaaadf9f50fe; no voters: cf2ab60131ef445e8fcc13de8e69166f
I20260608 12:39:55.523442  3512 leader_election.cc:304] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:55.643944  3597 consensus_queue.cc:237] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.618687  3735 raft_consensus.cc:740] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.645694  3510 leader_election.cc:304] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f; no voters: 
I20260608 12:39:55.645254  3619 raft_consensus.cc:2804] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:55.652072  3598 raft_consensus.cc:2804] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:55.640802  3738 tablet_bootstrap.cc:492] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f: No bootstrap required, opened a new log
I20260608 12:39:55.653998  3738 ts_tablet_manager.cc:1403] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.317s	user 0.007s	sys 0.020s
I20260608 12:39:55.655954  3737 raft_consensus.cc:2764] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260608 12:39:55.658052  3735 consensus_queue.cc:260] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.597856  3747 ts_tablet_manager.cc:1434] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.152s	user 0.003s	sys 0.005s
I20260608 12:39:55.564083  3362 leader_election.cc:304] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:55.521932  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c891f20ca0814818a3ae812be9d0004b" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe" is_pre_election: true
I20260608 12:39:55.662259  3735 ts_tablet_manager.cc:1434] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c: Time spent starting tablet: real 0.055s	user 0.004s	sys 0.002s
W20260608 12:39:55.663600  3511 leader_election.cc:343] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:55.523375  3684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c891f20ca0814818a3ae812be9d0004b" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
I20260608 12:39:55.545836  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50ae60b64e0447c28d1bd1628d45cc82" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:55.665686  3395 raft_consensus.cc:3060] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:55.665627  3511 leader_election.cc:343] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:55.669070  3738 raft_consensus.cc:359] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.669854  3738 raft_consensus.cc:385] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.670153  3738 raft_consensus.cc:740] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.670972  3738 consensus_queue.cc:260] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.671109  3395 raft_consensus.cc:2468] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 1.
I20260608 12:39:55.677444  3731 raft_consensus.cc:2804] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:55.677135  3598 raft_consensus.cc:697] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Becoming Leader. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Running, Role: LEADER
I20260608 12:39:55.678925  3683 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50ae60b64e0447c28d1bd1628d45cc82" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
I20260608 12:39:55.689340  3619 raft_consensus.cc:697] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Becoming Leader. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Running, Role: LEADER
I20260608 12:39:55.682826  3747 tablet_bootstrap.cc:492] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
W20260608 12:39:55.675844  3362 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:35587, user_credentials={real_user=slave}} blocked reactor thread for 111867us
I20260608 12:39:55.682983  3686 raft_consensus.cc:2468] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 1.
W20260608 12:39:55.645112  3512 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:43655, user_credentials={real_user=slave}} blocked reactor thread for 121796us
I20260608 12:39:55.685812  3291 catalog_manager.cc:5696] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a reported cstate change: term changed from 0 to 1, leader changed from <none> to 749e1559114948928a2455c754236f2a (127.0.107.194). New cstate: current_term: 1 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:55.695156  3438 leader_election.cc:304] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:55.692211  3731 raft_consensus.cc:697] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Becoming Leader. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Running, Role: LEADER
I20260608 12:39:55.696638  3777 raft_consensus.cc:2804] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:55.691814  3598 consensus_queue.cc:237] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.697134  3777 raft_consensus.cc:697] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Becoming Leader. State: Replica: 749e1559114948928a2455c754236f2a, State: Running, Role: LEADER
I20260608 12:39:55.697167  3731 consensus_queue.cc:237] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.698077  3777 consensus_queue.cc:237] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.691709  3619 consensus_queue.cc:237] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.693233  3683 raft_consensus.cc:3060] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.757869  3292 catalog_manager.cc:5696] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: term changed from 0 to 1, leader changed from <none> to f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:55.759050  3738 ts_tablet_manager.cc:1434] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.105s	user 0.046s	sys 0.013s
I20260608 12:39:55.760064  3734 tablet_bootstrap.cc:492] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a: No bootstrap required, opened a new log
I20260608 12:39:55.760586  3734 ts_tablet_manager.cc:1403] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.437s	user 0.065s	sys 0.145s
I20260608 12:39:55.764058  3734 raft_consensus.cc:359] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.764604  3734 raft_consensus.cc:385] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.764835  3734 raft_consensus.cc:740] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.766000  3734 consensus_queue.cc:260] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.766449  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8992ceb144e36a8138c20568a02a5" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe" is_pre_election: true
I20260608 12:39:55.764815  3747 tablet_bootstrap.cc:654] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.768628  3734 ts_tablet_manager.cc:1434] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.006s
I20260608 12:39:55.768553  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8992ceb144e36a8138c20568a02a5" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
I20260608 12:39:55.774789  3682 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50ae60b64e0447c28d1bd1628d45cc82" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe" is_pre_election: true
W20260608 12:39:55.775038  3362 leader_election.cc:343] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:55.763187  3683 raft_consensus.cc:2468] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 1.
I20260608 12:39:55.777041  3684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60484ebfaeb840878d62bd546b10f11c" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe" is_pre_election: true
W20260608 12:39:55.776242  3362 leader_election.cc:343] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:55.776309  3685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0a38d9ee5c3420a9c836df436d10be5" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
I20260608 12:39:55.778488  3362 leader_election.cc:304] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [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: f3dd181bd4aa475499ee68ca9aadba6c; no voters: 749e1559114948928a2455c754236f2a, 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:39:55.779112  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0a38d9ee5c3420a9c836df436d10be5" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe" is_pre_election: true
I20260608 12:39:55.779489  3780 raft_consensus.cc:2749] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:39:55.779781  3362 leader_election.cc:343] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:55.780200  3362 leader_election.cc:304] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [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: f3dd181bd4aa475499ee68ca9aadba6c; no voters: 749e1559114948928a2455c754236f2a, 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:39:55.778393  3294 catalog_manager.cc:5696] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: term changed from 0 to 1, leader changed from <none> to cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:55.780827  3731 raft_consensus.cc:2749] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:39:55.781168  3362 leader_election.cc:343] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:39:55.782050  3362 leader_election.cc:343] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:55.785336  3747 tablet_bootstrap.cc:492] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe: No bootstrap required, opened a new log
I20260608 12:39:55.785755  3747 ts_tablet_manager.cc:1403] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.103s	user 0.006s	sys 0.006s
I20260608 12:39:55.788307  3747 raft_consensus.cc:359] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.789011  3747 raft_consensus.cc:385] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.789296  3747 raft_consensus.cc:740] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.790022  3747 consensus_queue.cc:260] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:55.792580  3747 ts_tablet_manager.cc:1434] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260608 12:39:55.793525  3747 tablet_bootstrap.cc:492] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:55.799811  3747 tablet_bootstrap.cc:654] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.804999  3747 tablet_bootstrap.cc:492] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe: No bootstrap required, opened a new log
I20260608 12:39:55.805472  3747 ts_tablet_manager.cc:1403] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.012s	user 0.006s	sys 0.004s
I20260608 12:39:55.808303  3291 catalog_manager.cc:5696] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a reported cstate change: term changed from 0 to 1, leader changed from <none> to 749e1559114948928a2455c754236f2a (127.0.107.194). New cstate: current_term: 1 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:55.808487  3747 raft_consensus.cc:359] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.809204  3747 raft_consensus.cc:385] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.809522  3747 raft_consensus.cc:740] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.810343  3747 consensus_queue.cc:260] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.813130  3747 ts_tablet_manager.cc:1434] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.005s
I20260608 12:39:55.814128  3293 catalog_manager.cc:5696] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: term changed from 0 to 1, leader changed from <none> to f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:55.815593  3747 tablet_bootstrap.cc:492] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:55.824257  3747 tablet_bootstrap.cc:654] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.825917  3292 catalog_manager.cc:5696] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: term changed from 0 to 1, leader changed from <none> to cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:55.829533  3747 tablet_bootstrap.cc:492] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe: No bootstrap required, opened a new log
I20260608 12:39:55.830343  3747 ts_tablet_manager.cc:1403] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.004s
I20260608 12:39:55.833549  3747 raft_consensus.cc:359] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.834072  3747 raft_consensus.cc:385] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.834364  3747 raft_consensus.cc:740] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.835073  3747 consensus_queue.cc:260] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.836772  3747 ts_tablet_manager.cc:1434] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.003s
I20260608 12:39:55.838406  3747 tablet_bootstrap.cc:492] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:55.843672  3747 tablet_bootstrap.cc:654] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.847599  3747 tablet_bootstrap.cc:492] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe: No bootstrap required, opened a new log
I20260608 12:39:55.848460  3747 ts_tablet_manager.cc:1403] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:39:55.848347  3753 raft_consensus.cc:493] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.848966  3753 raft_consensus.cc:515] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:55.851454  3747 raft_consensus.cc:359] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.852267  3747 raft_consensus.cc:385] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.852596  3747 raft_consensus.cc:740] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.852571  3471 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8992ceb144e36a8138c20568a02a5" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "749e1559114948928a2455c754236f2a" is_pre_election: true
I20260608 12:39:55.853555  3471 raft_consensus.cc:2393] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 85b720ef121e42aaae5beaaadf9f50fe in current term 1: Already voted for candidate f3dd181bd4aa475499ee68ca9aadba6c in this term.
I20260608 12:39:55.853655  3747 consensus_queue.cc:260] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.852788  3753 leader_election.cc:290] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:55.857621  3747 ts_tablet_manager.cc:1434] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:39:55.858466  3747 tablet_bootstrap.cc:492] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:55.864971  3747 tablet_bootstrap.cc:654] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:55.864959  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8992ceb144e36a8138c20568a02a5" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:55.865429  3597 raft_consensus.cc:493] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.866019  3597 raft_consensus.cc:515] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.867014  3652 leader_election.cc:304] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [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: 85b720ef121e42aaae5beaaadf9f50fe; no voters: 749e1559114948928a2455c754236f2a, f3dd181bd4aa475499ee68ca9aadba6c
I20260608 12:39:55.868239  3802 raft_consensus.cc:3060] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.869619  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60484ebfaeb840878d62bd546b10f11c" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:55.869810  3597 leader_election.cc:290] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:55.870256  3395 raft_consensus.cc:2468] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 0.
I20260608 12:39:55.870553  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60484ebfaeb840878d62bd546b10f11c" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe" is_pre_election: true
I20260608 12:39:55.871160  3686 raft_consensus.cc:2468] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 0.
I20260608 12:39:55.871434  3438 leader_election.cc:304] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:55.872457  3597 raft_consensus.cc:2804] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:55.872653  3747 tablet_bootstrap.cc:492] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe: No bootstrap required, opened a new log
I20260608 12:39:55.872905  3597 raft_consensus.cc:493] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:55.873127  3747 ts_tablet_manager.cc:1403] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.003s
I20260608 12:39:55.873288  3597 raft_consensus.cc:3060] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.874475  3802 raft_consensus.cc:2749] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:55.875912  3747 raft_consensus.cc:359] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.876596  3747 raft_consensus.cc:385] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:55.876868  3747 raft_consensus.cc:740] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: FOLLOWER
I20260608 12:39:55.877521  3747 consensus_queue.cc:260] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.879494  3747 ts_tablet_manager.cc:1434] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:39:55.879972  3597 raft_consensus.cc:515] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.881513  3597 leader_election.cc:290] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 election: Requested vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:55.882361  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60484ebfaeb840878d62bd546b10f11c" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
I20260608 12:39:55.882768  3686 raft_consensus.cc:3060] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.882622  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60484ebfaeb840878d62bd546b10f11c" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:55.883200  3395 raft_consensus.cc:3060] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.886709  3686 raft_consensus.cc:2468] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 1.
I20260608 12:39:55.887691  3437 leader_election.cc:304] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 749e1559114948928a2455c754236f2a, 85b720ef121e42aaae5beaaadf9f50fe; no voters: 
I20260608 12:39:55.888350  3597 raft_consensus.cc:2804] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:55.888789  3597 raft_consensus.cc:697] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Becoming Leader. State: Replica: 749e1559114948928a2455c754236f2a, State: Running, Role: LEADER
I20260608 12:39:55.889608  3597 consensus_queue.cc:237] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.890420  3395 raft_consensus.cc:2468] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 1.
I20260608 12:39:55.896620  3292 catalog_manager.cc:5696] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a reported cstate change: term changed from 0 to 1, leader changed from <none> to 749e1559114948928a2455c754236f2a (127.0.107.194). New cstate: current_term: 1 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:55.924588  3802 raft_consensus.cc:493] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.924978  3802 raft_consensus.cc:515] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.926564  3802 leader_election.cc:290] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:55.927268  3546 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0a38d9ee5c3420a9c836df436d10be5" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:55.927488  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0a38d9ee5c3420a9c836df436d10be5" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:55.927922  3546 raft_consensus.cc:2393] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 85b720ef121e42aaae5beaaadf9f50fe in current term 1: Already voted for candidate f3dd181bd4aa475499ee68ca9aadba6c in this term.
I20260608 12:39:55.928795  3651 leader_election.cc:304] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [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: 85b720ef121e42aaae5beaaadf9f50fe; no voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c
I20260608 12:39:55.929381  3802 raft_consensus.cc:3060] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.933979  3802 raft_consensus.cc:2749] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:55.961198  3619 raft_consensus.cc:493] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:55.961686  3619 raft_consensus.cc:515] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.963646  3619 leader_election.cc:290] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:55.964612  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec49e476e593461f8065c28defa089f9" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe" is_pre_election: true
I20260608 12:39:55.964972  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec49e476e593461f8065c28defa089f9" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:55.965158  3686 raft_consensus.cc:2468] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 0.
I20260608 12:39:55.965735  3395 raft_consensus.cc:2468] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 0.
I20260608 12:39:55.966647  3511 leader_election.cc:304] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 85b720ef121e42aaae5beaaadf9f50fe, cf2ab60131ef445e8fcc13de8e69166f; no voters: 
I20260608 12:39:55.967913  3619 raft_consensus.cc:2804] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:55.968312  3619 raft_consensus.cc:493] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:55.968600  3619 raft_consensus.cc:3060] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.973974  3619 raft_consensus.cc:515] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.975775  3619 leader_election.cc:290] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Requested vote from peers 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:55.976454  3686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec49e476e593461f8065c28defa089f9" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
I20260608 12:39:55.976873  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec49e476e593461f8065c28defa089f9" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:55.976972  3686 raft_consensus.cc:3060] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.977355  3395 raft_consensus.cc:3060] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:55.981556  3395 raft_consensus.cc:2468] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 1.
I20260608 12:39:55.982477  3686 raft_consensus.cc:2468] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 1.
I20260608 12:39:55.982537  3512 leader_election.cc:304] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:55.983719  3619 raft_consensus.cc:2804] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:55.984095  3619 raft_consensus.cc:697] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Becoming Leader. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Running, Role: LEADER
I20260608 12:39:55.984752  3619 consensus_queue.cc:237] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:55.991369  3292 catalog_manager.cc:5696] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: term changed from 0 to 1, leader changed from <none> to cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:56.004076  3731 consensus_queue.cc:1048] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.014984  3731 consensus_queue.cc:1048] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.042178  3802 raft_consensus.cc:493] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:56.042675  3802 raft_consensus.cc:515] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:56.044365  3802 leader_election.cc:290] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:56.045351  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c891f20ca0814818a3ae812be9d0004b" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" is_pre_election: true
I20260608 12:39:56.045523  3546 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c891f20ca0814818a3ae812be9d0004b" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f" is_pre_election: true
I20260608 12:39:56.045986  3395 raft_consensus.cc:2393] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 85b720ef121e42aaae5beaaadf9f50fe in current term 1: Already voted for candidate cf2ab60131ef445e8fcc13de8e69166f in this term.
I20260608 12:39:56.046991  3652 leader_election.cc:304] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [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: 85b720ef121e42aaae5beaaadf9f50fe; no voters: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c
I20260608 12:39:56.047616  3802 raft_consensus.cc:3060] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:56.052392  3802 raft_consensus.cc:2749] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:56.117311  3348 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:56.130097  3619 consensus_queue.cc:1048] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.134829  3597 consensus_queue.cc:1048] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.159158  3737 consensus_queue.cc:1048] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.175907  3546 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9"
dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
mode: GRACEFUL
new_leader_uuid: "749e1559114948928a2455c754236f2a"
 from {username='slave'} at 127.0.0.1:42876
I20260608 12:39:56.176730  3546 raft_consensus.cc:606] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Received request to transfer leadership to TS 749e1559114948928a2455c754236f2a
I20260608 12:39:56.186092  3788 consensus_queue.cc:1048] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.189113  3546 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "62473aacab7d4a57bcf0416c98e8ac13"
dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
mode: GRACEFUL
new_leader_uuid: "749e1559114948928a2455c754236f2a"
 from {username='slave'} at 127.0.0.1:42876
I20260608 12:39:56.189728  3546 raft_consensus.cc:606] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Received request to transfer leadership to TS 749e1559114948928a2455c754236f2a
W20260608 12:39:56.197847  3343 auto_rebalancer.cc:591] Failed to schedule move for tablet 62473aacab7d4a57bcf0416c98e8ac13: Remote error: Service unavailable: leader transfer in progress
I20260608 12:39:56.200707  3731 consensus_queue.cc:1048] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:39:56.202728  3343 auto_rebalancer.cc:591] Failed to schedule move for tablet 27e6fb687ae84be584da691bab7a85a9: Remote error: Service unavailable: leader transfer in progress
I20260608 12:39:56.208072  3471 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "dd21919d82534af6aceb10524dd24ed7"
dest_uuid: "749e1559114948928a2455c754236f2a"
mode: GRACEFUL
new_leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
 from {username='slave'} at 127.0.0.1:41038
I20260608 12:39:56.208647  3471 raft_consensus.cc:606] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Received request to transfer leadership to TS f3dd181bd4aa475499ee68ca9aadba6c
W20260608 12:39:56.223181  3360 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260608 12:39:56.224676  3780 consensus_queue.cc:1048] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.225118  3395 consensus_queue.cc:237] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:56.231189  3396 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "ebd8992ceb144e36a8138c20568a02a5"
dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
mode: GRACEFUL
new_leader_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
 from {username='slave'} at 127.0.0.1:55326
I20260608 12:39:56.231786  3396 raft_consensus.cc:606] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Received request to transfer leadership to TS 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:39:56.233649  3348 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 4
I20260608 12:39:56.234460  3348 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:39:56.236153  3362 consensus_peers.cc:597] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c -> Peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Couldn't send request to peer 85b720ef121e42aaae5beaaadf9f50fe. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9561350a88a64c0db3e4ac5744c37fab. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:56.236853  3546 raft_consensus.cc:1275] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:56.238396  3788 consensus_queue.cc:1048] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.238763  3731 consensus_queue.cc:1048] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.240048  3471 raft_consensus.cc:1275] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:56.241991  3737 consensus_queue.cc:1048] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.244264  3780 consensus_queue.cc:1048] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.248869  3788 consensus_queue.cc:1048] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:56.261943  3780 raft_consensus.cc:2955] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:56.265494  3546 raft_consensus.cc:2955] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:56.267901  3737 consensus_queue.cc:1048] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.287627  3471 raft_consensus.cc:2955] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:56.296731  3470 consensus_queue.cc:237] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:56.311753  3619 raft_consensus.cc:993] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f: : Instructing follower 749e1559114948928a2455c754236f2a to start an election
I20260608 12:39:56.312569  3619 raft_consensus.cc:1081] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Signalling peer 749e1559114948928a2455c754236f2a to start an election
I20260608 12:39:56.296677  3293 catalog_manager.cc:5696] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:56.318873  3469 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9"
dest_uuid: "749e1559114948928a2455c754236f2a"
 from {username='slave'} at 127.0.0.1:41024
I20260608 12:39:56.319535  3469 raft_consensus.cc:493] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:56.319939  3469 raft_consensus.cc:3060] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.327530  3469 raft_consensus.cc:515] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:56.329749  3396 raft_consensus.cc:1275] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:56.329896  3469 leader_election.cc:290] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 2 election: Requested vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:56.332072  3597 consensus_queue.cc:1048] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.332018  3544 raft_consensus.cc:1275] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:56.335506  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
I20260608 12:39:56.336089  3545 raft_consensus.cc:3055] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:56.336429  3545 raft_consensus.cc:740] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Running, Role: LEADER
I20260608 12:39:56.337345  3545 consensus_queue.cc:260] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:56.338627  3545 raft_consensus.cc:3060] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.340580  3597 consensus_queue.cc:1048] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:56.330902  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:56.345072  3396 raft_consensus.cc:3060] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.346585  3545 raft_consensus.cc:2468] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 2.
W20260608 12:39:56.355592  3437 consensus_peers.cc:597] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a -> Peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Couldn't send request to peer 85b720ef121e42aaae5beaaadf9f50fe. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 68f8ae6c6fdc47518d1322bd3ee5640e. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:56.351284  3396 raft_consensus.cc:2468] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 2.
I20260608 12:39:56.358749  3437 leader_election.cc:304] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [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: 749e1559114948928a2455c754236f2a, cf2ab60131ef445e8fcc13de8e69166f; no voters: 
I20260608 12:39:56.359941  3597 raft_consensus.cc:2804] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:56.360304  3597 raft_consensus.cc:697] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 2 LEADER]: Becoming Leader. State: Replica: 749e1559114948928a2455c754236f2a, State: Running, Role: LEADER
I20260608 12:39:56.361039  3597 consensus_queue.cc:237] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:56.368880  3292 catalog_manager.cc:5696] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a reported cstate change: term changed from 1 to 2, leader changed from cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) to 749e1559114948928a2455c754236f2a (127.0.107.194). New cstate: current_term: 2 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:56.369892  3777 raft_consensus.cc:2955] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:56.372332  3545 raft_consensus.cc:2955] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:56.375504  3395 raft_consensus.cc:2955] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:56.387984  3292 catalog_manager.cc:5696] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:56.391104  3619 consensus_queue.cc:1048] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.403533  3598 consensus_queue.cc:1048] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.411764  3780 raft_consensus.cc:993] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c: : Instructing follower 85b720ef121e42aaae5beaaadf9f50fe to start an election
I20260608 12:39:56.412276  3780 raft_consensus.cc:1081] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Signalling peer 85b720ef121e42aaae5beaaadf9f50fe to start an election
I20260608 12:39:56.413880  3685 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "ebd8992ceb144e36a8138c20568a02a5"
dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
 from {username='slave'} at 127.0.0.1:34102
I20260608 12:39:56.414822  3685 raft_consensus.cc:493] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:56.415244  3685 raft_consensus.cc:3060] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.424309  3777 consensus_queue.cc:1048] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:56.426317  3685 raft_consensus.cc:515] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:56.430617  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8992ceb144e36a8138c20568a02a5" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:56.431226  3395 raft_consensus.cc:3055] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:56.431135  3469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8992ceb144e36a8138c20568a02a5" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:56.432178  3395 raft_consensus.cc:740] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Running, Role: LEADER
I20260608 12:39:56.432346  3469 raft_consensus.cc:3060] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.433053  3395 consensus_queue.cc:260] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:56.434135  3395 raft_consensus.cc:3060] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.439922  3469 raft_consensus.cc:2468] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 85b720ef121e42aaae5beaaadf9f50fe in term 2.
I20260608 12:39:56.440438  3395 raft_consensus.cc:2468] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 85b720ef121e42aaae5beaaadf9f50fe in term 2.
I20260608 12:39:56.441382  3650 leader_election.cc:304] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [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: 749e1559114948928a2455c754236f2a, 85b720ef121e42aaae5beaaadf9f50fe; no voters: 
I20260608 12:39:56.442189  3802 raft_consensus.cc:2804] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:56.443130  3802 raft_consensus.cc:697] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEADER]: Becoming Leader. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Running, Role: LEADER
I20260608 12:39:56.443995  3802 consensus_queue.cc:237] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } }
I20260608 12:39:56.448046  3777 consensus_queue.cc:1048] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:56.451740  3685 leader_election.cc:290] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [CANDIDATE]: Term 2 election: Requested vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:56.451581  3294 catalog_manager.cc:5696] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe reported cstate change: term changed from 1 to 2, leader changed from f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193) to 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196). New cstate: current_term: 2 leader_uuid: "85b720ef121e42aaae5beaaadf9f50fe" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:56.461985  3597 raft_consensus.cc:993] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a: : Instructing follower f3dd181bd4aa475499ee68ca9aadba6c to start an election
I20260608 12:39:56.462481  3597 raft_consensus.cc:1081] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Signalling peer f3dd181bd4aa475499ee68ca9aadba6c to start an election
I20260608 12:39:56.469046  3397 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "dd21919d82534af6aceb10524dd24ed7"
dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
 from {username='slave'} at 127.0.0.1:55306
I20260608 12:39:56.469678  3397 raft_consensus.cc:493] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:56.470103  3397 raft_consensus.cc:3060] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.483459  3397 raft_consensus.cc:515] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:56.486086  3397 leader_election.cc:290] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [CANDIDATE]: Term 2 election: Requested vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:56.487761  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd21919d82534af6aceb10524dd24ed7" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
I20260608 12:39:56.487955  3469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd21919d82534af6aceb10524dd24ed7" candidate_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:56.488368  3545 raft_consensus.cc:3060] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.488539  3469 raft_consensus.cc:3055] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:56.489446  3469 raft_consensus.cc:740] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Running, Role: LEADER
I20260608 12:39:56.490413  3469 consensus_queue.cc:260] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:56.491650  3469 raft_consensus.cc:3060] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.494987  3545 raft_consensus.cc:2468] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 2.
I20260608 12:39:56.496763  3362 leader_election.cc:304] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [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: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:56.497632  3781 raft_consensus.cc:2804] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:56.498106  3781 raft_consensus.cc:697] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 LEADER]: Becoming Leader. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Running, Role: LEADER
I20260608 12:39:56.498927  3781 consensus_queue.cc:237] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:56.507438  3469 raft_consensus.cc:2468] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3dd181bd4aa475499ee68ca9aadba6c in term 2.
I20260608 12:39:56.516116  3294 catalog_manager.cc:5696] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: term changed from 1 to 2, leader changed from 749e1559114948928a2455c754236f2a (127.0.107.194) to f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193). New cstate: current_term: 2 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:56.556286  3619 raft_consensus.cc:993] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f: : Instructing follower 749e1559114948928a2455c754236f2a to start an election
I20260608 12:39:56.556811  3598 raft_consensus.cc:1081] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Signalling peer 749e1559114948928a2455c754236f2a to start an election
I20260608 12:39:56.558310  3469 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "62473aacab7d4a57bcf0416c98e8ac13"
dest_uuid: "749e1559114948928a2455c754236f2a"
 from {username='slave'} at 127.0.0.1:41024
I20260608 12:39:56.558750  3469 raft_consensus.cc:493] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:56.559027  3469 raft_consensus.cc:3060] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.563566  3469 raft_consensus.cc:515] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:56.565987  3469 leader_election.cc:290] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [CANDIDATE]: Term 2 election: Requested vote from peers cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:56.566332  3397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62473aacab7d4a57bcf0416c98e8ac13" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:56.566008  3545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62473aacab7d4a57bcf0416c98e8ac13" candidate_uuid: "749e1559114948928a2455c754236f2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
I20260608 12:39:56.567396  3545 raft_consensus.cc:3055] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:56.566897  3397 raft_consensus.cc:3060] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.567710  3545 raft_consensus.cc:740] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Running, Role: LEADER
I20260608 12:39:56.568570  3545 consensus_queue.cc:260] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:56.569756  3545 raft_consensus.cc:3060] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:56.574458  3397 raft_consensus.cc:2468] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 2.
I20260608 12:39:56.575865  3438 leader_election.cc:304] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [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: 749e1559114948928a2455c754236f2a, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:56.576155  3545 raft_consensus.cc:2468] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 749e1559114948928a2455c754236f2a in term 2.
I20260608 12:39:56.576781  3597 raft_consensus.cc:2804] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:56.577258  3597 raft_consensus.cc:697] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 2 LEADER]: Becoming Leader. State: Replica: 749e1559114948928a2455c754236f2a, State: Running, Role: LEADER
I20260608 12:39:56.578630  3597 consensus_queue.cc:237] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:56.586537  3294 catalog_manager.cc:5696] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a reported cstate change: term changed from 1 to 2, leader changed from cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) to 749e1559114948928a2455c754236f2a (127.0.107.194). New cstate: current_term: 2 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:56.797488  3842 ts_tablet_manager.cc:933] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe: Initiating tablet copy from peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:56.798631  3397 raft_consensus.cc:1275] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.800367  3737 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.801044  3842 tablet_copy_client.cc:323] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:43655
I20260608 12:39:56.803210  3407 tablet_copy_service.cc:140] P f3dd181bd4aa475499ee68ca9aadba6c: Received BeginTabletCopySession request for tablet 9561350a88a64c0db3e4ac5744c37fab from peer 85b720ef121e42aaae5beaaadf9f50fe ({username='slave'} at 127.0.0.1:55316)
I20260608 12:39:56.803789  3407 tablet_copy_service.cc:161] P f3dd181bd4aa475499ee68ca9aadba6c: Beginning new tablet copy session on tablet 9561350a88a64c0db3e4ac5744c37fab from peer 85b720ef121e42aaae5beaaadf9f50fe at {username='slave'} at 127.0.0.1:55316: session id = 85b720ef121e42aaae5beaaadf9f50fe-9561350a88a64c0db3e4ac5744c37fab
I20260608 12:39:56.811439  3407 tablet_copy_source_session.cc:215] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:56.814747  3842 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9561350a88a64c0db3e4ac5744c37fab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:56.815603  3545 raft_consensus.cc:1275] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.817662  3737 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.832036  3842 tablet_copy_client.cc:806] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:56.832653  3842 tablet_copy_client.cc:670] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:56.841234  3842 tablet_copy_client.cc:538] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:56.849068  3842 tablet_bootstrap.cc:492] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:56.864991  3842 tablet_bootstrap.cc:492] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:56.865653  3842 tablet_bootstrap.cc:492] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap complete.
I20260608 12:39:56.866176  3842 ts_tablet_manager.cc:1403] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.000s
I20260608 12:39:56.868211  3842 raft_consensus.cc:359] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:56.868796  3842 raft_consensus.cc:740] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: LEARNER
I20260608 12:39:56.869423  3842 consensus_queue.cc:260] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:56.873258  3842 ts_tablet_manager.cc:1434] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260608 12:39:56.875914  3407 tablet_copy_service.cc:342] P f3dd181bd4aa475499ee68ca9aadba6c: Request end of tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-9561350a88a64c0db3e4ac5744c37fab received from {username='slave'} at 127.0.0.1:55316
I20260608 12:39:56.876358  3407 tablet_copy_service.cc:434] P f3dd181bd4aa475499ee68ca9aadba6c: ending tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-9561350a88a64c0db3e4ac5744c37fab on tablet 9561350a88a64c0db3e4ac5744c37fab with peer 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:39:56.894284  3469 raft_consensus.cc:1275] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Refusing update from remote peer 85b720ef121e42aaae5beaaadf9f50fe: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.895741  3802 consensus_queue.cc:1048] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:56.904628  3395 raft_consensus.cc:1275] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Refusing update from remote peer 85b720ef121e42aaae5beaaadf9f50fe: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:56.909596  3842 ts_tablet_manager.cc:933] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe: Initiating tablet copy from peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:56.911489  3802 consensus_queue.cc:1048] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:56.915899  3842 tablet_copy_client.cc:323] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:35471
I20260608 12:39:56.918355  3482 tablet_copy_service.cc:140] P 749e1559114948928a2455c754236f2a: Received BeginTabletCopySession request for tablet 68f8ae6c6fdc47518d1322bd3ee5640e from peer 85b720ef121e42aaae5beaaadf9f50fe ({username='slave'} at 127.0.0.1:41034)
I20260608 12:39:56.918931  3482 tablet_copy_service.cc:161] P 749e1559114948928a2455c754236f2a: Beginning new tablet copy session on tablet 68f8ae6c6fdc47518d1322bd3ee5640e from peer 85b720ef121e42aaae5beaaadf9f50fe at {username='slave'} at 127.0.0.1:41034: session id = 85b720ef121e42aaae5beaaadf9f50fe-68f8ae6c6fdc47518d1322bd3ee5640e
I20260608 12:39:56.931974  3482 tablet_copy_source_session.cc:215] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:56.934983  3842 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68f8ae6c6fdc47518d1322bd3ee5640e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:56.949795  3842 tablet_copy_client.cc:806] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:56.950379  3842 tablet_copy_client.cc:670] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:56.953696  3842 tablet_copy_client.cc:538] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:56.961987  3842 tablet_bootstrap.cc:492] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:56.982342  3842 tablet_bootstrap.cc:492] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:56.983191  3842 tablet_bootstrap.cc:492] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap complete.
I20260608 12:39:56.984689  3842 ts_tablet_manager.cc:1403] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.023s	user 0.015s	sys 0.008s
I20260608 12:39:56.987654  3842 raft_consensus.cc:359] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:56.988451  3842 raft_consensus.cc:740] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: LEARNER
I20260608 12:39:56.989089  3842 consensus_queue.cc:260] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:56.991437  3842 ts_tablet_manager.cc:1434] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:39:56.994207  3482 tablet_copy_service.cc:342] P 749e1559114948928a2455c754236f2a: Request end of tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-68f8ae6c6fdc47518d1322bd3ee5640e received from {username='slave'} at 127.0.0.1:41034
I20260608 12:39:56.994654  3482 tablet_copy_service.cc:434] P 749e1559114948928a2455c754236f2a: ending tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-68f8ae6c6fdc47518d1322bd3ee5640e on tablet 68f8ae6c6fdc47518d1322bd3ee5640e with peer 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:39:57.023849  3395 raft_consensus.cc:1275] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:57.025302  3597 consensus_queue.cc:1048] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:57.036859  3545 raft_consensus.cc:1275] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:57.038897  3737 consensus_queue.cc:1048] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:57.086308  3545 raft_consensus.cc:1275] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:57.087559  3780 consensus_queue.cc:1048] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:57.096817  3469 raft_consensus.cc:1275] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:57.098183  3781 consensus_queue.cc:1048] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:57.206552  3686 raft_consensus.cc:1217] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:57.411461  3686 raft_consensus.cc:1217] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:57.592846  3781 raft_consensus.cc:1064] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c: attempting to promote NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe to VOTER
I20260608 12:39:57.596303  3781 consensus_queue.cc:237] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:39:57.603813  3686 raft_consensus.cc:1275] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.604535  3544 raft_consensus.cc:1275] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.604535  3469 raft_consensus.cc:1275] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.606333  3780 consensus_queue.cc:1048] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } 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:39:57.607124  3731 consensus_queue.cc:1048] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:57.607985  3781 consensus_queue.cc:1048] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:57.628667  3780 raft_consensus.cc:2955] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:57.632917  3469 raft_consensus.cc:2955] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:57.630549  3686 raft_consensus.cc:2955] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:57.646773  3544 raft_consensus.cc:2955] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:57.653055  3291 catalog_manager.cc:5696] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe reported cstate change: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:57.691859  3395 consensus_queue.cc:237] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:39:57.697471  3686 raft_consensus.cc:1275] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:57.697538  3469 raft_consensus.cc:1275] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:57.698738  3731 consensus_queue.cc:1048] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:57.700474  3731 consensus_queue.cc:1048] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:57.705490  3731 raft_consensus.cc:2955] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:57.707376  3686 raft_consensus.cc:2955] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:57.714293  3469 raft_consensus.cc:2955] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:57.717474  3282 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 9561350a88a64c0db3e4ac5744c37fab with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:57.722715  3294 catalog_manager.cc:5696] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: config changed from index 3 to 4, VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:57.735536  3530 tablet_service.cc:1558] Processing DeleteTablet for tablet 9561350a88a64c0db3e4ac5744c37fab with delete_type TABLET_DATA_TOMBSTONED (TS cf2ab60131ef445e8fcc13de8e69166f not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42842
I20260608 12:39:57.740928  3863 tablet_replica.cc:333] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:39:57.741905  3863 raft_consensus.cc:2243] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:57.742600  3863 raft_consensus.cc:2272] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:57.747222  3863 ts_tablet_manager.cc:1916] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:57.759840  3863 ts_tablet_manager.cc:1929] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:57.760170  3863 log.cc:1199] T 9561350a88a64c0db3e4ac5744c37fab P cf2ab60131ef445e8fcc13de8e69166f: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-2-root/wals/9561350a88a64c0db3e4ac5744c37fab
I20260608 12:39:57.761683  3281 catalog_manager.cc:5027] TS cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587): tablet 9561350a88a64c0db3e4ac5744c37fab (table range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]) successfully deleted
I20260608 12:39:57.957649  3777 raft_consensus.cc:1064] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a: attempting to promote NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe to VOTER
I20260608 12:39:57.959590  3777 consensus_queue.cc:237] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:39:57.966638  3395 raft_consensus.cc:1275] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.966943  3686 raft_consensus.cc:1275] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.967163  3544 raft_consensus.cc:1275] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:57.968350  3737 consensus_queue.cc:1048] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:57.969116  3865 consensus_queue.cc:1048] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } 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:39:57.970103  3597 consensus_queue.cc:1048] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:57.991533  3597 raft_consensus.cc:2955] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:57.993244  3395 raft_consensus.cc:2955] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:57.995850  3544 raft_consensus.cc:2955] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:58.008131  3293 catalog_manager.cc:5696] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:58.011833  3686 raft_consensus.cc:2955] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:58.028532  3469 consensus_queue.cc:237] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:39:58.033762  3686 raft_consensus.cc:1275] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:58.034471  3544 raft_consensus.cc:1275] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:58.037434  3597 consensus_queue.cc:1048] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:58.038272  3777 consensus_queue.cc:1048] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:58.045531  3865 raft_consensus.cc:2955] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:58.050469  3544 raft_consensus.cc:2955] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:58.052100  3280 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 68f8ae6c6fdc47518d1322bd3ee5640e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:58.053596  3686 raft_consensus.cc:2955] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:39:58.057224  3294 catalog_manager.cc:5696] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a reported cstate change: config changed from index 3 to 4, VOTER f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:58.068941  3387 tablet_service.cc:1558] Processing DeleteTablet for tablet 68f8ae6c6fdc47518d1322bd3ee5640e with delete_type TABLET_DATA_TOMBSTONED (TS f3dd181bd4aa475499ee68ca9aadba6c not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55292
I20260608 12:39:58.072351  3869 tablet_replica.cc:333] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:39:58.073213  3869 raft_consensus.cc:2243] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:58.073877  3869 raft_consensus.cc:2272] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:58.076619  3869 ts_tablet_manager.cc:1916] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:58.087515  3869 ts_tablet_manager.cc:1929] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:58.087775  3869 log.cc:1199] T 68f8ae6c6fdc47518d1322bd3ee5640e P f3dd181bd4aa475499ee68ca9aadba6c: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-0-root/wals/68f8ae6c6fdc47518d1322bd3ee5640e
I20260608 12:39:58.089013  3282 catalog_manager.cc:5027] TS f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): tablet 68f8ae6c6fdc47518d1322bd3ee5640e (table range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]) successfully deleted
I20260608 12:39:58.235473  3348 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:58.249202  3469 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9"
dest_uuid: "749e1559114948928a2455c754236f2a"
mode: GRACEFUL
new_leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
 from {username='slave'} at 127.0.0.1:41038
I20260608 12:39:58.249760  3469 raft_consensus.cc:606] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 2 LEADER]: Received request to transfer leadership to TS cf2ab60131ef445e8fcc13de8e69166f
I20260608 12:39:58.252034  3469 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "60484ebfaeb840878d62bd546b10f11c"
dest_uuid: "749e1559114948928a2455c754236f2a"
mode: GRACEFUL
new_leader_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
 from {username='slave'} at 127.0.0.1:41038
I20260608 12:39:58.252462  3469 raft_consensus.cc:606] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Received request to transfer leadership to TS 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:39:58.254750  3395 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "9561350a88a64c0db3e4ac5744c37fab"
dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
mode: GRACEFUL
new_leader_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
 from {username='slave'} at 127.0.0.1:55326
I20260608 12:39:58.255215  3395 raft_consensus.cc:606] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Received request to transfer leadership to TS 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:39:58.256357  3348 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 3
I20260608 12:39:58.256937  3348 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:58.569913  3870 raft_consensus.cc:993] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a: : Instructing follower cf2ab60131ef445e8fcc13de8e69166f to start an election
I20260608 12:39:58.570345  3865 raft_consensus.cc:1081] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 2 LEADER]: Signalling peer cf2ab60131ef445e8fcc13de8e69166f to start an election
I20260608 12:39:58.571784  3544 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9"
dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
 from {username='slave'} at 127.0.0.1:42866
I20260608 12:39:58.572233  3544 raft_consensus.cc:493] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:58.572489  3544 raft_consensus.cc:3060] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:58.576665  3544 raft_consensus.cc:515] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:58.578154  3544 leader_election.cc:290] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [CANDIDATE]: Term 3 election: Requested vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:58.578984  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:58.579169  3469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27e6fb687ae84be584da691bab7a85a9" candidate_uuid: "cf2ab60131ef445e8fcc13de8e69166f" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:58.579538  3395 raft_consensus.cc:3060] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:58.579797  3469 raft_consensus.cc:3055] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:39:58.580083  3469 raft_consensus.cc:740] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Running, Role: LEADER
I20260608 12:39:58.580724  3469 consensus_queue.cc:260] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:58.581588  3469 raft_consensus.cc:3060] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:58.584286  3395 raft_consensus.cc:2468] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 3.
I20260608 12:39:58.585289  3512 leader_election.cc:304] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [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: cf2ab60131ef445e8fcc13de8e69166f, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:58.585922  3598 raft_consensus.cc:2804] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:39:58.586879  3598 raft_consensus.cc:697] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 3 LEADER]: Becoming Leader. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Running, Role: LEADER
I20260608 12:39:58.586880  3469 raft_consensus.cc:2468] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf2ab60131ef445e8fcc13de8e69166f in term 3.
I20260608 12:39:58.587945  3598 consensus_queue.cc:237] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:39:58.594655  3292 catalog_manager.cc:5696] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: term changed from 2 to 3, leader changed from 749e1559114948928a2455c754236f2a (127.0.107.194) to cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195). New cstate: current_term: 3 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:58.643648  3865 raft_consensus.cc:993] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a: : Instructing follower 85b720ef121e42aaae5beaaadf9f50fe to start an election
I20260608 12:39:58.644073  3870 raft_consensus.cc:1081] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Signalling peer 85b720ef121e42aaae5beaaadf9f50fe to start an election
I20260608 12:39:58.645414  3685 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "60484ebfaeb840878d62bd546b10f11c"
dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
 from {username='slave'} at 127.0.0.1:34094
I20260608 12:39:58.645859  3685 raft_consensus.cc:493] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:58.646138  3685 raft_consensus.cc:3060] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:58.650979  3685 raft_consensus.cc:515] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:58.653090  3685 leader_election.cc:290] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [CANDIDATE]: Term 2 election: Requested vote from peers 749e1559114948928a2455c754236f2a (127.0.107.194:35471), f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:39:58.653772  3469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60484ebfaeb840878d62bd546b10f11c" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:58.654158  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60484ebfaeb840878d62bd546b10f11c" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:58.654335  3469 raft_consensus.cc:3055] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:58.654644  3395 raft_consensus.cc:3060] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:58.654661  3469 raft_consensus.cc:740] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Running, Role: LEADER
I20260608 12:39:58.655548  3469 consensus_queue.cc:260] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:58.656421  3469 raft_consensus.cc:3060] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:58.658757  3395 raft_consensus.cc:2468] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 85b720ef121e42aaae5beaaadf9f50fe in term 2.
I20260608 12:39:58.659750  3652 leader_election.cc:304] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [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: 85b720ef121e42aaae5beaaadf9f50fe, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:39:58.660424  3848 raft_consensus.cc:2804] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:58.660925  3469 raft_consensus.cc:2468] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 85b720ef121e42aaae5beaaadf9f50fe in term 2.
I20260608 12:39:58.661907  3848 raft_consensus.cc:697] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEADER]: Becoming Leader. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Running, Role: LEADER
I20260608 12:39:58.662721  3848 consensus_queue.cc:237] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } }
I20260608 12:39:58.669024  3292 catalog_manager.cc:5696] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe reported cstate change: term changed from 1 to 2, leader changed from 749e1559114948928a2455c754236f2a (127.0.107.194) to 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196). New cstate: current_term: 2 leader_uuid: "85b720ef121e42aaae5beaaadf9f50fe" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:58.677680  3781 raft_consensus.cc:993] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c: : Instructing follower 85b720ef121e42aaae5beaaadf9f50fe to start an election
I20260608 12:39:58.678077  3879 raft_consensus.cc:1081] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Signalling peer 85b720ef121e42aaae5beaaadf9f50fe to start an election
I20260608 12:39:58.679544  3685 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "9561350a88a64c0db3e4ac5744c37fab"
dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
 from {username='slave'} at 127.0.0.1:34102
I20260608 12:39:58.679983  3685 raft_consensus.cc:493] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:58.680259  3685 raft_consensus.cc:3060] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:58.685477  3685 raft_consensus.cc:515] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:39:58.687268  3685 leader_election.cc:290] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [CANDIDATE]: Term 2 election: Requested vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:58.687799  3395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9561350a88a64c0db3e4ac5744c37fab" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:39:58.688308  3395 raft_consensus.cc:3055] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:58.688244  3469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9561350a88a64c0db3e4ac5744c37fab" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "749e1559114948928a2455c754236f2a"
I20260608 12:39:58.688697  3395 raft_consensus.cc:740] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Becoming Follower/Learner. State: Replica: f3dd181bd4aa475499ee68ca9aadba6c, State: Running, Role: LEADER
I20260608 12:39:58.688877  3469 raft_consensus.cc:3060] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:58.689350  3395 consensus_queue.cc:260] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:39:58.690394  3395 raft_consensus.cc:3060] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:58.693964  3469 raft_consensus.cc:2468] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 85b720ef121e42aaae5beaaadf9f50fe in term 2.
I20260608 12:39:58.694949  3650 leader_election.cc:304] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [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: 749e1559114948928a2455c754236f2a, 85b720ef121e42aaae5beaaadf9f50fe; no voters: 
I20260608 12:39:58.695719  3848 raft_consensus.cc:2804] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:58.696107  3848 raft_consensus.cc:697] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEADER]: Becoming Leader. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Running, Role: LEADER
I20260608 12:39:58.696614  3395 raft_consensus.cc:2468] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 85b720ef121e42aaae5beaaadf9f50fe in term 2.
I20260608 12:39:58.696780  3848 consensus_queue.cc:237] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:39:58.702914  3292 catalog_manager.cc:5696] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe reported cstate change: term changed from 1 to 2, leader changed from f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193) to 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196). New cstate: current_term: 2 leader_uuid: "85b720ef121e42aaae5beaaadf9f50fe" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:59.070071  3395 raft_consensus.cc:1275] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 3 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:39:59.071249  3871 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:59.086266  3469 raft_consensus.cc:1275] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 3 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:39:59.087702  3598 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:59.106411  3544 consensus_queue.cc:237] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [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: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:59.111891  3469 raft_consensus.cc:1275] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 3 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
W20260608 12:39:59.112323  3511 consensus_peers.cc:597] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f -> Peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Couldn't send request to peer 85b720ef121e42aaae5beaaadf9f50fe. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 27e6fb687ae84be584da691bab7a85a9. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:59.112373  3395 raft_consensus.cc:1275] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 3 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:39:59.113252  3885 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:59.114008  3598 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:59.119750  3871 raft_consensus.cc:2955] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index -1 to 4, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:59.121667  3469 raft_consensus.cc:2955] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index -1 to 4, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:59.123924  3395 raft_consensus.cc:2955] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index -1 to 4, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:59.133558  3293 catalog_manager.cc:5696] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: config changed from index -1 to 4, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:59.134792  3544 consensus_queue.cc:237] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:59.142688  3469 raft_consensus.cc:1275] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:59.143620  3395 raft_consensus.cc:1275] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:59.144634  3598 consensus_queue.cc:1048] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:59.145392  3871 consensus_queue.cc:1048] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:39:59.150365  3511 consensus_peers.cc:597] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f -> Peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Couldn't send request to peer 85b720ef121e42aaae5beaaadf9f50fe. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5994066c3ca24ca29190ac3fad46a442. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:59.157409  3397 raft_consensus.cc:1275] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Refusing update from remote peer 85b720ef121e42aaae5beaaadf9f50fe: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:59.159080  3848 consensus_queue.cc:1048] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:59.159350  3885 raft_consensus.cc:2955] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:59.162271  3397 raft_consensus.cc:2955] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:59.165561  3469 raft_consensus.cc:2955] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:59.174902  3470 consensus_queue.cc:237] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: true } }
I20260608 12:39:59.179250  3294 catalog_manager.cc:5696] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:59.183745  3469 raft_consensus.cc:1275] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Refusing update from remote peer 85b720ef121e42aaae5beaaadf9f50fe: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:59.186244  3877 consensus_queue.cc:1048] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:59.187690  3469 raft_consensus.cc:1275] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Refusing update from remote peer 85b720ef121e42aaae5beaaadf9f50fe: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:59.192806  3686 raft_consensus.cc:1275] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:59.193053  3395 raft_consensus.cc:1275] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:39:59.194605  3437 consensus_peers.cc:597] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a -> Peer cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587): Couldn't send request to peer cf2ab60131ef445e8fcc13de8e69166f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 50ae60b64e0447c28d1bd1628d45cc82. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:59.198108  3877 consensus_queue.cc:1048] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:59.197484  3870 consensus_queue.cc:1048] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.002s
I20260608 12:39:59.208714  3892 consensus_queue.cc:1048] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.003s
I20260608 12:39:59.235345  3895 raft_consensus.cc:2955] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: true } } }
I20260608 12:39:59.240965  3686 raft_consensus.cc:2955] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: true } } }
I20260608 12:39:59.244043  3396 raft_consensus.cc:1275] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Refusing update from remote peer 85b720ef121e42aaae5beaaadf9f50fe: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:59.243208  3397 raft_consensus.cc:2955] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: true } } }
I20260608 12:39:59.245688  3848 consensus_queue.cc:1048] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:59.266888  3292 catalog_manager.cc:5696] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe reported cstate change: config changed from index -1 to 2, NON_VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) added. New cstate: current_term: 1 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: true } } }
I20260608 12:39:59.269027  3469 consensus_queue.cc:237] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
W20260608 12:39:59.282778  3437 consensus_peers.cc:597] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a -> Peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Couldn't send request to peer 85b720ef121e42aaae5beaaadf9f50fe. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 62473aacab7d4a57bcf0416c98e8ac13. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:59.283869  3544 raft_consensus.cc:1275] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:59.284355  3396 raft_consensus.cc:1275] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:59.285246  3894 consensus_queue.cc:1048] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:59.286420  3895 consensus_queue.cc:1048] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:59.294389  3897 raft_consensus.cc:2955] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:59.296053  3396 raft_consensus.cc:2955] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:59.296108  3544 raft_consensus.cc:2955] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:59.306805  3293 catalog_manager.cc:5696] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: config changed from index -1 to 3, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:39:59.631336  3905 ts_tablet_manager.cc:933] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f: Initiating tablet copy from peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:59.634971  3905 tablet_copy_client.cc:323] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:35471
I20260608 12:39:59.636369  3482 tablet_copy_service.cc:140] P 749e1559114948928a2455c754236f2a: Received BeginTabletCopySession request for tablet 50ae60b64e0447c28d1bd1628d45cc82 from peer cf2ab60131ef445e8fcc13de8e69166f ({username='slave'} at 127.0.0.1:41024)
I20260608 12:39:59.636871  3482 tablet_copy_service.cc:161] P 749e1559114948928a2455c754236f2a: Beginning new tablet copy session on tablet 50ae60b64e0447c28d1bd1628d45cc82 from peer cf2ab60131ef445e8fcc13de8e69166f at {username='slave'} at 127.0.0.1:41024: session id = cf2ab60131ef445e8fcc13de8e69166f-50ae60b64e0447c28d1bd1628d45cc82
I20260608 12:39:59.642150  3482 tablet_copy_source_session.cc:215] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.645304  3905 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50ae60b64e0447c28d1bd1628d45cc82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.656934  3905 tablet_copy_client.cc:806] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.657804  3905 tablet_copy_client.cc:670] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.661039  3905 tablet_copy_client.cc:538] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:59.666898  3905 tablet_bootstrap.cc:492] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap starting.
I20260608 12:39:59.683362  3905 tablet_bootstrap.cc:492] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:59.684016  3905 tablet_bootstrap.cc:492] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f: Bootstrap complete.
I20260608 12:39:59.684530  3905 ts_tablet_manager.cc:1403] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.008s
I20260608 12:39:59.686690  3905 raft_consensus.cc:359] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: true } }
I20260608 12:39:59.687252  3905 raft_consensus.cc:740] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Initialized, Role: LEARNER
I20260608 12:39:59.687783  3905 consensus_queue.cc:260] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: true } }
I20260608 12:39:59.690398  3905 ts_tablet_manager.cc:1434] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.001s
I20260608 12:39:59.694540  3482 tablet_copy_service.cc:342] P 749e1559114948928a2455c754236f2a: Request end of tablet copy session cf2ab60131ef445e8fcc13de8e69166f-50ae60b64e0447c28d1bd1628d45cc82 received from {username='slave'} at 127.0.0.1:41024
I20260608 12:39:59.695099  3482 tablet_copy_service.cc:434] P 749e1559114948928a2455c754236f2a: ending tablet copy session cf2ab60131ef445e8fcc13de8e69166f-50ae60b64e0447c28d1bd1628d45cc82 on tablet 50ae60b64e0447c28d1bd1628d45cc82 with peer cf2ab60131ef445e8fcc13de8e69166f
I20260608 12:39:59.704511  3909 ts_tablet_manager.cc:933] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe: Initiating tablet copy from peer cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:59.706528  3909 tablet_copy_client.cc:323] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35587
I20260608 12:39:59.708732  3556 tablet_copy_service.cc:140] P cf2ab60131ef445e8fcc13de8e69166f: Received BeginTabletCopySession request for tablet 5994066c3ca24ca29190ac3fad46a442 from peer 85b720ef121e42aaae5beaaadf9f50fe ({username='slave'} at 127.0.0.1:42872)
I20260608 12:39:59.709283  3556 tablet_copy_service.cc:161] P cf2ab60131ef445e8fcc13de8e69166f: Beginning new tablet copy session on tablet 5994066c3ca24ca29190ac3fad46a442 from peer 85b720ef121e42aaae5beaaadf9f50fe at {username='slave'} at 127.0.0.1:42872: session id = 85b720ef121e42aaae5beaaadf9f50fe-5994066c3ca24ca29190ac3fad46a442
I20260608 12:39:59.716445  3556 tablet_copy_source_session.cc:215] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.727994  3909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5994066c3ca24ca29190ac3fad46a442. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.731033  3911 ts_tablet_manager.cc:933] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe: Initiating tablet copy from peer cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:39:59.732959  3911 tablet_copy_client.cc:323] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35587
I20260608 12:39:59.734877  3556 tablet_copy_service.cc:140] P cf2ab60131ef445e8fcc13de8e69166f: Received BeginTabletCopySession request for tablet 27e6fb687ae84be584da691bab7a85a9 from peer 85b720ef121e42aaae5beaaadf9f50fe ({username='slave'} at 127.0.0.1:42872)
I20260608 12:39:59.735450  3556 tablet_copy_service.cc:161] P cf2ab60131ef445e8fcc13de8e69166f: Beginning new tablet copy session on tablet 27e6fb687ae84be584da691bab7a85a9 from peer 85b720ef121e42aaae5beaaadf9f50fe at {username='slave'} at 127.0.0.1:42872: session id = 85b720ef121e42aaae5beaaadf9f50fe-27e6fb687ae84be584da691bab7a85a9
I20260608 12:39:59.742220  3556 tablet_copy_source_session.cc:215] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.745494  3911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27e6fb687ae84be584da691bab7a85a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.747087  3909 tablet_copy_client.cc:806] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.747642  3909 tablet_copy_client.cc:670] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.751842  3909 tablet_copy_client.cc:538] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:59.757692  3909 tablet_bootstrap.cc:492] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:59.761298  3911 tablet_copy_client.cc:806] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.761896  3911 tablet_copy_client.cc:670] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.768535  3911 tablet_copy_client.cc:538] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:59.776842  3911 tablet_bootstrap.cc:492] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:59.786571  3909 tablet_bootstrap.cc:492] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:59.787562  3909 tablet_bootstrap.cc:492] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap complete.
I20260608 12:39:59.788270  3909 ts_tablet_manager.cc:1403] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.031s	user 0.016s	sys 0.013s
I20260608 12:39:59.791358  3909 raft_consensus.cc:359] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:59.792249  3909 raft_consensus.cc:740] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: LEARNER
I20260608 12:39:59.792969  3909 consensus_queue.cc:260] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:59.795938  3909 ts_tablet_manager.cc:1434] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
I20260608 12:39:59.798116  3556 tablet_copy_service.cc:342] P cf2ab60131ef445e8fcc13de8e69166f: Request end of tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-5994066c3ca24ca29190ac3fad46a442 received from {username='slave'} at 127.0.0.1:42872
I20260608 12:39:59.798516  3556 tablet_copy_service.cc:434] P cf2ab60131ef445e8fcc13de8e69166f: ending tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-5994066c3ca24ca29190ac3fad46a442 on tablet 5994066c3ca24ca29190ac3fad46a442 with peer 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:39:59.810839  3911 tablet_bootstrap.cc:492] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap replayed 1/1 log segments. Stats: ops{read=4 overwritten=0 applied=4 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:59.811838  3911 tablet_bootstrap.cc:492] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap complete.
I20260608 12:39:59.812561  3911 ts_tablet_manager.cc:1403] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.036s	user 0.011s	sys 0.019s
I20260608 12:39:59.815761  3911 raft_consensus.cc:359] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:59.816578  3911 raft_consensus.cc:740] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: LEARNER
I20260608 12:39:59.817237  3911 consensus_queue.cc:260] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 4, Last appended: 3.4, Last appended by leader: 4, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:59.819689  3911 ts_tablet_manager.cc:1434] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:39:59.821622  3556 tablet_copy_service.cc:342] P cf2ab60131ef445e8fcc13de8e69166f: Request end of tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-27e6fb687ae84be584da691bab7a85a9 received from {username='slave'} at 127.0.0.1:42872
I20260608 12:39:59.822037  3556 tablet_copy_service.cc:434] P cf2ab60131ef445e8fcc13de8e69166f: ending tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-27e6fb687ae84be584da691bab7a85a9 on tablet 27e6fb687ae84be584da691bab7a85a9 with peer 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:39:59.903046  3911 ts_tablet_manager.cc:933] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe: Initiating tablet copy from peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471)
I20260608 12:39:59.904552  3911 tablet_copy_client.cc:323] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:35471
I20260608 12:39:59.905879  3482 tablet_copy_service.cc:140] P 749e1559114948928a2455c754236f2a: Received BeginTabletCopySession request for tablet 62473aacab7d4a57bcf0416c98e8ac13 from peer 85b720ef121e42aaae5beaaadf9f50fe ({username='slave'} at 127.0.0.1:41034)
I20260608 12:39:59.906416  3482 tablet_copy_service.cc:161] P 749e1559114948928a2455c754236f2a: Beginning new tablet copy session on tablet 62473aacab7d4a57bcf0416c98e8ac13 from peer 85b720ef121e42aaae5beaaadf9f50fe at {username='slave'} at 127.0.0.1:41034: session id = 85b720ef121e42aaae5beaaadf9f50fe-62473aacab7d4a57bcf0416c98e8ac13
I20260608 12:39:59.913390  3482 tablet_copy_source_session.cc:215] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.916198  3911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62473aacab7d4a57bcf0416c98e8ac13. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.925733  3911 tablet_copy_client.cc:806] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.926234  3911 tablet_copy_client.cc:670] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.929817  3911 tablet_copy_client.cc:538] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:59.935786  3911 tablet_bootstrap.cc:492] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:39:59.953995  3911 tablet_bootstrap.cc:492] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:59.954699  3911 tablet_bootstrap.cc:492] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap complete.
I20260608 12:39:59.955184  3911 ts_tablet_manager.cc:1403] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.020s	user 0.005s	sys 0.011s
I20260608 12:39:59.957813  3911 raft_consensus.cc:359] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:59.958352  3911 raft_consensus.cc:740] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: LEARNER
I20260608 12:39:59.958841  3911 consensus_queue.cc:260] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:39:59.960855  3911 ts_tablet_manager.cc:1434] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260608 12:39:59.962474  3482 tablet_copy_service.cc:342] P 749e1559114948928a2455c754236f2a: Request end of tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-62473aacab7d4a57bcf0416c98e8ac13 received from {username='slave'} at 127.0.0.1:41034
I20260608 12:39:59.962808  3482 tablet_copy_service.cc:434] P 749e1559114948928a2455c754236f2a: ending tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-62473aacab7d4a57bcf0416c98e8ac13 on tablet 62473aacab7d4a57bcf0416c98e8ac13 with peer 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:40:00.188567  3686 raft_consensus.cc:1217] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe [term 3 LEARNER]: Deduplicated request from leader. Original: 3.3->[3.4-3.4]   Dedup: 3.4->[]
I20260608 12:40:00.204567  3544 raft_consensus.cc:1217] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:00.257869  3348 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:40:00.258564  3686 raft_consensus.cc:1217] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:00.281641  3544 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "c891f20ca0814818a3ae812be9d0004b"
dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
mode: GRACEFUL
new_leader_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
 from {username='slave'} at 127.0.0.1:42876
I20260608 12:40:00.282126  3544 raft_consensus.cc:606] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Received request to transfer leadership to TS 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:40:00.283215  3348 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260608 12:40:00.283985  3348 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:00.366309  3686 raft_consensus.cc:1217] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:40:00.587769  3917 raft_consensus.cc:993] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f: : Instructing follower 85b720ef121e42aaae5beaaadf9f50fe to start an election
I20260608 12:40:00.588207  3871 raft_consensus.cc:1081] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Signalling peer 85b720ef121e42aaae5beaaadf9f50fe to start an election
I20260608 12:40:00.589650  3686 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "c891f20ca0814818a3ae812be9d0004b"
dest_uuid: "85b720ef121e42aaae5beaaadf9f50fe"
 from {username='slave'} at 127.0.0.1:34112
I20260608 12:40:00.590058  3686 raft_consensus.cc:493] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:00.590350  3686 raft_consensus.cc:3060] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:00.594534  3686 raft_consensus.cc:515] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:40:00.596019  3686 leader_election.cc:290] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [CANDIDATE]: Term 2 election: Requested vote from peers f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655), cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:40:00.596894  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c891f20ca0814818a3ae812be9d0004b" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "f3dd181bd4aa475499ee68ca9aadba6c"
I20260608 12:40:00.597304  3544 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c891f20ca0814818a3ae812be9d0004b" candidate_uuid: "85b720ef121e42aaae5beaaadf9f50fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "cf2ab60131ef445e8fcc13de8e69166f"
I20260608 12:40:00.597477  3396 raft_consensus.cc:3060] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:00.597736  3544 raft_consensus.cc:3055] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:00.598066  3544 raft_consensus.cc:740] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: cf2ab60131ef445e8fcc13de8e69166f, State: Running, Role: LEADER
I20260608 12:40:00.598755  3544 consensus_queue.cc:260] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:40:00.599660  3544 raft_consensus.cc:3060] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:00.604317  3396 raft_consensus.cc:2468] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 85b720ef121e42aaae5beaaadf9f50fe in term 2.
I20260608 12:40:00.604635  3544 raft_consensus.cc:2468] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 85b720ef121e42aaae5beaaadf9f50fe in term 2.
I20260608 12:40:00.605657  3652 leader_election.cc:304] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [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: 85b720ef121e42aaae5beaaadf9f50fe, f3dd181bd4aa475499ee68ca9aadba6c; no voters: 
I20260608 12:40:00.607333  3871 raft_consensus.cc:1064] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f: attempting to promote NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe to VOTER
I20260608 12:40:00.607425  3877 raft_consensus.cc:2804] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:00.608621  3877 raft_consensus.cc:697] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEADER]: Becoming Leader. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Running, Role: LEADER
I20260608 12:40:00.609546  3877 consensus_queue.cc:237] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } }
I20260608 12:40:00.609751  3871 consensus_queue.cc:237] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 2, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:40:00.622098  3294 catalog_manager.cc:5696] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe reported cstate change: term changed from 1 to 2, leader changed from cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) to 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196). New cstate: current_term: 2 leader_uuid: "85b720ef121e42aaae5beaaadf9f50fe" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:00.626830  3686 raft_consensus.cc:1275] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe [term 3 LEARNER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:40:00.627635  3469 raft_consensus.cc:1275] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 3 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:40:00.628546  3908 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } 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:40:00.631258  3908 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:40:00.636008  3396 raft_consensus.cc:1275] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 3 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:40:00.637673  3871 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:40:00.655195  3908 raft_consensus.cc:2955] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.656939  3686 raft_consensus.cc:2955] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.665058  3396 raft_consensus.cc:2955] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.670231  3469 raft_consensus.cc:2955] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.679469  3294 catalog_manager.cc:5696] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: config changed from index 4 to 5, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.695300  3544 consensus_queue.cc:237] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 3.5, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:40:00.699651  3686 raft_consensus.cc:1275] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe [term 3 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260608 12:40:00.700874  3917 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:40:00.701973  3396 raft_consensus.cc:1275] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 3 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260608 12:40:00.703555  3917 consensus_queue.cc:1048] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:40:00.707438  3908 raft_consensus.cc:2955] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 3 LEADER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.712687  3396 raft_consensus.cc:2955] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.710753  3686 raft_consensus.cc:2955] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.717989  3897 raft_consensus.cc:1064] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a: attempting to promote NON_VOTER cf2ab60131ef445e8fcc13de8e69166f to VOTER
I20260608 12:40:00.720438  3897 consensus_queue.cc:237] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false } }
I20260608 12:40:00.725718  3291 catalog_manager.cc:5696] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: config changed from index 5 to 6, VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) evicted. New cstate: current_term: 3 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.737100  3281 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 27e6fb687ae84be584da691bab7a85a9 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:00.739956  3544 raft_consensus.cc:1275] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEARNER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: 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:00.741843  3456 tablet_service.cc:1558] Processing DeleteTablet for tablet 27e6fb687ae84be584da691bab7a85a9 with delete_type TABLET_DATA_TOMBSTONED (TS 749e1559114948928a2455c754236f2a not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:41018
I20260608 12:40:00.743302  3396 raft_consensus.cc:1275] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: 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:00.744596  3918 consensus_queue.cc:1048] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:00.747092  3870 consensus_queue.cc:1048] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:00.750983  3686 raft_consensus.cc:1275] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: 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:00.752599  3870 consensus_queue.cc:1048] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } 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:40:00.760231  3930 tablet_replica.cc:333] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:00.762761  3930 raft_consensus.cc:2243] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:00.763602  3930 raft_consensus.cc:2272] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:00.767076  3930 ts_tablet_manager.cc:1916] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:00.780575  3870 raft_consensus.cc:2955] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false } } }
I20260608 12:40:00.791028  3686 raft_consensus.cc:2955] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false } } }
I20260608 12:40:00.795027  3930 ts_tablet_manager.cc:1929] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.5
I20260608 12:40:00.795539  3930 log.cc:1199] T 27e6fb687ae84be584da691bab7a85a9 P 749e1559114948928a2455c754236f2a: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-1-root/wals/27e6fb687ae84be584da691bab7a85a9
I20260608 12:40:00.797394  3280 catalog_manager.cc:5027] TS 749e1559114948928a2455c754236f2a (127.0.107.194:35471): tablet 27e6fb687ae84be584da691bab7a85a9 (table range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]) successfully deleted
I20260608 12:40:00.805637  3291 catalog_manager.cc:5696] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe reported cstate change: config changed from index 2 to 3, cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false } } }
I20260608 12:40:00.810600  3545 raft_consensus.cc:2955] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false } } }
I20260608 12:40:00.813683  3396 raft_consensus.cc:2955] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false } } }
I20260608 12:40:00.828490  3469 consensus_queue.cc:237] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false } }
I20260608 12:40:00.834357  3396 raft_consensus.cc:1275] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: 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:00.834482  3545 raft_consensus.cc:1275] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: 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:00.836256  3870 consensus_queue.cc:1048] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:00.837504  3931 consensus_queue.cc:1048] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:00.843730  3870 raft_consensus.cc:2955] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false } } }
I20260608 12:40:00.845979  3545 raft_consensus.cc:2955] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false } } }
I20260608 12:40:00.849952  3397 raft_consensus.cc:2955] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false } } }
I20260608 12:40:00.853215  3280 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 50ae60b64e0447c28d1bd1628d45cc82 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:00.859519  3897 raft_consensus.cc:1064] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a: attempting to promote NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe to VOTER
I20260608 12:40:00.862094  3897 consensus_queue.cc:237] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:40:00.862715  3292 catalog_manager.cc:5696] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: config changed from index 3 to 4, VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { promote: false } } }
I20260608 12:40:00.872609  3545 raft_consensus.cc:1275] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:00.872804  3686 raft_consensus.cc:1275] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEARNER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:00.874601  3397 raft_consensus.cc:1275] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:00.876832  3669 tablet_service.cc:1558] Processing DeleteTablet for tablet 50ae60b64e0447c28d1bd1628d45cc82 with delete_type TABLET_DATA_TOMBSTONED (TS 85b720ef121e42aaae5beaaadf9f50fe not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:34088
I20260608 12:40:00.875541  3931 consensus_queue.cc:1048] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:00.880506  3918 consensus_queue.cc:1048] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } 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:40:00.882984  3870 consensus_queue.cc:1048] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:00.892807  3917 raft_consensus.cc:1064] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f: attempting to promote NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe to VOTER
I20260608 12:40:00.896173  3917 consensus_queue.cc:237] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:40:00.908385  3469 raft_consensus.cc:1275] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:00.908845  3686 raft_consensus.cc:1275] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:00.908052  3931 raft_consensus.cc:2955] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.910853  3908 consensus_queue.cc:1048] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:00.911778  3871 consensus_queue.cc:1048] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:00.916718  3397 raft_consensus.cc:1275] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:00.916599  3396 raft_consensus.cc:2955] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.921550  3871 consensus_queue.cc:1048] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } 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:40:00.921774  3684 raft_consensus.cc:2955] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.941956  3936 tablet_replica.cc:333] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:00.943037  3936 raft_consensus.cc:2243] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:00.954587  3291 catalog_manager.cc:5696] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: config changed from index 3 to 4, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.955886  3936 raft_consensus.cc:2272] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:00.962945  3544 raft_consensus.cc:2955] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.967679  3917 raft_consensus.cc:2955] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.974354  3936 ts_tablet_manager.cc:1916] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:00.975891  3397 raft_consensus.cc:2955] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.973028  3469 raft_consensus.cc:2955] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.981385  3684 raft_consensus.cc:2955] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:00.984688  3291 catalog_manager.cc:5696] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:00.997491  3396 raft_consensus.cc:1275] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Refusing update from remote peer 85b720ef121e42aaae5beaaadf9f50fe: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:00.997838  3470 consensus_queue.cc:237] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:40:00.999229  3919 consensus_queue.cc:1048] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:01.004599  3936 ts_tablet_manager.cc:1929] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:01.005509  3936 log.cc:1199] T 50ae60b64e0447c28d1bd1628d45cc82 P 85b720ef121e42aaae5beaaadf9f50fe: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-3-root/wals/50ae60b64e0447c28d1bd1628d45cc82
I20260608 12:40:01.006747  3395 raft_consensus.cc:1275] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:40:01.007225  3281 catalog_manager.cc:5027] TS 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): tablet 50ae60b64e0447c28d1bd1628d45cc82 (table range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]) successfully deleted
I20260608 12:40:01.005050  3686 raft_consensus.cc:1275] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Refusing update from remote peer 749e1559114948928a2455c754236f2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:40:01.007893  3544 consensus_queue.cc:237] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:40:01.015808  3469 raft_consensus.cc:1275] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:01.017252  3917 consensus_queue.cc:1048] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:01.020453  3684 raft_consensus.cc:1275] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:01.022286  3941 consensus_queue.cc:1048] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } 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:01.009467  3945 consensus_queue.cc:1048] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.019s
I20260608 12:40:01.030541  3931 consensus_queue.cc:1048] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } 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:40:01.034849  3871 raft_consensus.cc:2955] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:01.042788  3469 raft_consensus.cc:2955] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:01.043824  3684 raft_consensus.cc:2955] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:01.065965  3870 raft_consensus.cc:2955] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:01.070726  3686 raft_consensus.cc:2955] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:01.074119  3281 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5994066c3ca24ca29190ac3fad46a442 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:01.075014  3292 catalog_manager.cc:5696] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a reported cstate change: config changed from index 3 to 4, VOTER f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:01.070770  3544 raft_consensus.cc:1275] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Refusing update from remote peer 85b720ef121e42aaae5beaaadf9f50fe: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:01.078147  3877 consensus_queue.cc:1048] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:01.089605  3387 tablet_service.cc:1558] Processing DeleteTablet for tablet 5994066c3ca24ca29190ac3fad46a442 with delete_type TABLET_DATA_TOMBSTONED (TS f3dd181bd4aa475499ee68ca9aadba6c not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55292
I20260608 12:40:01.093099  3397 raft_consensus.cc:2955] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:01.098493  3280 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 62473aacab7d4a57bcf0416c98e8ac13 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:01.100955  3953 tablet_replica.cc:333] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:01.101948  3953 raft_consensus.cc:2243] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:01.102600  3953 raft_consensus.cc:2272] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:01.106266  3953 ts_tablet_manager.cc:1916] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:01.106223  3291 catalog_manager.cc:5696] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a reported cstate change: config changed from index 4 to 5, VOTER cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "749e1559114948928a2455c754236f2a" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:01.118700  3530 tablet_service.cc:1558] Processing DeleteTablet for tablet 62473aacab7d4a57bcf0416c98e8ac13 with delete_type TABLET_DATA_TOMBSTONED (TS cf2ab60131ef445e8fcc13de8e69166f not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:42842
I20260608 12:40:01.121609  3954 tablet_replica.cc:333] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:01.122272  3954 raft_consensus.cc:2243] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:01.122958  3954 raft_consensus.cc:2272] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:01.125375  3954 ts_tablet_manager.cc:1916] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:01.125608  3953 ts_tablet_manager.cc:1929] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:01.126047  3953 log.cc:1199] T 5994066c3ca24ca29190ac3fad46a442 P f3dd181bd4aa475499ee68ca9aadba6c: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-0-root/wals/5994066c3ca24ca29190ac3fad46a442
I20260608 12:40:01.127596  3282 catalog_manager.cc:5027] TS f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): tablet 5994066c3ca24ca29190ac3fad46a442 (table range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]) successfully deleted
I20260608 12:40:01.136472  3954 ts_tablet_manager.cc:1929] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:40:01.136817  3954 log.cc:1199] T 62473aacab7d4a57bcf0416c98e8ac13 P cf2ab60131ef445e8fcc13de8e69166f: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-2-root/wals/62473aacab7d4a57bcf0416c98e8ac13
I20260608 12:40:01.138023  3281 catalog_manager.cc:5027] TS cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587): tablet 62473aacab7d4a57bcf0416c98e8ac13 (table range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]) successfully deleted
I20260608 12:40:02.140882  3544 consensus_queue.cc:237] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: true } }
W20260608 12:40:02.147697  3510 consensus_peers.cc:597] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f -> Peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471): Couldn't send request to peer 749e1559114948928a2455c754236f2a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ec49e476e593461f8065c28defa089f9. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:02.148389  3397 raft_consensus.cc:1275] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:02.148519  3686 raft_consensus.cc:1275] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:02.149853  3958 consensus_queue.cc:1048] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:02.150671  3917 consensus_queue.cc:1048] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:02.158860  3961 raft_consensus.cc:2955] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: true } } }
I20260608 12:40:02.160136  3397 raft_consensus.cc:2955] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: true } } }
I20260608 12:40:02.160471  3686 raft_consensus.cc:2955] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: true } } }
I20260608 12:40:02.172823  3293 catalog_manager.cc:5696] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe reported cstate change: config changed from index -1 to 2, NON_VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) added. New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: true } } }
I20260608 12:40:02.173424  3396 consensus_queue.cc:237] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:40:02.181602  3469 raft_consensus.cc:1275] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: 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:02.182679  3544 raft_consensus.cc:1275] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: 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:02.183291  3964 consensus_queue.cc:1048] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } 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:02.184444  3362 consensus_peers.cc:597] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c -> Peer 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): Couldn't send request to peer 85b720ef121e42aaae5beaaadf9f50fe. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9254184171ff4707bad0a398ee37abfa. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:02.185639  3956 consensus_queue.cc:1048] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:02.194187  3949 raft_consensus.cc:2955] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:40:02.195834  3469 raft_consensus.cc:2955] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:40:02.200923  3545 raft_consensus.cc:2955] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } } }
I20260608 12:40:02.209842  3291 catalog_manager.cc:5696] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c reported cstate change: config changed from index -1 to 2, NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:02.284835  3348 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:40:02.299060  3348 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260608 12:40:02.299649  3348 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:02.536533  3971 ts_tablet_manager.cc:933] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a: Initiating tablet copy from peer cf2ab60131ef445e8fcc13de8e69166f (127.0.107.195:35587)
I20260608 12:40:02.538444  3971 tablet_copy_client.cc:323] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35587
I20260608 12:40:02.539991  3556 tablet_copy_service.cc:140] P cf2ab60131ef445e8fcc13de8e69166f: Received BeginTabletCopySession request for tablet ec49e476e593461f8065c28defa089f9 from peer 749e1559114948928a2455c754236f2a ({username='slave'} at 127.0.0.1:42866)
I20260608 12:40:02.540557  3556 tablet_copy_service.cc:161] P cf2ab60131ef445e8fcc13de8e69166f: Beginning new tablet copy session on tablet ec49e476e593461f8065c28defa089f9 from peer 749e1559114948928a2455c754236f2a at {username='slave'} at 127.0.0.1:42866: session id = 749e1559114948928a2455c754236f2a-ec49e476e593461f8065c28defa089f9
I20260608 12:40:02.547941  3556 tablet_copy_source_session.cc:215] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:02.551007  3971 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec49e476e593461f8065c28defa089f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:02.566640  3971 tablet_copy_client.cc:806] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:02.567229  3971 tablet_copy_client.cc:670] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:02.570819  3971 tablet_copy_client.cc:538] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:02.576617  3971 tablet_bootstrap.cc:492] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a: Bootstrap starting.
I20260608 12:40:02.594063  3971 tablet_bootstrap.cc:492] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a: 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:02.594946  3971 tablet_bootstrap.cc:492] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a: Bootstrap complete.
I20260608 12:40:02.595624  3971 ts_tablet_manager.cc:1403] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.004s
I20260608 12:40:02.598066  3971 raft_consensus.cc:359] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: true } }
I20260608 12:40:02.598873  3971 raft_consensus.cc:740] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 749e1559114948928a2455c754236f2a, State: Initialized, Role: LEARNER
I20260608 12:40:02.599522  3971 consensus_queue.cc:260] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: true } }
I20260608 12:40:02.601810  3971 ts_tablet_manager.cc:1434] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:40:02.603588  3556 tablet_copy_service.cc:342] P cf2ab60131ef445e8fcc13de8e69166f: Request end of tablet copy session 749e1559114948928a2455c754236f2a-ec49e476e593461f8065c28defa089f9 received from {username='slave'} at 127.0.0.1:42866
I20260608 12:40:02.604019  3556 tablet_copy_service.cc:434] P cf2ab60131ef445e8fcc13de8e69166f: ending tablet copy session 749e1559114948928a2455c754236f2a-ec49e476e593461f8065c28defa089f9 on tablet ec49e476e593461f8065c28defa089f9 with peer 749e1559114948928a2455c754236f2a
I20260608 12:40:02.638087  3974 ts_tablet_manager.cc:933] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe: Initiating tablet copy from peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655)
I20260608 12:40:02.639873  3974 tablet_copy_client.cc:323] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:43655
I20260608 12:40:02.641366  3407 tablet_copy_service.cc:140] P f3dd181bd4aa475499ee68ca9aadba6c: Received BeginTabletCopySession request for tablet 9254184171ff4707bad0a398ee37abfa from peer 85b720ef121e42aaae5beaaadf9f50fe ({username='slave'} at 127.0.0.1:55316)
I20260608 12:40:02.641819  3407 tablet_copy_service.cc:161] P f3dd181bd4aa475499ee68ca9aadba6c: Beginning new tablet copy session on tablet 9254184171ff4707bad0a398ee37abfa from peer 85b720ef121e42aaae5beaaadf9f50fe at {username='slave'} at 127.0.0.1:55316: session id = 85b720ef121e42aaae5beaaadf9f50fe-9254184171ff4707bad0a398ee37abfa
I20260608 12:40:02.647388  3407 tablet_copy_source_session.cc:215] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:02.649744  3974 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9254184171ff4707bad0a398ee37abfa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:02.660305  3974 tablet_copy_client.cc:806] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:02.660874  3974 tablet_copy_client.cc:670] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:02.664424  3974 tablet_copy_client.cc:538] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:02.669876  3974 tablet_bootstrap.cc:492] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap starting.
I20260608 12:40:02.684669  3974 tablet_bootstrap.cc:492] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe: 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:02.685303  3974 tablet_bootstrap.cc:492] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe: Bootstrap complete.
I20260608 12:40:02.685801  3974 ts_tablet_manager.cc:1403] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.004s
I20260608 12:40:02.687937  3974 raft_consensus.cc:359] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:40:02.688596  3974 raft_consensus.cc:740] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 85b720ef121e42aaae5beaaadf9f50fe, State: Initialized, Role: LEARNER
I20260608 12:40:02.689097  3974 consensus_queue.cc:260] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: true } }
I20260608 12:40:02.691038  3974 ts_tablet_manager.cc:1434] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:40:02.692757  3407 tablet_copy_service.cc:342] P f3dd181bd4aa475499ee68ca9aadba6c: Request end of tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-9254184171ff4707bad0a398ee37abfa received from {username='slave'} at 127.0.0.1:55316
I20260608 12:40:02.693181  3407 tablet_copy_service.cc:434] P f3dd181bd4aa475499ee68ca9aadba6c: ending tablet copy session 85b720ef121e42aaae5beaaadf9f50fe-9254184171ff4707bad0a398ee37abfa on tablet 9254184171ff4707bad0a398ee37abfa with peer 85b720ef121e42aaae5beaaadf9f50fe
I20260608 12:40:03.075901  3686 raft_consensus.cc:1217] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:03.109089  3469 raft_consensus.cc:1217] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:03.524732  3958 raft_consensus.cc:1064] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f: attempting to promote NON_VOTER 749e1559114948928a2455c754236f2a to VOTER
I20260608 12:40:03.526558  3958 consensus_queue.cc:237] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [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: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false } }
I20260608 12:40:03.532667  3396 raft_consensus.cc:1275] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:03.532464  3469 raft_consensus.cc:1275] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a [term 1 LEARNER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:03.533643  3686 raft_consensus.cc:1275] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:03.534397  3980 consensus_queue.cc:1048] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:03.535280  3958 consensus_queue.cc:1048] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } 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:40:03.536139  3981 consensus_queue.cc:1048] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:03.552328  3980 raft_consensus.cc:2955] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 749e1559114948928a2455c754236f2a (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false } } }
I20260608 12:40:03.554220  3469 raft_consensus.cc:2955] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 749e1559114948928a2455c754236f2a (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false } } }
I20260608 12:40:03.555332  3396 raft_consensus.cc:2955] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 749e1559114948928a2455c754236f2a (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false } } }
I20260608 12:40:03.563614  3686 raft_consensus.cc:2955] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 749e1559114948928a2455c754236f2a (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false } } }
I20260608 12:40:03.566841  3292 catalog_manager.cc:5696] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f reported cstate change: config changed from index 2 to 3, 749e1559114948928a2455c754236f2a (127.0.107.194) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:03.578498  3977 raft_consensus.cc:1064] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c: attempting to promote NON_VOTER 85b720ef121e42aaae5beaaadf9f50fe to VOTER
I20260608 12:40:03.581080  3977 consensus_queue.cc:237] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [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: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:40:03.588367  3686 raft_consensus.cc:1275] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe [term 1 LEARNER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: 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:03.588717  3545 raft_consensus.cc:1275] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: 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:03.590073  3977 consensus_queue.cc:1048] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:03.591221  3978 consensus_queue.cc:1048] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:03.592119  3469 raft_consensus.cc:1275] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: 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:03.596357  3544 consensus_queue.cc:237] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [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: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false } }
I20260608 12:40:03.597030  3978 consensus_queue.cc:1048] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } 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:03.603885  3396 raft_consensus.cc:1275] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:03.604113  3470 raft_consensus.cc:1275] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Refusing update from remote peer cf2ab60131ef445e8fcc13de8e69166f: 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:03.605618  3980 consensus_queue.cc:1048] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:03.614068  3958 consensus_queue.cc:1048] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [LEADER]: Connected to new peer: Peer: permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:03.621250  3979 raft_consensus.cc:2955] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false } } }
I20260608 12:40:03.629238  3396 raft_consensus.cc:2955] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false } } }
I20260608 12:40:03.635030  3470 raft_consensus.cc:2955] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false } } }
I20260608 12:40:03.645107  3281 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet ec49e476e593461f8065c28defa089f9 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:03.650090  3977 raft_consensus.cc:2955] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:03.659267  3685 raft_consensus.cc:2955] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:03.650134  3294 catalog_manager.cc:5696] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a reported cstate change: config changed from index 3 to 4, VOTER 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "cf2ab60131ef445e8fcc13de8e69166f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { promote: false } } }
I20260608 12:40:03.673072  3292 catalog_manager.cc:5696] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe reported cstate change: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:03.680541  3669 tablet_service.cc:1558] Processing DeleteTablet for tablet ec49e476e593461f8065c28defa089f9 with delete_type TABLET_DATA_TOMBSTONED (TS 85b720ef121e42aaae5beaaadf9f50fe not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:34088
I20260608 12:40:03.685017  3544 raft_consensus.cc:2955] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:03.687290  3995 tablet_replica.cc:333] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:03.688264  3995 raft_consensus.cc:2243] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.689651  3469 raft_consensus.cc:2955] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "749e1559114948928a2455c754236f2a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35471 } attrs { replace: true } } peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:03.697640  3995 raft_consensus.cc:2272] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.698762  3396 consensus_queue.cc:237] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [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: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } }
I20260608 12:40:03.704751  3995 ts_tablet_manager.cc:1916] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:03.709280  3686 raft_consensus.cc:1275] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: 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:03.710801  3545 raft_consensus.cc:1275] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Refusing update from remote peer f3dd181bd4aa475499ee68ca9aadba6c: 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:03.711558  3978 consensus_queue.cc:1048] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:03.712383  3996 consensus_queue.cc:1048] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:03.719547  3977 raft_consensus.cc:2955] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:03.720439  3686 raft_consensus.cc:2955] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:03.727650  3545 raft_consensus.cc:2955] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:03.729970  3282 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 9254184171ff4707bad0a398ee37abfa with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:03.733681  3995 ts_tablet_manager.cc:1929] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:03.734133  3995 log.cc:1199] T ec49e476e593461f8065c28defa089f9 P 85b720ef121e42aaae5beaaadf9f50fe: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-3-root/wals/ec49e476e593461f8065c28defa089f9
I20260608 12:40:03.735924  3281 catalog_manager.cc:5027] TS 85b720ef121e42aaae5beaaadf9f50fe (127.0.107.196:45587): tablet ec49e476e593461f8065c28defa089f9 (table range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]) successfully deleted
I20260608 12:40:03.736181  3293 catalog_manager.cc:5696] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe reported cstate change: config changed from index 3 to 4, VOTER 749e1559114948928a2455c754236f2a (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3dd181bd4aa475499ee68ca9aadba6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43655 } } peers { permanent_uuid: "cf2ab60131ef445e8fcc13de8e69166f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35587 } } peers { permanent_uuid: "85b720ef121e42aaae5beaaadf9f50fe" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45587 } attrs { promote: false } } }
I20260608 12:40:03.746774  3456 tablet_service.cc:1558] Processing DeleteTablet for tablet 9254184171ff4707bad0a398ee37abfa with delete_type TABLET_DATA_TOMBSTONED (TS 749e1559114948928a2455c754236f2a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41018
I20260608 12:40:03.749570  3997 tablet_replica.cc:333] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.750385  3997 raft_consensus.cc:2243] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.750937  3997 raft_consensus.cc:2272] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.754388  3997 ts_tablet_manager.cc:1916] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:03.765970  3997 ts_tablet_manager.cc:1929] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:03.766255  3997 log.cc:1199] T 9254184171ff4707bad0a398ee37abfa P 749e1559114948928a2455c754236f2a: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922314084774-431-0/minicluster-data/ts-1-root/wals/9254184171ff4707bad0a398ee37abfa
I20260608 12:40:03.767640  3280 catalog_manager.cc:5027] TS 749e1559114948928a2455c754236f2a (127.0.107.194:35471): tablet 9254184171ff4707bad0a398ee37abfa (table range_aware_rebalance_new_range [id=764e5d00532441129b98306b7b0aaf17]) successfully deleted
I20260608 12:40:03.813624   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:03.835453   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:03.836289   431 tablet_replica.cc:333] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.837114   431 raft_consensus.cc:2243] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.837625   431 raft_consensus.cc:2272] T ec49e476e593461f8065c28defa089f9 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.839666   431 tablet_replica.cc:333] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.840199   431 raft_consensus.cc:2243] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.840586   431 raft_consensus.cc:2272] T 60484ebfaeb840878d62bd546b10f11c P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.842124   431 tablet_replica.cc:333] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.842620   431 raft_consensus.cc:2243] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.842979   431 raft_consensus.cc:2272] T c891f20ca0814818a3ae812be9d0004b P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.844493   431 tablet_replica.cc:333] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.844980   431 raft_consensus.cc:2243] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.845355   431 raft_consensus.cc:2272] T ebd8992ceb144e36a8138c20568a02a5 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.846827   431 tablet_replica.cc:333] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.847358   431 raft_consensus.cc:2243] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.847803   431 raft_consensus.cc:2272] T 50ae60b64e0447c28d1bd1628d45cc82 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.849303   431 tablet_replica.cc:333] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.849782   431 raft_consensus.cc:2243] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.850445   431 raft_consensus.cc:2272] T c0a38d9ee5c3420a9c836df436d10be5 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.852022   431 tablet_replica.cc:333] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.852505   431 raft_consensus.cc:2243] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.853159   431 raft_consensus.cc:2272] T c7eb1a4076db47a58c8bc8e7f3e0e177 P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.854772   431 tablet_replica.cc:333] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.855219   431 raft_consensus.cc:2243] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.856113   431 raft_consensus.cc:2272] T dd21919d82534af6aceb10524dd24ed7 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.857832   431 tablet_replica.cc:333] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.858314   431 raft_consensus.cc:2243] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.858762   431 raft_consensus.cc:2272] T 62473aacab7d4a57bcf0416c98e8ac13 P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.860404   431 tablet_replica.cc:333] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.860836   431 raft_consensus.cc:2243] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.861203   431 raft_consensus.cc:2272] T 9561350a88a64c0db3e4ac5744c37fab P f3dd181bd4aa475499ee68ca9aadba6c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.862833   431 tablet_replica.cc:333] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.863277   431 raft_consensus.cc:2243] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.863842   431 raft_consensus.cc:2272] T 27e6fb687ae84be584da691bab7a85a9 P f3dd181bd4aa475499ee68ca9aadba6c [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.865471   431 tablet_replica.cc:333] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c: stopping tablet replica
I20260608 12:40:03.865886   431 raft_consensus.cc:2243] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.866552   431 raft_consensus.cc:2272] T 9254184171ff4707bad0a398ee37abfa P f3dd181bd4aa475499ee68ca9aadba6c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.899210   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:40:03.915077  3512 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43655: connect: Connection refused (error 111)
W20260608 12:40:03.918838  3512 consensus_peers.cc:597] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f -> Peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): Couldn't send request to peer f3dd181bd4aa475499ee68ca9aadba6c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43655: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.924553   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:40:03.945220  3652 consensus_peers.cc:597] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe -> Peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): Couldn't send request to peer f3dd181bd4aa475499ee68ca9aadba6c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43655: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.950361   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:03.951251   431 tablet_replica.cc:333] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.952013   431 raft_consensus.cc:2243] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.952538   431 raft_consensus.cc:2272] T ec49e476e593461f8065c28defa089f9 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.954698   431 tablet_replica.cc:333] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.955209   431 raft_consensus.cc:2243] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.955612   431 raft_consensus.cc:2272] T 60484ebfaeb840878d62bd546b10f11c P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.957165   431 tablet_replica.cc:333] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.957631   431 raft_consensus.cc:2243] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.957952   431 raft_consensus.cc:2272] T 7a1ebeff64f84b20a6130d94bbdd9069 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.959824   431 tablet_replica.cc:333] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.960321   431 raft_consensus.cc:2243] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.960997   431 raft_consensus.cc:2272] T bf76b8114f23459488fddf2aadaf08fd P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.962644   431 tablet_replica.cc:333] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a: stopping tablet replica
W20260608 12:40:03.962648  3652 consensus_peers.cc:597] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe -> Peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): Couldn't send request to peer f3dd181bd4aa475499ee68ca9aadba6c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43655: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:03.963434   431 raft_consensus.cc:2243] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.963833   431 raft_consensus.cc:2272] T ebd8992ceb144e36a8138c20568a02a5 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.965338   431 tablet_replica.cc:333] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.965837   431 raft_consensus.cc:2243] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.966506   431 raft_consensus.cc:2272] T 50ae60b64e0447c28d1bd1628d45cc82 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.968135   431 tablet_replica.cc:333] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.968668   431 raft_consensus.cc:2243] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.969022   431 raft_consensus.cc:2272] T c7eb1a4076db47a58c8bc8e7f3e0e177 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.970610   431 tablet_replica.cc:333] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.971041   431 raft_consensus.cc:2243] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.971426   431 raft_consensus.cc:2272] T dd21919d82534af6aceb10524dd24ed7 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.972983   431 tablet_replica.cc:333] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.973431   431 raft_consensus.cc:2243] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.974145   431 raft_consensus.cc:2272] T 62473aacab7d4a57bcf0416c98e8ac13 P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.975867   431 tablet_replica.cc:333] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.976310   431 raft_consensus.cc:2243] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:03.976960   431 raft_consensus.cc:2272] T 68f8ae6c6fdc47518d1322bd3ee5640e P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.978569   431 tablet_replica.cc:333] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.979010   431 raft_consensus.cc:2243] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.979496   431 raft_consensus.cc:2272] T 5994066c3ca24ca29190ac3fad46a442 P 749e1559114948928a2455c754236f2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.981026   431 tablet_replica.cc:333] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a: stopping tablet replica
I20260608 12:40:03.981423   431 raft_consensus.cc:2243] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.981827   431 raft_consensus.cc:2272] T 9561350a88a64c0db3e4ac5744c37fab P 749e1559114948928a2455c754236f2a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.012217   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:04.034300   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:04.060492   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:04.061204   431 tablet_replica.cc:333] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.061805   431 raft_consensus.cc:2243] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.062345   431 raft_consensus.cc:2272] T 50ae60b64e0447c28d1bd1628d45cc82 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.064251   431 tablet_replica.cc:333] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.064939   431 raft_consensus.cc:2243] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.065765   431 raft_consensus.cc:2272] T ec49e476e593461f8065c28defa089f9 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.068082   431 tablet_replica.cc:333] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.068679   431 raft_consensus.cc:2243] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.069188   431 raft_consensus.cc:2272] T c0a38d9ee5c3420a9c836df436d10be5 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:04.069837  3652 consensus_peers.cc:597] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe -> Peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): Couldn't send request to peer f3dd181bd4aa475499ee68ca9aadba6c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43655: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.071277   431 tablet_replica.cc:333] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.071985   431 raft_consensus.cc:2243] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus shutting down.
W20260608 12:40:04.072373  3510 consensus_peers.cc:597] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f -> Peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471): Couldn't send request to peer 749e1559114948928a2455c754236f2a. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:35471: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.072449   431 raft_consensus.cc:2272] T c7eb1a4076db47a58c8bc8e7f3e0e177 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.074494   431 tablet_replica.cc:333] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.075028   431 raft_consensus.cc:2243] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.075451   431 raft_consensus.cc:2272] T dd21919d82534af6aceb10524dd24ed7 P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.077117   431 tablet_replica.cc:333] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.077623   431 raft_consensus.cc:2243] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.078339   431 raft_consensus.cc:2272] T 9254184171ff4707bad0a398ee37abfa P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.080950   431 tablet_replica.cc:333] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.081509   431 raft_consensus.cc:2243] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.081892   431 raft_consensus.cc:2272] T bf76b8114f23459488fddf2aadaf08fd P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:04.082633  3510 consensus_peers.cc:597] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f -> Peer 749e1559114948928a2455c754236f2a (127.0.107.194:35471): Couldn't send request to peer 749e1559114948928a2455c754236f2a. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:35471: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.083441   431 tablet_replica.cc:333] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.083978   431 raft_consensus.cc:2243] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.084467   431 raft_consensus.cc:2272] T 68f8ae6c6fdc47518d1322bd3ee5640e P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.086143   431 tablet_replica.cc:333] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.086630   431 raft_consensus.cc:2243] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.087280   431 raft_consensus.cc:2272] T 27e6fb687ae84be584da691bab7a85a9 P cf2ab60131ef445e8fcc13de8e69166f [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.089650   431 tablet_replica.cc:333] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.090308   431 raft_consensus.cc:2243] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.090771   431 raft_consensus.cc:2272] T c891f20ca0814818a3ae812be9d0004b P cf2ab60131ef445e8fcc13de8e69166f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.092758   431 tablet_replica.cc:333] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.093209   431 raft_consensus.cc:2243] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.093889   431 raft_consensus.cc:2272] T 7a1ebeff64f84b20a6130d94bbdd9069 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.095603   431 tablet_replica.cc:333] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f: stopping tablet replica
I20260608 12:40:04.096032   431 raft_consensus.cc:2243] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.096715   431 raft_consensus.cc:2272] T 5994066c3ca24ca29190ac3fad46a442 P cf2ab60131ef445e8fcc13de8e69166f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.120687   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
W20260608 12:40:04.121135  3652 consensus_peers.cc:597] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe -> Peer f3dd181bd4aa475499ee68ca9aadba6c (127.0.107.193:43655): Couldn't send request to peer f3dd181bd4aa475499ee68ca9aadba6c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43655: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.141974   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:04.166240   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:04.167172   431 tablet_replica.cc:333] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.167987   431 raft_consensus.cc:2243] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.168519   431 raft_consensus.cc:2272] T 9254184171ff4707bad0a398ee37abfa P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.170598   431 tablet_replica.cc:333] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.171095   431 raft_consensus.cc:2243] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.171595   431 raft_consensus.cc:2272] T 62473aacab7d4a57bcf0416c98e8ac13 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.173143   431 tablet_replica.cc:333] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.173607   431 raft_consensus.cc:2243] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.174006   431 raft_consensus.cc:2272] T 27e6fb687ae84be584da691bab7a85a9 P 85b720ef121e42aaae5beaaadf9f50fe [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.175522   431 tablet_replica.cc:333] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.175964   431 raft_consensus.cc:2243] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.176366   431 raft_consensus.cc:2272] T 68f8ae6c6fdc47518d1322bd3ee5640e P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.177825   431 tablet_replica.cc:333] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.178261   431 raft_consensus.cc:2243] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.178579   431 raft_consensus.cc:2272] T c0a38d9ee5c3420a9c836df436d10be5 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.180071   431 tablet_replica.cc:333] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.180513   431 raft_consensus.cc:2243] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.181133   431 raft_consensus.cc:2272] T 60484ebfaeb840878d62bd546b10f11c P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.182631   431 tablet_replica.cc:333] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.183079   431 raft_consensus.cc:2243] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.183430   431 raft_consensus.cc:2272] T bf76b8114f23459488fddf2aadaf08fd P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.184926   431 tablet_replica.cc:333] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.185371   431 raft_consensus.cc:2243] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.185973   431 raft_consensus.cc:2272] T ebd8992ceb144e36a8138c20568a02a5 P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.187546   431 tablet_replica.cc:333] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.187974   431 raft_consensus.cc:2243] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.188285   431 raft_consensus.cc:2272] T 7a1ebeff64f84b20a6130d94bbdd9069 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.189651   431 tablet_replica.cc:333] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.190057   431 raft_consensus.cc:2243] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.190668   431 raft_consensus.cc:2272] T c891f20ca0814818a3ae812be9d0004b P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.192207   431 tablet_replica.cc:333] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.192662   431 raft_consensus.cc:2243] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.193082   431 raft_consensus.cc:2272] T 5994066c3ca24ca29190ac3fad46a442 P 85b720ef121e42aaae5beaaadf9f50fe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.194533   431 tablet_replica.cc:333] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe: stopping tablet replica
I20260608 12:40:04.194940   431 raft_consensus.cc:2243] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.195603   431 raft_consensus.cc:2272] T 9561350a88a64c0db3e4ac5744c37fab P 85b720ef121e42aaae5beaaadf9f50fe [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.225379   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:04.245808   431 master.cc:562] Master@127.0.107.254:39771 shutting down...
I20260608 12:40:04.263918   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.264425   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.264741   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P c553d9ef5e6044a98537a6d2a5717c53: stopping tablet replica
I20260608 12:40:04.284554   431 master.cc:584] Master@127.0.107.254:39771 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (12354 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260608 12:40:04.329628   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41531
I20260608 12:40:04.330714   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:04.336169  4003 instance_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:04.336374  4002 instance_detector.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:04.337116  4005 instance_detector.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:04.339504   431 server_base.cc:1061] running on GCE node
I20260608 12:40:04.340518   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:04.340693   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:04.340855   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922404340839 us; error 0 us; skew 500 ppm
I20260608 12:40:04.341413   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:04.343849   431 webserver.cc:533] Webserver started at http://127.0.107.254:34293/ using document root <none> and password file <none>
I20260608 12:40:04.344321   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:04.344491   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:04.344749   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:04.345788   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "5f5a307d305c4c40b15b9015f502116e"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-jl41"
I20260608 12:40:04.350113   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260608 12:40:04.353639  4010 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:04.354380   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:04.354655   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "5f5a307d305c4c40b15b9015f502116e"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-jl41"
I20260608 12:40:04.354918   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-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:04.364694   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:04.365854   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:04.402233   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41531
I20260608 12:40:04.402345  4061 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41531 every 8 connection(s)
I20260608 12:40:04.406201  4062 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:04.415555  4062 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e: Bootstrap starting.
I20260608 12:40:04.420341  4062 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.424306  4062 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e: No bootstrap required, opened a new log
I20260608 12:40:04.426369  4062 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f5a307d305c4c40b15b9015f502116e" member_type: VOTER }
I20260608 12:40:04.426728  4062 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.426970  4062 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f5a307d305c4c40b15b9015f502116e, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.427615  4062 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5f5a307d305c4c40b15b9015f502116e" member_type: VOTER }
I20260608 12:40:04.428066  4062 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:04.428282  4062 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:04.428532  4062 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:04.432663  4062 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f5a307d305c4c40b15b9015f502116e" member_type: VOTER }
I20260608 12:40:04.433193  4062 leader_election.cc:304] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [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: 5f5a307d305c4c40b15b9015f502116e; no voters: 
I20260608 12:40:04.434265  4062 leader_election.cc:290] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:04.434631  4065 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:04.435891  4065 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [term 1 LEADER]: Becoming Leader. State: Replica: 5f5a307d305c4c40b15b9015f502116e, State: Running, Role: LEADER
I20260608 12:40:04.436573  4065 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [LEADER]: Queue going to LEADER mode. State: All 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: "5f5a307d305c4c40b15b9015f502116e" member_type: VOTER }
I20260608 12:40:04.437078  4062 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:04.440723  4067 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5f5a307d305c4c40b15b9015f502116e. Latest consensus state: current_term: 1 leader_uuid: "5f5a307d305c4c40b15b9015f502116e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f5a307d305c4c40b15b9015f502116e" member_type: VOTER } }
I20260608 12:40:04.441186  4067 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:04.440946  4066 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5f5a307d305c4c40b15b9015f502116e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f5a307d305c4c40b15b9015f502116e" member_type: VOTER } }
I20260608 12:40:04.441569  4066 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:04.446888  4072 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:04.453262  4072 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:04.454233   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:04.462024  4072 catalog_manager.cc:1382] Generated new cluster ID: f854f7de84034c6e8a316bca63fea615
I20260608 12:40:04.462262  4072 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:04.475850  4072 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:04.477110  4072 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:04.490368  4072 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e: Generated new TSK 0
I20260608 12:40:04.490914  4072 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:04.521587   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:04.527469  4083 instance_detector.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:04.528350  4084 instance_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:04.530783   431 server_base.cc:1061] running on GCE node
W20260608 12:40:04.530812  4086 instance_detector.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:04.531966   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:04.532171   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:04.532294   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922404532282 us; error 0 us; skew 500 ppm
I20260608 12:40:04.532857   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:04.535027   431 webserver.cc:533] Webserver started at http://127.0.107.193:33383/ using document root <none> and password file <none>
I20260608 12:40:04.535552   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:04.535719   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:04.535939   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:04.536962   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "871c87d112bb4ca0b7a14e9a37a3be05"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-jl41"
I20260608 12:40:04.541536   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:04.544902  4091 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:04.545621   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.001s
I20260608 12:40:04.545926   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "871c87d112bb4ca0b7a14e9a37a3be05"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-jl41"
I20260608 12:40:04.546180   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-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:04.557144   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:04.558188   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:04.559624   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:04.561864   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:04.562040   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.562253   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:04.562417   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.623457   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36315
I20260608 12:40:04.623639  4154 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36315 every 8 connection(s)
I20260608 12:40:04.630069   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:04.638646  4159 instance_detector.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:04.639006  4160 instance_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:04.646436  4162 instance_detector.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:04.647168  4155 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41531
I20260608 12:40:04.647576  4155 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:04.647919   431 server_base.cc:1061] running on GCE node
I20260608 12:40:04.648456  4155 heartbeater.cc:507] Master 127.0.107.254:41531 requested a full tablet report, sending...
I20260608 12:40:04.649108   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:04.649366   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:04.649536   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922404649517 us; error 0 us; skew 500 ppm
I20260608 12:40:04.650368   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:04.651162  4027 ts_manager.cc:194] Registered new tserver with Master: 871c87d112bb4ca0b7a14e9a37a3be05 (127.0.107.193:36315)
I20260608 12:40:04.653496   431 webserver.cc:533] Webserver started at http://127.0.107.194:45239/ using document root <none> and password file <none>
I20260608 12:40:04.653785  4027 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50960
I20260608 12:40:04.654150   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:04.654450   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:04.654809   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:04.656545   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "b3b19e32148d4362bc4bf230c8472185"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-jl41"
I20260608 12:40:04.661597   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:04.665402  4167 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:04.666152   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:04.666465   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "b3b19e32148d4362bc4bf230c8472185"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-jl41"
I20260608 12:40:04.666739   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-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:04.689303   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:04.690578   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:04.692131   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:04.694562   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:04.694773   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.695001   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:04.695166   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.734709   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36487
I20260608 12:40:04.734809  4229 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36487 every 8 connection(s)
I20260608 12:40:04.739840   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:04.747594  4233 instance_detector.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:04.750015  4234 instance_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:04.751420   431 server_base.cc:1061] running on GCE node
W20260608 12:40:04.752126  4236 instance_detector.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:04.753227   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:04.753551   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:04.753767   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922404753746 us; error 0 us; skew 500 ppm
I20260608 12:40:04.754297  4230 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41531
I20260608 12:40:04.754601   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:04.754789  4230 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:04.755844  4230 heartbeater.cc:507] Master 127.0.107.254:41531 requested a full tablet report, sending...
I20260608 12:40:04.757922   431 webserver.cc:533] Webserver started at http://127.0.107.195:42829/ using document root <none> and password file <none>
I20260608 12:40:04.758211  4027 ts_manager.cc:194] Registered new tserver with Master: b3b19e32148d4362bc4bf230c8472185 (127.0.107.194:36487)
I20260608 12:40:04.758636   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:04.758932   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:04.759251   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:04.759899  4027 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50972
I20260608 12:40:04.760849   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "c7e483e6cee344b5aecaffb504298213"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-jl41"
I20260608 12:40:04.765969   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:40:04.769717  4241 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:04.770537   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:04.770834   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "c7e483e6cee344b5aecaffb504298213"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-jl41"
I20260608 12:40:04.771099   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-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:04.787156   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:04.788369   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:04.789783   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:04.792307   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:04.792501   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.792728   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:04.792877   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.831444   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41235
I20260608 12:40:04.831547  4303 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41235 every 8 connection(s)
I20260608 12:40:04.836344   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:04.843544  4307 instance_detector.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:04.844717  4308 instance_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:04.847164  4310 instance_detector.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:04.848162   431 server_base.cc:1061] running on GCE node
I20260608 12:40:04.849112   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:04.849332   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:04.849526   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922404849507 us; error 0 us; skew 500 ppm
I20260608 12:40:04.849550  4304 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41531
I20260608 12:40:04.850099  4304 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:04.850488   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:04.851050  4304 heartbeater.cc:507] Master 127.0.107.254:41531 requested a full tablet report, sending...
I20260608 12:40:04.853722   431 webserver.cc:533] Webserver started at http://127.0.107.196:37371/ using document root <none> and password file <none>
I20260608 12:40:04.853758  4027 ts_manager.cc:194] Registered new tserver with Master: c7e483e6cee344b5aecaffb504298213 (127.0.107.195:41235)
I20260608 12:40:04.854641   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:04.854856   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:04.855130   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:04.855633  4027 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50984
I20260608 12:40:04.856304   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "10cb2f26ae714327a9d9d9c44058cdc3"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-jl41"
I20260608 12:40:04.861181   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:04.864607  4315 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:04.865366   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:04.865656   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "10cb2f26ae714327a9d9d9c44058cdc3"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-jl41"
I20260608 12:40:04.865923   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922314084774-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:04.888511   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:04.889724   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:04.891243   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:04.893520   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:04.893714   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.893932   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:04.894086   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.932855   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34411
I20260608 12:40:04.932971  4377 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34411 every 8 connection(s)
I20260608 12:40:04.946987  4378 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41531
I20260608 12:40:04.947386  4378 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:04.948164  4378 heartbeater.cc:507] Master 127.0.107.254:41531 requested a full tablet report, sending...
I20260608 12:40:04.950027  4027 ts_manager.cc:194] Registered new tserver with Master: 10cb2f26ae714327a9d9d9c44058cdc3 (127.0.107.196:34411)
I20260608 12:40:04.950981   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.014818408s
I20260608 12:40:04.951438  4027 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50990
I20260608 12:40:05.508091  4027 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51014:
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:40:05.553557  4269 tablet_service.cc:1511] Processing CreateTablet for tablet 465411dfdd284073af7c6f737490727e (DEFAULT_TABLE table=test-workload [id=b818e7837e0940fead8c1827d1de303d]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:05.555253  4269 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 465411dfdd284073af7c6f737490727e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:05.565528  4343 tablet_service.cc:1511] Processing CreateTablet for tablet 465411dfdd284073af7c6f737490727e (DEFAULT_TABLE table=test-workload [id=b818e7837e0940fead8c1827d1de303d]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:05.566774  4343 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 465411dfdd284073af7c6f737490727e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:05.566912  4119 tablet_service.cc:1511] Processing CreateTablet for tablet 465411dfdd284073af7c6f737490727e (DEFAULT_TABLE table=test-workload [id=b818e7837e0940fead8c1827d1de303d]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:05.568372  4119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 465411dfdd284073af7c6f737490727e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:05.575420  4399 tablet_bootstrap.cc:492] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213: Bootstrap starting.
I20260608 12:40:05.582712  4400 tablet_bootstrap.cc:492] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3: Bootstrap starting.
I20260608 12:40:05.583527  4399 tablet_bootstrap.cc:654] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:05.585888  4401 tablet_bootstrap.cc:492] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05: Bootstrap starting.
I20260608 12:40:05.590317  4400 tablet_bootstrap.cc:654] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:05.590627  4399 tablet_bootstrap.cc:492] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213: No bootstrap required, opened a new log
I20260608 12:40:05.591146  4399 ts_tablet_manager.cc:1403] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213: Time spent bootstrapping tablet: real 0.016s	user 0.003s	sys 0.009s
I20260608 12:40:05.593077  4401 tablet_bootstrap.cc:654] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:05.594475  4399 raft_consensus.cc:359] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7e483e6cee344b5aecaffb504298213" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34411 } } peers { permanent_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36315 } }
I20260608 12:40:05.595438  4399 raft_consensus.cc:385] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.595757  4399 raft_consensus.cc:740] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7e483e6cee344b5aecaffb504298213, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.596875  4399 consensus_queue.cc:260] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7e483e6cee344b5aecaffb504298213" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34411 } } peers { permanent_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36315 } }
I20260608 12:40:05.598798  4401 tablet_bootstrap.cc:492] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05: No bootstrap required, opened a new log
I20260608 12:40:05.598913  4400 tablet_bootstrap.cc:492] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3: No bootstrap required, opened a new log
I20260608 12:40:05.599247  4401 ts_tablet_manager.cc:1403] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05: Time spent bootstrapping tablet: real 0.014s	user 0.003s	sys 0.008s
I20260608 12:40:05.599488  4400 ts_tablet_manager.cc:1403] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.004s
I20260608 12:40:05.600324  4304 heartbeater.cc:499] Master 127.0.107.254:41531 was elected leader, sending a full tablet report...
I20260608 12:40:05.600684  4399 ts_tablet_manager.cc:1434] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260608 12:40:05.602267  4401 raft_consensus.cc:359] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7e483e6cee344b5aecaffb504298213" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34411 } } peers { permanent_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36315 } }
I20260608 12:40:05.602574  4400 raft_consensus.cc:359] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7e483e6cee344b5aecaffb504298213" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34411 } } peers { permanent_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36315 } }
I20260608 12:40:05.602979  4401 raft_consensus.cc:385] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.603258  4400 raft_consensus.cc:385] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.603363  4401 raft_consensus.cc:740] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 871c87d112bb4ca0b7a14e9a37a3be05, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.603698  4400 raft_consensus.cc:740] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10cb2f26ae714327a9d9d9c44058cdc3, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.604586  4400 consensus_queue.cc:260] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7e483e6cee344b5aecaffb504298213" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34411 } } peers { permanent_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36315 } }
I20260608 12:40:05.604707  4401 consensus_queue.cc:260] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7e483e6cee344b5aecaffb504298213" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34411 } } peers { permanent_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36315 } }
I20260608 12:40:05.607456  4378 heartbeater.cc:499] Master 127.0.107.254:41531 was elected leader, sending a full tablet report...
I20260608 12:40:05.607836  4400 ts_tablet_manager.cc:1434] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:40:05.608500  4155 heartbeater.cc:499] Master 127.0.107.254:41531 was elected leader, sending a full tablet report...
I20260608 12:40:05.609000  4401 ts_tablet_manager.cc:1434] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.002s
I20260608 12:40:05.705020  4406 raft_consensus.cc:493] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:05.705495  4406 raft_consensus.cc:515] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7e483e6cee344b5aecaffb504298213" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34411 } } peers { permanent_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36315 } }
I20260608 12:40:05.707698  4406 leader_election.cc:290] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c7e483e6cee344b5aecaffb504298213 (127.0.107.195:41235), 871c87d112bb4ca0b7a14e9a37a3be05 (127.0.107.193:36315)
I20260608 12:40:05.718092  4279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "465411dfdd284073af7c6f737490727e" candidate_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7e483e6cee344b5aecaffb504298213" is_pre_election: true
I20260608 12:40:05.718351  4129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "465411dfdd284073af7c6f737490727e" candidate_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" is_pre_election: true
I20260608 12:40:05.719014  4279 raft_consensus.cc:2468] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10cb2f26ae714327a9d9d9c44058cdc3 in term 0.
I20260608 12:40:05.719075  4129 raft_consensus.cc:2468] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10cb2f26ae714327a9d9d9c44058cdc3 in term 0.
I20260608 12:40:05.720708  4316 leader_election.cc:304] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 3 yes votes; 0 no votes. yes voters: 10cb2f26ae714327a9d9d9c44058cdc3, 871c87d112bb4ca0b7a14e9a37a3be05, c7e483e6cee344b5aecaffb504298213; no voters: 
I20260608 12:40:05.721408  4406 raft_consensus.cc:2804] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:05.721705  4406 raft_consensus.cc:493] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:05.721959  4406 raft_consensus.cc:3060] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.726749  4406 raft_consensus.cc:515] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7e483e6cee344b5aecaffb504298213" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34411 } } peers { permanent_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36315 } }
I20260608 12:40:05.728366  4406 leader_election.cc:290] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [CANDIDATE]: Term 1 election: Requested vote from peers c7e483e6cee344b5aecaffb504298213 (127.0.107.195:41235), 871c87d112bb4ca0b7a14e9a37a3be05 (127.0.107.193:36315)
I20260608 12:40:05.729400  4279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "465411dfdd284073af7c6f737490727e" candidate_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7e483e6cee344b5aecaffb504298213"
I20260608 12:40:05.729485  4129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "465411dfdd284073af7c6f737490727e" candidate_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "871c87d112bb4ca0b7a14e9a37a3be05"
I20260608 12:40:05.729950  4279 raft_consensus.cc:3060] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.730027  4129 raft_consensus.cc:3060] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.735047  4279 raft_consensus.cc:2468] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 10cb2f26ae714327a9d9d9c44058cdc3 in term 1.
I20260608 12:40:05.735177  4129 raft_consensus.cc:2468] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 10cb2f26ae714327a9d9d9c44058cdc3 in term 1.
I20260608 12:40:05.736042  4316 leader_election.cc:304] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10cb2f26ae714327a9d9d9c44058cdc3, c7e483e6cee344b5aecaffb504298213; no voters: 
I20260608 12:40:05.736733  4406 raft_consensus.cc:2804] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:05.737746  4406 raft_consensus.cc:697] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 1 LEADER]: Becoming Leader. State: Replica: 10cb2f26ae714327a9d9d9c44058cdc3, State: Running, Role: LEADER
I20260608 12:40:05.738586  4406 consensus_queue.cc:237] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7e483e6cee344b5aecaffb504298213" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } } peers { permanent_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34411 } } peers { permanent_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36315 } }
I20260608 12:40:05.745653  4025 catalog_manager.cc:5696] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 10cb2f26ae714327a9d9d9c44058cdc3 (127.0.107.196). New cstate: current_term: 1 leader_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7e483e6cee344b5aecaffb504298213" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10cb2f26ae714327a9d9d9c44058cdc3" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34411 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36315 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:05.762887  4230 heartbeater.cc:499] Master 127.0.107.254:41531 was elected leader, sending a full tablet report...
I20260608 12:40:06.187383  4406 consensus_queue.cc:1048] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7e483e6cee344b5aecaffb504298213" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:06.199942  4406 consensus_queue.cc:1048] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "871c87d112bb4ca0b7a14e9a37a3be05" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36315 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:06.453591  4080 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:06.455226  4080 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:06.455684  4080 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:08.484805  4080 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
W20260608 12:40:08.486668  4319 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:36315, user_credentials={real_user=slave}} blocked reactor thread for 82728.7us
I20260608 12:40:08.486677  4080 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:08.488942  4080 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:09.516762  4226 debug-util.cc:398] Leaking SignalData structure 0x7b0800094080 after lost signal to thread 434
W20260608 12:40:09.517632  4226 debug-util.cc:398] Leaking SignalData structure 0x7b08000352e0 after lost signal to thread 4061
W20260608 12:40:09.518529  4226 debug-util.cc:398] Leaking SignalData structure 0x7b0800126660 after lost signal to thread 4154
W20260608 12:40:09.519275  4226 debug-util.cc:398] Leaking SignalData structure 0x7b0800155540 after lost signal to thread 4229
W20260608 12:40:09.520056  4226 debug-util.cc:398] Leaking SignalData structure 0x7b080003db00 after lost signal to thread 4303
W20260608 12:40:09.520823  4226 debug-util.cc:398] Leaking SignalData structure 0x7b080019dae0 after lost signal to thread 4377
I20260608 12:40:10.489925  4080 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:10.491233  4080 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:10.491601  4080 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:12.492554  4080 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:12.493844  4080 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:12.494138  4080 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:14.495007  4080 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:14.496362  4080 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:14.496661  4080 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:16.497707  4080 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:16.499207  4080 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:16.499539  4080 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:17.300820   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:17.327234   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:17.328097   431 tablet_replica.cc:333] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05: stopping tablet replica
I20260608 12:40:17.328656   431 raft_consensus.cc:2243] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:17.329218   431 raft_consensus.cc:2272] T 465411dfdd284073af7c6f737490727e P 871c87d112bb4ca0b7a14e9a37a3be05 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:17.349613   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:17.361807   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:17.381574   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:17.412856   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:17.421778   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:17.440654   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:17.441295   431 tablet_replica.cc:333] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213: stopping tablet replica
I20260608 12:40:17.441805   431 raft_consensus.cc:2243] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:17.442309   431 raft_consensus.cc:2272] T 465411dfdd284073af7c6f737490727e P c7e483e6cee344b5aecaffb504298213 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:17.461504   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:17.472518   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:17.490759   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:17.491462   431 tablet_replica.cc:333] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3: stopping tablet replica
I20260608 12:40:17.491995   431 raft_consensus.cc:2243] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:17.492887   431 raft_consensus.cc:2272] T 465411dfdd284073af7c6f737490727e P 10cb2f26ae714327a9d9d9c44058cdc3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:17.511273   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:17.521690   431 master.cc:562] Master@127.0.107.254:41531 shutting down...
I20260608 12:40:17.538702   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:17.539376   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:17.539700   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5f5a307d305c4c40b15b9015f502116e: stopping tablet replica
I20260608 12:40:17.558014   431 master.cc:584] Master@127.0.107.254:41531 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (13262 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260608 12:40:17.592309   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37273
I20260608 12:40:17.593482   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:17.599076  4426 instance_detector.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:17.599257  4427 instance_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:17.599880  4429 instance_detector.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:17.600543   431 server_base.cc:1061] running on GCE node
I20260608 12:40:17.601246   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:17.601426   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:17.601567   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922417601545 us; error 0 us; skew 500 ppm
I20260608 12:40:17.602089   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:17.604598   431 webserver.cc:533] Webserver started at http://127.0.107.254:32925/ using document root <none> and password file <none>
I20260608 12:40:17.605089   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:17.605274   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:17.605520   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:17.606652   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "960b4a31524d4202a16cf93f39ca2d4b"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-jl41"
I20260608 12:40:17.610985   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:17.614305  4434 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:17.615021   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:17.615275   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "960b4a31524d4202a16cf93f39ca2d4b"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-jl41"
I20260608 12:40:17.615566   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-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:17.625619   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:17.626760   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:17.664224   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37273
I20260608 12:40:17.664346  4485 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37273 every 8 connection(s)
I20260608 12:40:17.668282  4486 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:17.678579  4486 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b: Bootstrap starting.
I20260608 12:40:17.683213  4486 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:17.687273  4486 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b: No bootstrap required, opened a new log
I20260608 12:40:17.689440  4486 raft_consensus.cc:359] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "960b4a31524d4202a16cf93f39ca2d4b" member_type: VOTER }
I20260608 12:40:17.689852  4486 raft_consensus.cc:385] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:17.690040  4486 raft_consensus.cc:740] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 960b4a31524d4202a16cf93f39ca2d4b, State: Initialized, Role: FOLLOWER
I20260608 12:40:17.690604  4486 consensus_queue.cc:260] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "960b4a31524d4202a16cf93f39ca2d4b" member_type: VOTER }
I20260608 12:40:17.691043  4486 raft_consensus.cc:399] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:17.691231  4486 raft_consensus.cc:493] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:17.691468  4486 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:17.695745  4486 raft_consensus.cc:515] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "960b4a31524d4202a16cf93f39ca2d4b" member_type: VOTER }
I20260608 12:40:17.696202  4486 leader_election.cc:304] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [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: 960b4a31524d4202a16cf93f39ca2d4b; no voters: 
I20260608 12:40:17.697268  4486 leader_election.cc:290] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:17.697702  4489 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:17.698949  4489 raft_consensus.cc:697] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [term 1 LEADER]: Becoming Leader. State: Replica: 960b4a31524d4202a16cf93f39ca2d4b, State: Running, Role: LEADER
I20260608 12:40:17.699668  4489 consensus_queue.cc:237] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [LEADER]: Queue going to LEADER mode. State: All 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: "960b4a31524d4202a16cf93f39ca2d4b" member_type: VOTER }
I20260608 12:40:17.700086  4486 sys_catalog.cc:565] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:17.704416  4491 sys_catalog.cc:455] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 960b4a31524d4202a16cf93f39ca2d4b. Latest consensus state: current_term: 1 leader_uuid: "960b4a31524d4202a16cf93f39ca2d4b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "960b4a31524d4202a16cf93f39ca2d4b" member_type: VOTER } }
I20260608 12:40:17.704932  4491 sys_catalog.cc:458] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:17.704515  4490 sys_catalog.cc:455] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "960b4a31524d4202a16cf93f39ca2d4b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "960b4a31524d4202a16cf93f39ca2d4b" member_type: VOTER } }
I20260608 12:40:17.705317  4490 sys_catalog.cc:458] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:17.708107  4496 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:17.713127  4496 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:17.715864   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:17.722425  4496 catalog_manager.cc:1382] Generated new cluster ID: fec2fcbb3f5b4a84ad8643ae54a928db
I20260608 12:40:17.722709  4496 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:17.736831  4496 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:17.738094  4496 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:17.751601  4496 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b: Generated new TSK 0
I20260608 12:40:17.752202  4496 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:17.782622   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:17.788885  4507 instance_detector.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:17.789611  4508 instance_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:17.791116  4510 instance_detector.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:17.791452   431 server_base.cc:1061] running on GCE node
I20260608 12:40:17.792272   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:17.792448   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:17.792578   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922417792562 us; error 0 us; skew 500 ppm
I20260608 12:40:17.793104   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:17.795557   431 webserver.cc:533] Webserver started at http://127.0.107.193:33917/ using document root <none> and password file <none>
I20260608 12:40:17.796015   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:17.796173   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:17.796381   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:17.797380   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "15ac76e446ce4503b4fbe7b53ca386ab"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-jl41"
I20260608 12:40:17.801960   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260608 12:40:17.805353  4515 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:17.806073   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:17.806315   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "15ac76e446ce4503b4fbe7b53ca386ab"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-jl41"
I20260608 12:40:17.806550   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-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:17.835510   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:17.836640   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:17.837988   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:17.840296   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:17.840471   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.840704   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:17.840845   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.879026   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37575
I20260608 12:40:17.879143  4577 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37575 every 8 connection(s)
I20260608 12:40:17.884521   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:17.891431  4582 instance_detector.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:17.891968  4583 instance_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:17.894850  4585 instance_detector.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:17.896222   431 server_base.cc:1061] running on GCE node
I20260608 12:40:17.897145   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:17.897342   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:17.897533   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922417897515 us; error 0 us; skew 500 ppm
I20260608 12:40:17.898110   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:17.900731  4578 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37273
I20260608 12:40:17.900810   431 webserver.cc:533] Webserver started at http://127.0.107.194:37513/ using document root <none> and password file <none>
I20260608 12:40:17.901090  4578 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:17.901434   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:17.901659   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:17.901944   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:17.901888  4578 heartbeater.cc:507] Master 127.0.107.254:37273 requested a full tablet report, sending...
I20260608 12:40:17.903374   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "2df5445ff04041568ce0dd6ad8f300f3"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-jl41"
I20260608 12:40:17.904150  4451 ts_manager.cc:194] Registered new tserver with Master: 15ac76e446ce4503b4fbe7b53ca386ab (127.0.107.193:37575)
I20260608 12:40:17.905911  4451 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48406
I20260608 12:40:17.908093   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:17.911707  4590 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:17.912477   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:40:17.912740   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "2df5445ff04041568ce0dd6ad8f300f3"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-jl41"
I20260608 12:40:17.912976   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-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:17.946463   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:17.947705   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:17.949119   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:17.951327   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:17.951505   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.951740   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:17.951881   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.990804   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34903
I20260608 12:40:17.990911  4652 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34903 every 8 connection(s)
I20260608 12:40:17.995730   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:18.002839  4656 instance_detector.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.004343  4657 instance_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.007014  4659 instance_detector.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.008062  4653 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37273
I20260608 12:40:18.008180   431 server_base.cc:1061] running on GCE node
I20260608 12:40:18.008476  4653 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:18.009102   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:18.009347   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.009266  4653 heartbeater.cc:507] Master 127.0.107.254:37273 requested a full tablet report, sending...
I20260608 12:40:18.009665   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922418009645 us; error 0 us; skew 500 ppm
I20260608 12:40:18.010407   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:18.011662  4451 ts_manager.cc:194] Registered new tserver with Master: 2df5445ff04041568ce0dd6ad8f300f3 (127.0.107.194:34903)
I20260608 12:40:18.013171   431 webserver.cc:533] Webserver started at http://127.0.107.195:40039/ using document root <none> and password file <none>
I20260608 12:40:18.013558  4451 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48414
I20260608 12:40:18.013891   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:18.014154   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:18.014477   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:18.016151   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "af6483b95ab446149f7ae3326a23639a"
format_stamp: "Formatted at 2026-06-08 12:40:18 on dist-test-slave-jl41"
I20260608 12:40:18.020550   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:18.023727  4664 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.024402   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:18.024673   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "af6483b95ab446149f7ae3326a23639a"
format_stamp: "Formatted at 2026-06-08 12:40:18 on dist-test-slave-jl41"
I20260608 12:40:18.024924   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922314084774-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:18.067467   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:18.068828   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:18.070271   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:18.072502   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:18.072695   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:18.072907   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:18.073062   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:18.109894   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45933
I20260608 12:40:18.110008  4726 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45933 every 8 connection(s)
I20260608 12:40:18.123622  4727 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37273
I20260608 12:40:18.124017  4727 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:18.124755  4727 heartbeater.cc:507] Master 127.0.107.254:37273 requested a full tablet report, sending...
I20260608 12:40:18.126848  4451 ts_manager.cc:194] Registered new tserver with Master: af6483b95ab446149f7ae3326a23639a (127.0.107.195:45933)
I20260608 12:40:18.127482   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014389915s
I20260608 12:40:18.128226  4451 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48426
I20260608 12:40:18.908897  4578 heartbeater.cc:499] Master 127.0.107.254:37273 was elected leader, sending a full tablet report...
I20260608 12:40:19.016405  4653 heartbeater.cc:499] Master 127.0.107.254:37273 was elected leader, sending a full tablet report...
I20260608 12:40:19.130818  4727 heartbeater.cc:499] Master 127.0.107.254:37273 was elected leader, sending a full tablet report...
I20260608 12:40:19.192572  4451 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48454:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:40:19.194468  4451 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:19.240355  4543 tablet_service.cc:1511] Processing CreateTablet for tablet aa72100310a6425d9c3fb25dde04535a (DEFAULT_TABLE table=test-workload [id=b463632ec23a4595bc1e2b3bfec4660b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:19.241317  4618 tablet_service.cc:1511] Processing CreateTablet for tablet aa72100310a6425d9c3fb25dde04535a (DEFAULT_TABLE table=test-workload [id=b463632ec23a4595bc1e2b3bfec4660b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:19.242708  4618 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa72100310a6425d9c3fb25dde04535a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:19.242703  4543 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa72100310a6425d9c3fb25dde04535a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:19.247429  4692 tablet_service.cc:1511] Processing CreateTablet for tablet aa72100310a6425d9c3fb25dde04535a (DEFAULT_TABLE table=test-workload [id=b463632ec23a4595bc1e2b3bfec4660b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:19.248709  4692 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa72100310a6425d9c3fb25dde04535a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:19.259287  4749 tablet_bootstrap.cc:492] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab: Bootstrap starting.
I20260608 12:40:19.259302  4748 tablet_bootstrap.cc:492] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3: Bootstrap starting.
I20260608 12:40:19.264973  4749 tablet_bootstrap.cc:654] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:19.264991  4750 tablet_bootstrap.cc:492] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a: Bootstrap starting.
I20260608 12:40:19.266512  4748 tablet_bootstrap.cc:654] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:19.272608  4750 tablet_bootstrap.cc:654] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:19.278630  4748 tablet_bootstrap.cc:492] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3: No bootstrap required, opened a new log
I20260608 12:40:19.279284  4748 ts_tablet_manager.cc:1403] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.007s
I20260608 12:40:19.281167  4749 tablet_bootstrap.cc:492] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab: No bootstrap required, opened a new log
I20260608 12:40:19.281363  4750 tablet_bootstrap.cc:492] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a: No bootstrap required, opened a new log
I20260608 12:40:19.281752  4749 ts_tablet_manager.cc:1403] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab: Time spent bootstrapping tablet: real 0.023s	user 0.009s	sys 0.009s
I20260608 12:40:19.282241  4748 raft_consensus.cc:359] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2df5445ff04041568ce0dd6ad8f300f3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34903 } } peers { permanent_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37575 } } peers { permanent_uuid: "af6483b95ab446149f7ae3326a23639a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45933 } }
I20260608 12:40:19.282759  4750 ts_tablet_manager.cc:1403] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.005s
I20260608 12:40:19.282938  4748 raft_consensus.cc:385] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:19.283411  4748 raft_consensus.cc:740] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2df5445ff04041568ce0dd6ad8f300f3, State: Initialized, Role: FOLLOWER
I20260608 12:40:19.284220  4748 consensus_queue.cc:260] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2df5445ff04041568ce0dd6ad8f300f3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34903 } } peers { permanent_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37575 } } peers { permanent_uuid: "af6483b95ab446149f7ae3326a23639a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45933 } }
I20260608 12:40:19.285544  4749 raft_consensus.cc:359] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2df5445ff04041568ce0dd6ad8f300f3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34903 } } peers { permanent_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37575 } } peers { permanent_uuid: "af6483b95ab446149f7ae3326a23639a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45933 } }
I20260608 12:40:19.286418  4749 raft_consensus.cc:385] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:19.286746  4749 raft_consensus.cc:740] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 15ac76e446ce4503b4fbe7b53ca386ab, State: Initialized, Role: FOLLOWER
I20260608 12:40:19.287149  4748 ts_tablet_manager.cc:1434] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260608 12:40:19.285766  4750 raft_consensus.cc:359] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2df5445ff04041568ce0dd6ad8f300f3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34903 } } peers { permanent_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37575 } } peers { permanent_uuid: "af6483b95ab446149f7ae3326a23639a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45933 } }
I20260608 12:40:19.287528  4749 consensus_queue.cc:260] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2df5445ff04041568ce0dd6ad8f300f3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34903 } } peers { permanent_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37575 } } peers { permanent_uuid: "af6483b95ab446149f7ae3326a23639a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45933 } }
I20260608 12:40:19.287937  4750 raft_consensus.cc:385] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:19.290292  4749 ts_tablet_manager.cc:1434] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260608 12:40:19.288470  4750 raft_consensus.cc:740] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af6483b95ab446149f7ae3326a23639a, State: Initialized, Role: FOLLOWER
I20260608 12:40:19.292237  4750 consensus_queue.cc:260] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2df5445ff04041568ce0dd6ad8f300f3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34903 } } peers { permanent_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37575 } } peers { permanent_uuid: "af6483b95ab446149f7ae3326a23639a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45933 } }
I20260608 12:40:19.295197  4750 ts_tablet_manager.cc:1434] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260608 12:40:19.389691  4756 raft_consensus.cc:493] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:19.390254  4756 raft_consensus.cc:515] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2df5445ff04041568ce0dd6ad8f300f3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34903 } } peers { permanent_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37575 } } peers { permanent_uuid: "af6483b95ab446149f7ae3326a23639a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45933 } }
I20260608 12:40:19.392711  4756 leader_election.cc:290] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2df5445ff04041568ce0dd6ad8f300f3 (127.0.107.194:34903), 15ac76e446ce4503b4fbe7b53ca386ab (127.0.107.193:37575)
I20260608 12:40:19.403913  4628 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa72100310a6425d9c3fb25dde04535a" candidate_uuid: "af6483b95ab446149f7ae3326a23639a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2df5445ff04041568ce0dd6ad8f300f3" is_pre_election: true
I20260608 12:40:19.404340  4553 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa72100310a6425d9c3fb25dde04535a" candidate_uuid: "af6483b95ab446149f7ae3326a23639a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" is_pre_election: true
I20260608 12:40:19.404551  4628 raft_consensus.cc:2468] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate af6483b95ab446149f7ae3326a23639a in term 0.
I20260608 12:40:19.404958  4553 raft_consensus.cc:2468] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate af6483b95ab446149f7ae3326a23639a in term 0.
I20260608 12:40:19.405814  4668 leader_election.cc:304] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2df5445ff04041568ce0dd6ad8f300f3, af6483b95ab446149f7ae3326a23639a; no voters: 
I20260608 12:40:19.406561  4756 raft_consensus.cc:2804] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:19.406886  4756 raft_consensus.cc:493] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:19.407117  4756 raft_consensus.cc:3060] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:19.412011  4756 raft_consensus.cc:515] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2df5445ff04041568ce0dd6ad8f300f3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34903 } } peers { permanent_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37575 } } peers { permanent_uuid: "af6483b95ab446149f7ae3326a23639a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45933 } }
I20260608 12:40:19.413655  4756 leader_election.cc:290] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [CANDIDATE]: Term 1 election: Requested vote from peers 2df5445ff04041568ce0dd6ad8f300f3 (127.0.107.194:34903), 15ac76e446ce4503b4fbe7b53ca386ab (127.0.107.193:37575)
I20260608 12:40:19.414389  4628 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa72100310a6425d9c3fb25dde04535a" candidate_uuid: "af6483b95ab446149f7ae3326a23639a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2df5445ff04041568ce0dd6ad8f300f3"
I20260608 12:40:19.414652  4553 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa72100310a6425d9c3fb25dde04535a" candidate_uuid: "af6483b95ab446149f7ae3326a23639a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ac76e446ce4503b4fbe7b53ca386ab"
I20260608 12:40:19.414847  4628 raft_consensus.cc:3060] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:19.415181  4553 raft_consensus.cc:3060] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:19.419838  4628 raft_consensus.cc:2468] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate af6483b95ab446149f7ae3326a23639a in term 1.
I20260608 12:40:19.419957  4553 raft_consensus.cc:2468] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate af6483b95ab446149f7ae3326a23639a in term 1.
I20260608 12:40:19.421021  4666 leader_election.cc:304] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 15ac76e446ce4503b4fbe7b53ca386ab, af6483b95ab446149f7ae3326a23639a; no voters: 
I20260608 12:40:19.421680  4756 raft_consensus.cc:2804] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:19.422646  4756 raft_consensus.cc:697] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 1 LEADER]: Becoming Leader. State: Replica: af6483b95ab446149f7ae3326a23639a, State: Running, Role: LEADER
I20260608 12:40:19.423288  4756 consensus_queue.cc:237] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2df5445ff04041568ce0dd6ad8f300f3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34903 } } peers { permanent_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37575 } } peers { permanent_uuid: "af6483b95ab446149f7ae3326a23639a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45933 } }
I20260608 12:40:19.430992  4448 catalog_manager.cc:5696] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a reported cstate change: term changed from 0 to 1, leader changed from <none> to af6483b95ab446149f7ae3326a23639a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "af6483b95ab446149f7ae3326a23639a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2df5445ff04041568ce0dd6ad8f300f3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34903 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37575 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "af6483b95ab446149f7ae3326a23639a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45933 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:19.714138  4499 placement_policy_util.cc:407] tablet aa72100310a6425d9c3fb25dde04535a: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:19.715914  4504 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:19.717744  4504 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:19.718140  4504 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:19.841637  4756 consensus_queue.cc:1048] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [LEADER]: Connected to new peer: Peer: permanent_uuid: "15ac76e446ce4503b4fbe7b53ca386ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37575 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:19.853394  4756 consensus_queue.cc:1048] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [LEADER]: Connected to new peer: Peer: permanent_uuid: "2df5445ff04041568ce0dd6ad8f300f3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34903 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:20.724251  4499 placement_policy_util.cc:407] tablet aa72100310a6425d9c3fb25dde04535a: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:21.719039  4504 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:21.720506  4504 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:21.720888  4504 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:21.732851  4499 placement_policy_util.cc:407] tablet aa72100310a6425d9c3fb25dde04535a: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:22.741215  4499 placement_policy_util.cc:407] tablet aa72100310a6425d9c3fb25dde04535a: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:23.721791  4504 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:23.723050  4504 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:23.723332  4504 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:23.749863  4499 placement_policy_util.cc:407] tablet aa72100310a6425d9c3fb25dde04535a: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:24.758891  4499 placement_policy_util.cc:407] tablet aa72100310a6425d9c3fb25dde04535a: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:25.724360  4504 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:25.725821  4504 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:25.726130  4504 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:25.767741  4499 placement_policy_util.cc:407] tablet aa72100310a6425d9c3fb25dde04535a: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:26.776196  4499 placement_policy_util.cc:407] tablet aa72100310a6425d9c3fb25dde04535a: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:27.727125  4504 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:27.728469  4504 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:27.728778  4504 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:27.783984  4499 placement_policy_util.cc:407] tablet aa72100310a6425d9c3fb25dde04535a: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:28.790937  4499 placement_policy_util.cc:407] tablet aa72100310a6425d9c3fb25dde04535a: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:29.729655  4504 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:29.730959  4504 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:29.731235  4504 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:29.798509  4499 placement_policy_util.cc:407] tablet aa72100310a6425d9c3fb25dde04535a: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:30.539347   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:30.564481   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:30.565179   431 tablet_replica.cc:333] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab: stopping tablet replica
I20260608 12:40:30.565665   431 raft_consensus.cc:2243] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:30.566203   431 raft_consensus.cc:2272] T aa72100310a6425d9c3fb25dde04535a P 15ac76e446ce4503b4fbe7b53ca386ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:30.586321   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:30.598536   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:30.619004   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:30.619758   431 tablet_replica.cc:333] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3: stopping tablet replica
I20260608 12:40:30.620609   431 raft_consensus.cc:2243] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:30.621277   431 raft_consensus.cc:2272] T aa72100310a6425d9c3fb25dde04535a P 2df5445ff04041568ce0dd6ad8f300f3 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:30.622242  4668 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 6 similar messages]
W20260608 12:40:30.625828  4668 consensus_peers.cc:597] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a -> Peer 2df5445ff04041568ce0dd6ad8f300f3 (127.0.107.194:34903): Couldn't send request to peer 2df5445ff04041568ce0dd6ad8f300f3. 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:30.641511   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:30.652365   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:30.670763   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:30.671499   431 tablet_replica.cc:333] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a: stopping tablet replica
I20260608 12:40:30.672130   431 raft_consensus.cc:2243] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:30.673063   431 raft_consensus.cc:2272] T aa72100310a6425d9c3fb25dde04535a P af6483b95ab446149f7ae3326a23639a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:30.691838   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:30.702531   431 master.cc:562] Master@127.0.107.254:37273 shutting down...
I20260608 12:40:30.719900   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:30.720538   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:30.720973   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 960b4a31524d4202a16cf93f39ca2d4b: stopping tablet replica
I20260608 12:40:30.738991   431 master.cc:584] Master@127.0.107.254:37273 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13179 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260608 12:40:30.771863   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41465
I20260608 12:40:30.773056   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:30.778210  4773 instance_detector.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:30.778393  4774 instance_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:30.779798  4776 instance_detector.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:30.780925   431 server_base.cc:1061] running on GCE node
I20260608 12:40:30.781585   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:30.781765   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:30.781877   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922430781866 us; error 0 us; skew 500 ppm
I20260608 12:40:30.782372   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:30.784619   431 webserver.cc:533] Webserver started at http://127.0.107.254:43937/ using document root <none> and password file <none>
I20260608 12:40:30.785061   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:30.785213   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:30.785425   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:30.786489   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "aacd0489e990484c9e4f3fb4d5e89a77"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-jl41"
I20260608 12:40:30.790966   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:40:30.794294  4781 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:30.794992   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:30.795235   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "aacd0489e990484c9e4f3fb4d5e89a77"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-jl41"
I20260608 12:40:30.795504   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-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:30.811764   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:30.813005   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:30.852013   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41465
I20260608 12:40:30.852141  4832 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41465 every 8 connection(s)
I20260608 12:40:30.856758  4833 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:30.868955  4833 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77: Bootstrap starting.
I20260608 12:40:30.873826  4833 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:30.878422  4833 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77: No bootstrap required, opened a new log
I20260608 12:40:30.880759  4833 raft_consensus.cc:359] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aacd0489e990484c9e4f3fb4d5e89a77" member_type: VOTER }
I20260608 12:40:30.881170  4833 raft_consensus.cc:385] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:30.881379  4833 raft_consensus.cc:740] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aacd0489e990484c9e4f3fb4d5e89a77, State: Initialized, Role: FOLLOWER
I20260608 12:40:30.881929  4833 consensus_queue.cc:260] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "aacd0489e990484c9e4f3fb4d5e89a77" member_type: VOTER }
I20260608 12:40:30.882378  4833 raft_consensus.cc:399] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:30.882587  4833 raft_consensus.cc:493] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:30.882835  4833 raft_consensus.cc:3060] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:30.887115  4833 raft_consensus.cc:515] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aacd0489e990484c9e4f3fb4d5e89a77" member_type: VOTER }
I20260608 12:40:30.887639  4833 leader_election.cc:304] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [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: aacd0489e990484c9e4f3fb4d5e89a77; no voters: 
I20260608 12:40:30.888850  4833 leader_election.cc:290] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:30.889183  4836 raft_consensus.cc:2804] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:30.890477  4836 raft_consensus.cc:697] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [term 1 LEADER]: Becoming Leader. State: Replica: aacd0489e990484c9e4f3fb4d5e89a77, State: Running, Role: LEADER
I20260608 12:40:30.891381  4836 consensus_queue.cc:237] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [LEADER]: Queue going to LEADER mode. State: All 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: "aacd0489e990484c9e4f3fb4d5e89a77" member_type: VOTER }
I20260608 12:40:30.892055  4833 sys_catalog.cc:565] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:30.894436  4837 sys_catalog.cc:455] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "aacd0489e990484c9e4f3fb4d5e89a77" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aacd0489e990484c9e4f3fb4d5e89a77" member_type: VOTER } }
I20260608 12:40:30.894448  4838 sys_catalog.cc:455] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [sys.catalog]: SysCatalogTable state changed. Reason: New leader aacd0489e990484c9e4f3fb4d5e89a77. Latest consensus state: current_term: 1 leader_uuid: "aacd0489e990484c9e4f3fb4d5e89a77" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aacd0489e990484c9e4f3fb4d5e89a77" member_type: VOTER } }
I20260608 12:40:30.895119  4837 sys_catalog.cc:458] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:30.895143  4838 sys_catalog.cc:458] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:30.902982  4842 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:30.908612  4842 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:30.909590   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:30.917712  4842 catalog_manager.cc:1382] Generated new cluster ID: 6b8a89e56e654cf78ba8f2acaf90f4d8
I20260608 12:40:30.917999  4842 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:30.944252  4842 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:30.945577  4842 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:30.959908  4842 catalog_manager.cc:6069] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77: Generated new TSK 0
I20260608 12:40:30.960482  4842 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:30.976172   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:30.982283  4854 instance_detector.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:30.983134  4855 instance_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:30.985280   431 server_base.cc:1061] running on GCE node
W20260608 12:40:30.985548  4857 instance_detector.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:30.986459   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:30.986662   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:30.986826   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922430986808 us; error 0 us; skew 500 ppm
I20260608 12:40:30.987444   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:30.989663   431 webserver.cc:533] Webserver started at http://127.0.107.193:35691/ using document root <none> and password file <none>
I20260608 12:40:30.990150   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:30.990336   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:30.990579   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:30.991686   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "ad62f12fbe544681b60e50e6d822d0d4"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-jl41"
I20260608 12:40:30.996531   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:31.000075  4862 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:31.000852   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:31.001147   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "ad62f12fbe544681b60e50e6d822d0d4"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-jl41"
I20260608 12:40:31.001478   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-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:31.025043   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:31.026219   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:31.027679   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:31.029971   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:31.030175   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:31.030481   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:31.030687   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:31.069924   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44541
I20260608 12:40:31.070066  4924 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44541 every 8 connection(s)
I20260608 12:40:31.075259   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:31.082875  4929 instance_detector.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:31.083698  4930 instance_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:31.085590  4932 instance_detector.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:31.088184   431 server_base.cc:1061] running on GCE node
I20260608 12:40:31.089344   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:40:31.089437  4925 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41465
W20260608 12:40:31.089627   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:31.089861   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922431089842 us; error 0 us; skew 500 ppm
I20260608 12:40:31.089916  4925 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:31.090497   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:31.090787  4925 heartbeater.cc:507] Master 127.0.107.254:41465 requested a full tablet report, sending...
I20260608 12:40:31.093207   431 webserver.cc:533] Webserver started at http://127.0.107.194:34331/ using document root <none> and password file <none>
I20260608 12:40:31.093430  4798 ts_manager.cc:194] Registered new tserver with Master: ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541)
I20260608 12:40:31.093976   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:31.094245   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:31.094561   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:31.096014  4798 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43538
I20260608 12:40:31.096086   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "10e67582f571449ea114c369d038776f"
format_stamp: "Formatted at 2026-06-08 12:40:31 on dist-test-slave-jl41"
I20260608 12:40:31.101040   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:31.104537  4937 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:31.105433   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:31.105747   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "10e67582f571449ea114c369d038776f"
format_stamp: "Formatted at 2026-06-08 12:40:31 on dist-test-slave-jl41"
I20260608 12:40:31.105997   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-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:31.140494   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:31.141661   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:31.143124   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:31.145424   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:31.145623   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:31.145835   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:31.145984   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:31.184048   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45901
I20260608 12:40:31.184162  4999 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45901 every 8 connection(s)
I20260608 12:40:31.189137   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:31.197124  5004 instance_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:31.198382  5003 instance_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:31.201206  5000 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41465
I20260608 12:40:31.201611  5000 heartbeater.cc:461] Registering TS with master...
W20260608 12:40:31.201875  5006 instance_detector.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:31.202387  5000 heartbeater.cc:507] Master 127.0.107.254:41465 requested a full tablet report, sending...
I20260608 12:40:31.202992   431 server_base.cc:1061] running on GCE node
I20260608 12:40:31.204033   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:31.204236   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:31.204512   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922431204490 us; error 0 us; skew 500 ppm
I20260608 12:40:31.204730  4798 ts_manager.cc:194] Registered new tserver with Master: 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:31.205143   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:31.206166  4798 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43546
I20260608 12:40:31.207923   431 webserver.cc:533] Webserver started at http://127.0.107.195:44281/ using document root <none> and password file <none>
I20260608 12:40:31.208510   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:31.208696   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:31.208941   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:31.210042   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "b3b2ef4225ea4f539f16df7864f731c0"
format_stamp: "Formatted at 2026-06-08 12:40:31 on dist-test-slave-jl41"
I20260608 12:40:31.214470   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260608 12:40:31.217872  5011 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:31.218595   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:31.218873   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "b3b2ef4225ea4f539f16df7864f731c0"
format_stamp: "Formatted at 2026-06-08 12:40:31 on dist-test-slave-jl41"
I20260608 12:40:31.219133   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-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:31.229796   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:31.230916   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:31.232699   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:31.234910   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:31.235102   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:31.235365   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:31.235527   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:40:31.278594   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38027
I20260608 12:40:31.278719  5073 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38027 every 8 connection(s)
I20260608 12:40:31.298125  5074 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41465
I20260608 12:40:31.298518  5074 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:31.299219  5074 heartbeater.cc:507] Master 127.0.107.254:41465 requested a full tablet report, sending...
I20260608 12:40:31.301401  4798 ts_manager.cc:194] Registered new tserver with Master: b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:31.301932   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.018168224s
I20260608 12:40:31.303035  4798 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43560
I20260608 12:40:32.098884  4925 heartbeater.cc:499] Master 127.0.107.254:41465 was elected leader, sending a full tablet report...
I20260608 12:40:32.208786  5000 heartbeater.cc:499] Master 127.0.107.254:41465 was elected leader, sending a full tablet report...
I20260608 12:40:32.306068  5074 heartbeater.cc:499] Master 127.0.107.254:41465 was elected leader, sending a full tablet report...
I20260608 12:40:32.358857  4798 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:43574:
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:40:32.361974  4798 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:32.440243  5039 tablet_service.cc:1511] Processing CreateTablet for tablet 3344b9827091401796c7a7587638ef81 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:40:32.442057  5039 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3344b9827091401796c7a7587638ef81. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.442667  5037 tablet_service.cc:1511] Processing CreateTablet for tablet ad843ae3590f4fe79d97f52f38f6b4bf (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:40:32.444105  5037 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad843ae3590f4fe79d97f52f38f6b4bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.445950  5036 tablet_service.cc:1511] Processing CreateTablet for tablet 73788fd48d7b4d70b0bf1bb3d2f79d06 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:40:32.447443  5036 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73788fd48d7b4d70b0bf1bb3d2f79d06. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.448520  5038 tablet_service.cc:1511] Processing CreateTablet for tablet 6a35c3fabbed47dab1304211cb40461f (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:40:32.449821  5038 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a35c3fabbed47dab1304211cb40461f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.451026  5035 tablet_service.cc:1511] Processing CreateTablet for tablet b0de1659b07c429ba1e048d9eebdc84b (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:40:32.452402  5035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0de1659b07c429ba1e048d9eebdc84b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.456406  5034 tablet_service.cc:1511] Processing CreateTablet for tablet 9491eb848bc84bb4b7fc9764529eb7d1 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:40:32.457767  5034 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9491eb848bc84bb4b7fc9764529eb7d1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.463464  5033 tablet_service.cc:1511] Processing CreateTablet for tablet 261f21b0c96a40ccb0ecbc8a0cd44113 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:40:32.464782  5033 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 261f21b0c96a40ccb0ecbc8a0cd44113. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.469151  5032 tablet_service.cc:1511] Processing CreateTablet for tablet eecafb94526544ce8e01e2c3fe68e38d (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:40:32.470520  5032 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eecafb94526544ce8e01e2c3fe68e38d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.472609  4890 tablet_service.cc:1511] Processing CreateTablet for tablet 3344b9827091401796c7a7587638ef81 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:40:32.474100  4890 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3344b9827091401796c7a7587638ef81. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.478188  5031 tablet_service.cc:1511] Processing CreateTablet for tablet 4763f2d51cf84c4386c83a14688d2b21 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:40:32.479583  5031 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4763f2d51cf84c4386c83a14688d2b21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.484670  4889 tablet_service.cc:1511] Processing CreateTablet for tablet 6a35c3fabbed47dab1304211cb40461f (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:40:32.486042  4889 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a35c3fabbed47dab1304211cb40461f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.489915  4888 tablet_service.cc:1511] Processing CreateTablet for tablet ad843ae3590f4fe79d97f52f38f6b4bf (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:40:32.493352  4888 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad843ae3590f4fe79d97f52f38f6b4bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.493081  4887 tablet_service.cc:1511] Processing CreateTablet for tablet 73788fd48d7b4d70b0bf1bb3d2f79d06 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:40:32.499658  4887 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73788fd48d7b4d70b0bf1bb3d2f79d06. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.502461  4886 tablet_service.cc:1511] Processing CreateTablet for tablet b0de1659b07c429ba1e048d9eebdc84b (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:40:32.503852  4886 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0de1659b07c429ba1e048d9eebdc84b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.509183  4885 tablet_service.cc:1511] Processing CreateTablet for tablet 9491eb848bc84bb4b7fc9764529eb7d1 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:40:32.511587  4885 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9491eb848bc84bb4b7fc9764529eb7d1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.512926  4884 tablet_service.cc:1511] Processing CreateTablet for tablet 261f21b0c96a40ccb0ecbc8a0cd44113 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:40:32.514246  4884 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 261f21b0c96a40ccb0ecbc8a0cd44113. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.516647  4883 tablet_service.cc:1511] Processing CreateTablet for tablet eecafb94526544ce8e01e2c3fe68e38d (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:40:32.517964  4883 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eecafb94526544ce8e01e2c3fe68e38d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.520711  4882 tablet_service.cc:1511] Processing CreateTablet for tablet 4763f2d51cf84c4386c83a14688d2b21 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:40:32.522042  4882 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4763f2d51cf84c4386c83a14688d2b21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.543054  5035 tablet_service.cc:1511] Processing CreateTablet for tablet ca62e8a0b5024d25be087961f0ecd4b6 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:40:32.544502  5035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca62e8a0b5024d25be087961f0ecd4b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.560212  4881 tablet_service.cc:1511] Processing CreateTablet for tablet 19eff18c92eb4b4ea4b97c755ce2a30d (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:40:32.562143  4881 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 19eff18c92eb4b4ea4b97c755ce2a30d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.562286  4965 tablet_service.cc:1511] Processing CreateTablet for tablet 3344b9827091401796c7a7587638ef81 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:40:32.563619  4965 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3344b9827091401796c7a7587638ef81. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.567359  4964 tablet_service.cc:1511] Processing CreateTablet for tablet 6a35c3fabbed47dab1304211cb40461f (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:40:32.568714  4964 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a35c3fabbed47dab1304211cb40461f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.570508  4886 tablet_service.cc:1511] Processing CreateTablet for tablet b372ad73dd3149f9b625f406eaf8b7a2 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:40:32.572165  4888 tablet_service.cc:1511] Processing CreateTablet for tablet ca62e8a0b5024d25be087961f0ecd4b6 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:40:32.573156  4963 tablet_service.cc:1511] Processing CreateTablet for tablet ad843ae3590f4fe79d97f52f38f6b4bf (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:40:32.574465  4963 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad843ae3590f4fe79d97f52f38f6b4bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.564198  5031 tablet_service.cc:1511] Processing CreateTablet for tablet b372ad73dd3149f9b625f406eaf8b7a2 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:40:32.585845  4962 tablet_service.cc:1511] Processing CreateTablet for tablet 73788fd48d7b4d70b0bf1bb3d2f79d06 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:40:32.586549  5031 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b372ad73dd3149f9b625f406eaf8b7a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.588964  4962 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73788fd48d7b4d70b0bf1bb3d2f79d06. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.592281  4888 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca62e8a0b5024d25be087961f0ecd4b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.593194  4961 tablet_service.cc:1511] Processing CreateTablet for tablet b0de1659b07c429ba1e048d9eebdc84b (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:40:32.599880  5034 tablet_service.cc:1511] Processing CreateTablet for tablet 19eff18c92eb4b4ea4b97c755ce2a30d (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:40:32.601400  4886 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b372ad73dd3149f9b625f406eaf8b7a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.602195  4961 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0de1659b07c429ba1e048d9eebdc84b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.605489  4960 tablet_service.cc:1511] Processing CreateTablet for tablet 9491eb848bc84bb4b7fc9764529eb7d1 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:40:32.606848  4960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9491eb848bc84bb4b7fc9764529eb7d1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.601347  5034 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 19eff18c92eb4b4ea4b97c755ce2a30d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.620114  4959 tablet_service.cc:1511] Processing CreateTablet for tablet eecafb94526544ce8e01e2c3fe68e38d (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:40:32.621510  4959 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eecafb94526544ce8e01e2c3fe68e38d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.614265  5094 tablet_bootstrap.cc:492] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
I20260608 12:40:32.615608  4965 tablet_service.cc:1511] Processing CreateTablet for tablet 261f21b0c96a40ccb0ecbc8a0cd44113 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:40:32.626224  4965 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 261f21b0c96a40ccb0ecbc8a0cd44113. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.627573  4960 tablet_service.cc:1511] Processing CreateTablet for tablet 4763f2d51cf84c4386c83a14688d2b21 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:40:32.628845  4960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4763f2d51cf84c4386c83a14688d2b21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.633199  4958 tablet_service.cc:1511] Processing CreateTablet for tablet ca62e8a0b5024d25be087961f0ecd4b6 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:40:32.634532  4958 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca62e8a0b5024d25be087961f0ecd4b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.644305  5095 tablet_bootstrap.cc:492] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:32.649667  4960 tablet_service.cc:1511] Processing CreateTablet for tablet 19eff18c92eb4b4ea4b97c755ce2a30d (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:40:32.651077  4960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 19eff18c92eb4b4ea4b97c755ce2a30d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.651911  4961 tablet_service.cc:1511] Processing CreateTablet for tablet b372ad73dd3149f9b625f406eaf8b7a2 (DEFAULT_TABLE table=test-workload [id=177e203263e44748af36733b8ba030eb]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:40:32.653203  4961 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b372ad73dd3149f9b625f406eaf8b7a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.668649  5096 tablet_bootstrap.cc:492] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:32.676141  5094 tablet_bootstrap.cc:654] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.681190  5095 tablet_bootstrap.cc:654] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.682711  5094 tablet_bootstrap.cc:492] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:32.683228  5094 ts_tablet_manager.cc:1403] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.069s	user 0.008s	sys 0.002s
I20260608 12:40:32.683295  5096 tablet_bootstrap.cc:654] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.686542  5094 raft_consensus.cc:359] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.687333  5094 raft_consensus.cc:385] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.687670  5094 raft_consensus.cc:740] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.688586  5094 consensus_queue.cc:260] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.693706  5095 tablet_bootstrap.cc:492] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:32.693881  5094 ts_tablet_manager.cc:1434] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.002s
I20260608 12:40:32.693951  5096 tablet_bootstrap.cc:492] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:32.694262  5095 ts_tablet_manager.cc:1403] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.050s	user 0.010s	sys 0.011s
I20260608 12:40:32.694747  5096 ts_tablet_manager.cc:1403] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.027s	user 0.009s	sys 0.006s
I20260608 12:40:32.695151  5094 tablet_bootstrap.cc:492] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
I20260608 12:40:32.697835  5096 raft_consensus.cc:359] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.698601  5096 raft_consensus.cc:385] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.699327  5096 raft_consensus.cc:740] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.698467  5095 raft_consensus.cc:359] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.699852  5095 raft_consensus.cc:385] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.700212  5095 raft_consensus.cc:740] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.700307  5096 consensus_queue.cc:260] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.701318  5095 consensus_queue.cc:260] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.702809  5094 tablet_bootstrap.cc:654] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.709167  5096 ts_tablet_manager.cc:1434] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.007s
I20260608 12:40:32.710227  5096 tablet_bootstrap.cc:492] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:32.710695  5095 ts_tablet_manager.cc:1434] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.016s	user 0.003s	sys 0.007s
I20260608 12:40:32.711834  5095 tablet_bootstrap.cc:492] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:32.716800  5094 tablet_bootstrap.cc:492] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:32.716935  5096 tablet_bootstrap.cc:654] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.717319  5094 ts_tablet_manager.cc:1403] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.022s	user 0.013s	sys 0.004s
I20260608 12:40:32.718170  5095 tablet_bootstrap.cc:654] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.720610  5094 raft_consensus.cc:359] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } }
I20260608 12:40:32.721361  5094 raft_consensus.cc:385] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.721650  5094 raft_consensus.cc:740] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.722520  5094 consensus_queue.cc:260] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } }
I20260608 12:40:32.727411  5094 ts_tablet_manager.cc:1434] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.004s
I20260608 12:40:32.728436  5094 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
I20260608 12:40:32.735005  5094 tablet_bootstrap.cc:654] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.745137  5096 tablet_bootstrap.cc:492] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:32.746356  5094 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:32.746276  5096 ts_tablet_manager.cc:1403] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.036s	user 0.017s	sys 0.015s
I20260608 12:40:32.747157  5094 ts_tablet_manager.cc:1403] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.006s
I20260608 12:40:32.749068  5095 tablet_bootstrap.cc:492] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:32.749578  5095 ts_tablet_manager.cc:1403] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.038s	user 0.003s	sys 0.033s
I20260608 12:40:32.749536  5094 raft_consensus.cc:359] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.750216  5094 raft_consensus.cc:385] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.749998  5096 raft_consensus.cc:359] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } }
I20260608 12:40:32.750506  5094 raft_consensus.cc:740] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.750799  5096 raft_consensus.cc:385] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.751129  5096 raft_consensus.cc:740] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.751216  5094 consensus_queue.cc:260] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.751971  5096 consensus_queue.cc:260] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } }
I20260608 12:40:32.752749  5095 raft_consensus.cc:359] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.753307  5094 ts_tablet_manager.cc:1434] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.003s
I20260608 12:40:32.753456  5095 raft_consensus.cc:385] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.753836  5095 raft_consensus.cc:740] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.754400  5094 tablet_bootstrap.cc:492] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
I20260608 12:40:32.754696  5095 consensus_queue.cc:260] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.756726  5096 ts_tablet_manager.cc:1434] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:40:32.757699  5096 tablet_bootstrap.cc:492] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:32.759539  5095 ts_tablet_manager.cc:1434] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.005s
I20260608 12:40:32.760509  5095 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:32.761428  5094 tablet_bootstrap.cc:654] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.764197  5096 tablet_bootstrap.cc:654] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.766906  5095 tablet_bootstrap.cc:654] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.773262  5094 tablet_bootstrap.cc:492] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:32.773746  5094 ts_tablet_manager.cc:1403] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.004s
I20260608 12:40:32.776778  5094 raft_consensus.cc:359] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.777467  5094 raft_consensus.cc:385] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.777743  5094 raft_consensus.cc:740] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.778916  5095 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:32.779366  5095 ts_tablet_manager.cc:1403] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.005s
I20260608 12:40:32.781692  5094 consensus_queue.cc:260] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.781852  5095 raft_consensus.cc:359] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.782598  5095 raft_consensus.cc:385] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.782913  5095 raft_consensus.cc:740] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.783602  5094 ts_tablet_manager.cc:1434] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.001s
I20260608 12:40:32.783720  5095 consensus_queue.cc:260] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.784596  5094 tablet_bootstrap.cc:492] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
W20260608 12:40:32.786077  5075 tablet.cc:2404] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:40:32.786810  5096 tablet_bootstrap.cc:492] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:32.787292  5096 ts_tablet_manager.cc:1403] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.030s	user 0.014s	sys 0.009s
I20260608 12:40:32.786186  5095 ts_tablet_manager.cc:1434] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:40:32.789203  5095 tablet_bootstrap.cc:492] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:32.790382  5096 raft_consensus.cc:359] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.791090  5096 raft_consensus.cc:385] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.791424  5096 raft_consensus.cc:740] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.791939  5094 tablet_bootstrap.cc:654] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.792187  5096 consensus_queue.cc:260] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.794538  5096 ts_tablet_manager.cc:1434] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260608 12:40:32.795531  5096 tablet_bootstrap.cc:492] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:32.799391  5095 tablet_bootstrap.cc:654] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.802057  5096 tablet_bootstrap.cc:654] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.803834  5094 tablet_bootstrap.cc:492] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:32.804328  5094 ts_tablet_manager.cc:1403] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260608 12:40:32.807214  5094 raft_consensus.cc:359] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.807631  5100 raft_consensus.cc:493] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.808001  5094 raft_consensus.cc:385] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.808419  5094 raft_consensus.cc:740] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.808152  5100 raft_consensus.cc:515] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.809362  5094 consensus_queue.cc:260] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.811133  5100 leader_election.cc:290] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:32.837302  5094 ts_tablet_manager.cc:1434] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.033s	user 0.006s	sys 0.003s
I20260608 12:40:32.841323  5094 tablet_bootstrap.cc:492] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
I20260608 12:40:32.849102  5094 tablet_bootstrap.cc:654] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.852646  5095 tablet_bootstrap.cc:492] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:32.853091  5095 ts_tablet_manager.cc:1403] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.064s	user 0.029s	sys 0.022s
I20260608 12:40:32.854987  5096 tablet_bootstrap.cc:492] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:32.855572  5096 ts_tablet_manager.cc:1403] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.060s	user 0.025s	sys 0.028s
I20260608 12:40:32.855823  5095 raft_consensus.cc:359] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.856551  5095 raft_consensus.cc:385] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.856839  5095 raft_consensus.cc:740] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.857613  5095 consensus_queue.cc:260] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.858888  5096 raft_consensus.cc:359] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.859668  5096 raft_consensus.cc:385] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.859746  5115 raft_consensus.cc:493] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.860102  5096 raft_consensus.cc:740] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.860334  5115 raft_consensus.cc:515] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.861210  5096 consensus_queue.cc:260] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.863415  5115 leader_election.cc:290] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:32.865806  5094 tablet_bootstrap.cc:492] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:32.866321  5094 ts_tablet_manager.cc:1403] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.025s	user 0.011s	sys 0.005s
I20260608 12:40:32.866513  5096 ts_tablet_manager.cc:1434] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.004s
I20260608 12:40:32.867043  5095 ts_tablet_manager.cc:1434] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.002s
I20260608 12:40:32.867755  5096 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:32.869331  5094 raft_consensus.cc:359] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.870059  5094 raft_consensus.cc:385] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.870359  5094 raft_consensus.cc:740] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.871356  5094 consensus_queue.cc:260] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.874701  5095 tablet_bootstrap.cc:492] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:32.875237  5096 tablet_bootstrap.cc:654] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.881773  5094 ts_tablet_manager.cc:1434] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.000s
I20260608 12:40:32.882025  5095 tablet_bootstrap.cc:654] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.885459  5094 tablet_bootstrap.cc:492] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
I20260608 12:40:32.885738  4975 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9491eb848bc84bb4b7fc9764529eb7d1" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f" is_pre_election: true
I20260608 12:40:32.886461  4975 raft_consensus.cc:2468] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 0.
I20260608 12:40:32.887244  5096 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:32.887897  5096 ts_tablet_manager.cc:1403] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.010s
I20260608 12:40:32.888870  5014 leader_election.cc:304] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
I20260608 12:40:32.889808  5115 raft_consensus.cc:2804] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.890174  5115 raft_consensus.cc:493] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.890525  5115 raft_consensus.cc:3060] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.892509  5094 tablet_bootstrap.cc:654] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.893481  5096 raft_consensus.cc:359] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.894382  5096 raft_consensus.cc:385] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.894734  5096 raft_consensus.cc:740] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.887735  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73788fd48d7b4d70b0bf1bb3d2f79d06" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f" is_pre_election: true
I20260608 12:40:32.895727  5096 consensus_queue.cc:260] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.895711  4974 raft_consensus.cc:2468] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 0.
I20260608 12:40:32.898629  5096 ts_tablet_manager.cc:1434] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:40:32.899852  5096 tablet_bootstrap.cc:492] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:32.902040  5014 leader_election.cc:304] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
I20260608 12:40:32.902992  5100 raft_consensus.cc:2804] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.903486  5100 raft_consensus.cc:493] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.903811  5100 raft_consensus.cc:3060] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:40:32.903981  4846 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:40:32.908864  5096 tablet_bootstrap.cc:654] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.928772  5100 raft_consensus.cc:515] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.932433  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73788fd48d7b4d70b0bf1bb3d2f79d06" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f"
I20260608 12:40:32.933104  4974 raft_consensus.cc:3060] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.937572  5101 raft_consensus.cc:493] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.938131  5101 raft_consensus.cc:515] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } }
I20260608 12:40:32.941368  4974 raft_consensus.cc:2468] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 1.
I20260608 12:40:32.942787  5014 leader_election.cc:304] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
I20260608 12:40:32.927116  5115 raft_consensus.cc:515] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.944710  5123 raft_consensus.cc:2804] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.945966  5100 leader_election.cc:290] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 election: Requested vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:32.947623  4900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9491eb848bc84bb4b7fc9764529eb7d1" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:32.949137  4899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73788fd48d7b4d70b0bf1bb3d2f79d06" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:32.949985  5115 leader_election.cc:290] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 election: Requested vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:32.950479  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73788fd48d7b4d70b0bf1bb3d2f79d06" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4"
I20260608 12:40:32.950654  5115 raft_consensus.cc:493] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.951114  5115 raft_consensus.cc:515] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.953143  5101 leader_election.cc:290] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027), ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541)
I20260608 12:40:32.953894  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9491eb848bc84bb4b7fc9764529eb7d1" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4"
I20260608 12:40:32.954306  4975 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a35c3fabbed47dab1304211cb40461f" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f" is_pre_election: true
I20260608 12:40:32.954900  4975 raft_consensus.cc:2468] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 0.
I20260608 12:40:32.955610  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a35c3fabbed47dab1304211cb40461f" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:32.956218  4898 raft_consensus.cc:2468] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 0.
I20260608 12:40:32.956133  5014 leader_election.cc:304] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
W20260608 12:40:32.953492  5013 leader_election.cc:343] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.958132  5100 raft_consensus.cc:2804] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.958498  5100 raft_consensus.cc:493] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260608 12:40:32.958616  5013 leader_election.cc:343] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.958873  5100 raft_consensus.cc:3060] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:40:32.960024  5013 leader_election.cc:343] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:40:32.960922  5013 leader_election.cc:343] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.956947  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9491eb848bc84bb4b7fc9764529eb7d1" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f"
I20260608 12:40:32.961885  4974 raft_consensus.cc:3060] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.961984  5115 leader_election.cc:290] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:32.970132  5094 tablet_bootstrap.cc:492] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:32.970677  5094 ts_tablet_manager.cc:1403] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.085s	user 0.024s	sys 0.025s
I20260608 12:40:32.971225  5100 raft_consensus.cc:515] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.973440  5100 leader_election.cc:290] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 election: Requested vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:32.970597  5095 tablet_bootstrap.cc:492] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:32.974198  5095 ts_tablet_manager.cc:1403] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.100s	user 0.037s	sys 0.051s
I20260608 12:40:32.975391  4975 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a35c3fabbed47dab1304211cb40461f" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f"
I20260608 12:40:32.975955  4975 raft_consensus.cc:3060] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.974051  5096 tablet_bootstrap.cc:492] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:32.977250  5095 raft_consensus.cc:359] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.974217  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a35c3fabbed47dab1304211cb40461f" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4"
I20260608 12:40:32.979477  5095 raft_consensus.cc:385] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.979852  4898 raft_consensus.cc:3060] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.979856  5095 raft_consensus.cc:740] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.981117  5095 consensus_queue.cc:260] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.983104  4975 raft_consensus.cc:2468] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 1.
I20260608 12:40:32.984376  5014 leader_election.cc:304] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
I20260608 12:40:32.985284  5100 raft_consensus.cc:2804] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.986016  5100 raft_consensus.cc:697] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Becoming Leader. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Running, Role: LEADER
I20260608 12:40:32.980094  5096 ts_tablet_manager.cc:1403] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.080s	user 0.019s	sys 0.019s
I20260608 12:40:32.986753  4898 raft_consensus.cc:2468] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 1.
I20260608 12:40:32.986871  5100 consensus_queue.cc:237] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.989290  5096 raft_consensus.cc:359] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.989986  5096 raft_consensus.cc:385] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.990332  5096 raft_consensus.cc:740] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.989924  4974 raft_consensus.cc:2468] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 1.
I20260608 12:40:32.989241  5094 raft_consensus.cc:359] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.991995  5014 leader_election.cc:304] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [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: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: ad62f12fbe544681b60e50e6d822d0d4
I20260608 12:40:32.992547  5094 raft_consensus.cc:385] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.992164  5123 raft_consensus.cc:697] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Becoming Leader. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Running, Role: LEADER
I20260608 12:40:32.993432  5124 raft_consensus.cc:2804] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.993988  5124 raft_consensus.cc:697] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Becoming Leader. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Running, Role: LEADER
I20260608 12:40:32.993670  5123 consensus_queue.cc:237] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.994832  5124 consensus_queue.cc:237] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:32.992848  5094 raft_consensus.cc:740] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.997292  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3344b9827091401796c7a7587638ef81" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:32.997010  5094 consensus_queue.cc:260] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
W20260608 12:40:32.998998  4939 leader_election.cc:343] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:33.001194  5094 ts_tablet_manager.cc:1434] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.030s	user 0.008s	sys 0.000s
I20260608 12:40:33.001138  5095 ts_tablet_manager.cc:1434] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.027s	user 0.001s	sys 0.005s
I20260608 12:40:33.006645  5102 raft_consensus.cc:493] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.007144  5102 raft_consensus.cc:515] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.002622  5094 tablet_bootstrap.cc:492] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
I20260608 12:40:33.010789  5101 raft_consensus.cc:493] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.011250  5101 raft_consensus.cc:515] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.016288  5096 consensus_queue.cc:260] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.019716  5101 leader_election.cc:290] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.013355  5102 leader_election.cc:290] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 10e67582f571449ea114c369d038776f (127.0.107.194:45901), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.021968  4796 catalog_manager.cc:5696] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: term changed from 0 to 1, leader changed from <none> to b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:33.030192  5095 tablet_bootstrap.cc:492] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:33.038763  5102 raft_consensus.cc:493] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.038687  5049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3344b9827091401796c7a7587638ef81" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0" is_pre_election: true
I20260608 12:40:33.039510  5048 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0de1659b07c429ba1e048d9eebdc84b" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0" is_pre_election: true
I20260608 12:40:33.040078  5049 raft_consensus.cc:2468] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 0.
I20260608 12:40:33.041427  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0de1659b07c429ba1e048d9eebdc84b" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:33.040391  5102 raft_consensus.cc:515] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.042569  4941 leader_election.cc:304] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [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: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: ad62f12fbe544681b60e50e6d822d0d4
I20260608 12:40:33.043288  5101 raft_consensus.cc:2804] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.040097  5048 raft_consensus.cc:2468] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 0.
I20260608 12:40:33.043605  4898 raft_consensus.cc:2468] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 0.
I20260608 12:40:33.044096  5102 leader_election.cc:290] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 10e67582f571449ea114c369d038776f (127.0.107.194:45901), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.044816  4941 leader_election.cc:304] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
I20260608 12:40:33.045650  5101 raft_consensus.cc:493] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.046028  5101 raft_consensus.cc:3060] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.046723  5095 tablet_bootstrap.cc:654] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.049193  5094 tablet_bootstrap.cc:654] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.050673  5096 ts_tablet_manager.cc:1434] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.064s	user 0.011s	sys 0.000s
I20260608 12:40:33.054682  5132 raft_consensus.cc:2804] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.054867  5096 tablet_bootstrap.cc:492] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:33.053120  5101 raft_consensus.cc:515] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } }
I20260608 12:40:33.057678  5101 leader_election.cc:290] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 election: Requested vote from peers b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027), ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541)
I20260608 12:40:33.058020  5132 raft_consensus.cc:493] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.058357  5048 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3344b9827091401796c7a7587638ef81" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0"
I20260608 12:40:33.058683  5132 raft_consensus.cc:3060] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.058773  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3344b9827091401796c7a7587638ef81" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4"
I20260608 12:40:33.058961  5048 raft_consensus.cc:3060] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:40:33.063663  4939 leader_election.cc:343] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:33.064613  5096 tablet_bootstrap.cc:654] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.070363  5094 tablet_bootstrap.cc:492] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:33.070853  5094 ts_tablet_manager.cc:1403] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.069s	user 0.009s	sys 0.007s
I20260608 12:40:33.070353  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "261f21b0c96a40ccb0ecbc8a0cd44113" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f" is_pre_election: true
I20260608 12:40:33.070688  4975 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0de1659b07c429ba1e048d9eebdc84b" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f" is_pre_election: true
W20260608 12:40:33.072872  4865 leader_election.cc:343] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 10e67582f571449ea114c369d038776f (127.0.107.194:45901): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:33.073293  5049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "261f21b0c96a40ccb0ecbc8a0cd44113" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0" is_pre_election: true
I20260608 12:40:33.073879  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0de1659b07c429ba1e048d9eebdc84b" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0" is_pre_election: true
I20260608 12:40:33.074137  5048 raft_consensus.cc:2468] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 1.
I20260608 12:40:33.073817  5094 raft_consensus.cc:359] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.074671  5094 raft_consensus.cc:385] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.074599  5047 raft_consensus.cc:2468] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad62f12fbe544681b60e50e6d822d0d4 in term 0.
I20260608 12:40:33.075052  5094 raft_consensus.cc:740] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.064530  5101 raft_consensus.cc:493] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.075805  5101 raft_consensus.cc:515] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.076077  4941 leader_election.cc:304] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [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: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: ad62f12fbe544681b60e50e6d822d0d4
I20260608 12:40:33.075901  5094 consensus_queue.cc:260] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
W20260608 12:40:33.077677  4866 leader_election.cc:343] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:33.078084  5094 ts_tablet_manager.cc:1434] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.005s
I20260608 12:40:33.078184  4866 leader_election.cc:304] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [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: ad62f12fbe544681b60e50e6d822d0d4; no voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0
I20260608 12:40:33.079071  5094 tablet_bootstrap.cc:492] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
I20260608 12:40:33.078990  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4763f2d51cf84c4386c83a14688d2b21" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:33.079574  5102 raft_consensus.cc:2749] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:33.079865  4866 leader_election.cc:304] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ad62f12fbe544681b60e50e6d822d0d4, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
W20260608 12:40:33.080610  4939 leader_election.cc:343] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:33.081593  5102 raft_consensus.cc:2804] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.081828  5101 leader_election.cc:290] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.081977  5102 raft_consensus.cc:493] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.082422  5102 raft_consensus.cc:3060] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.082464  5101 raft_consensus.cc:2804] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.083256  5101 raft_consensus.cc:697] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Becoming Leader. State: Replica: 10e67582f571449ea114c369d038776f, State: Running, Role: LEADER
I20260608 12:40:33.084133  5101 consensus_queue.cc:237] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } }
I20260608 12:40:33.085470  5094 tablet_bootstrap.cc:654] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.088780  5095 tablet_bootstrap.cc:492] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:33.089908  5095 ts_tablet_manager.cc:1403] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.067s	user 0.009s	sys 0.009s
I20260608 12:40:33.094218  5095 raft_consensus.cc:359] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.090157  5102 raft_consensus.cc:515] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.099216  5095 raft_consensus.cc:385] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.100065  5095 raft_consensus.cc:740] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.101359  5095 consensus_queue.cc:260] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.101727  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0de1659b07c429ba1e048d9eebdc84b" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f"
I20260608 12:40:33.105188  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0de1659b07c429ba1e048d9eebdc84b" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0"
I20260608 12:40:33.105836  5047 raft_consensus.cc:3060] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.113731  5047 raft_consensus.cc:2468] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad62f12fbe544681b60e50e6d822d0d4 in term 1.
I20260608 12:40:33.114363  5095 ts_tablet_manager.cc:1434] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.002s
I20260608 12:40:33.115192  4866 leader_election.cc:304] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [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: ad62f12fbe544681b60e50e6d822d0d4, b3b2ef4225ea4f539f16df7864f731c0; no voters: 10e67582f571449ea114c369d038776f
I20260608 12:40:33.121001  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4763f2d51cf84c4386c83a14688d2b21" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0" is_pre_election: true
I20260608 12:40:33.121348  5095 tablet_bootstrap.cc:492] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:33.121892  5141 raft_consensus.cc:2804] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.123370  5047 raft_consensus.cc:2468] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 0.
I20260608 12:40:33.116099  5102 leader_election.cc:290] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 election: Requested vote from peers 10e67582f571449ea114c369d038776f (127.0.107.194:45901), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.124655  4941 leader_election.cc:304] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [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: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: ad62f12fbe544681b60e50e6d822d0d4
I20260608 12:40:33.126401  5138 raft_consensus.cc:2804] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.128221  5100 raft_consensus.cc:493] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.131937  5138 raft_consensus.cc:493] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.132408  5138 raft_consensus.cc:3060] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.132287  5100 raft_consensus.cc:515] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.131582  5095 tablet_bootstrap.cc:654] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.134316  5132 raft_consensus.cc:515] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.134665  5100 leader_election.cc:290] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:33.139626  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad843ae3590f4fe79d97f52f38f6b4bf" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:33.140312  4898 raft_consensus.cc:2468] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 0.
I20260608 12:40:33.140591  4899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0de1659b07c429ba1e048d9eebdc84b" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4"
I20260608 12:40:33.141321  4975 raft_consensus.cc:2393] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ad62f12fbe544681b60e50e6d822d0d4 in current term 1: Already voted for candidate 10e67582f571449ea114c369d038776f in this term.
I20260608 12:40:33.141937  5138 raft_consensus.cc:515] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.142956  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad843ae3590f4fe79d97f52f38f6b4bf" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f" is_pre_election: true
W20260608 12:40:33.144790  5014 leader_election.cc:343] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 10e67582f571449ea114c369d038776f (127.0.107.194:45901): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:33.144887  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4763f2d51cf84c4386c83a14688d2b21" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4"
I20260608 12:40:33.145543  4898 raft_consensus.cc:3060] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.145546  5013 leader_election.cc:304] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [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: ad62f12fbe544681b60e50e6d822d0d4, b3b2ef4225ea4f539f16df7864f731c0; no voters: 10e67582f571449ea114c369d038776f
I20260608 12:40:33.132477  5141 raft_consensus.cc:697] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Becoming Leader. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Running, Role: LEADER
I20260608 12:40:33.146976  5100 raft_consensus.cc:2804] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.146879  5141 consensus_queue.cc:237] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.147459  5100 raft_consensus.cc:493] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.144764  5094 tablet_bootstrap.cc:492] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:33.147934  5100 raft_consensus.cc:3060] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.148275  5094 ts_tablet_manager.cc:1403] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.069s	user 0.037s	sys 0.028s
I20260608 12:40:33.151183  5094 raft_consensus.cc:359] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.151935  5094 raft_consensus.cc:385] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.152256  5094 raft_consensus.cc:740] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.152566  4898 raft_consensus.cc:2468] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 1.
I20260608 12:40:33.153190  5094 consensus_queue.cc:260] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.153833  4939 leader_election.cc:304] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, ad62f12fbe544681b60e50e6d822d0d4; no voters: 
I20260608 12:40:33.155510  5101 raft_consensus.cc:2804] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.155726  5094 ts_tablet_manager.cc:1434] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:40:33.156512  5138 leader_election.cc:290] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 election: Requested vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.156740  5094 tablet_bootstrap.cc:492] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
I20260608 12:40:33.155040  5100 raft_consensus.cc:515] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.153900  4795 catalog_manager.cc:5696] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f reported cstate change: term changed from 0 to 1, leader changed from <none> to 10e67582f571449ea114c369d038776f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "10e67582f571449ea114c369d038776f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:33.163654  4796 catalog_manager.cc:5696] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: term changed from 0 to 1, leader changed from <none> to b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:33.165940  5094 tablet_bootstrap.cc:654] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.165426  4796 catalog_manager.cc:5696] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: term changed from 0 to 1, leader changed from <none> to b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:33.167915  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4763f2d51cf84c4386c83a14688d2b21" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0"
I20260608 12:40:33.163185  5096 tablet_bootstrap.cc:492] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:33.168677  5047 raft_consensus.cc:3060] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.171494  5100 leader_election.cc:290] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 election: Requested vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:33.171726  5096 ts_tablet_manager.cc:1403] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.117s	user 0.012s	sys 0.001s
I20260608 12:40:33.171123  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad843ae3590f4fe79d97f52f38f6b4bf" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4"
I20260608 12:40:33.172485  4898 raft_consensus.cc:3060] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.173261  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad843ae3590f4fe79d97f52f38f6b4bf" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f"
I20260608 12:40:33.180733  5047 raft_consensus.cc:2468] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 1.
I20260608 12:40:33.181432  5132 leader_election.cc:290] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 election: Requested vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.183468  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0de1659b07c429ba1e048d9eebdc84b" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0"
I20260608 12:40:33.182760  5101 raft_consensus.cc:697] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Becoming Leader. State: Replica: 10e67582f571449ea114c369d038776f, State: Running, Role: LEADER
I20260608 12:40:33.184269  5047 raft_consensus.cc:2393] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 10e67582f571449ea114c369d038776f in current term 1: Already voted for candidate ad62f12fbe544681b60e50e6d822d0d4 in this term.
I20260608 12:40:33.185542  4941 leader_election.cc:304] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [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: 10e67582f571449ea114c369d038776f; no voters: ad62f12fbe544681b60e50e6d822d0d4, b3b2ef4225ea4f539f16df7864f731c0
I20260608 12:40:33.185129  5101 consensus_queue.cc:237] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.182211  4898 raft_consensus.cc:2468] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 1.
W20260608 12:40:33.189978  5014 leader_election.cc:343] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 10e67582f571449ea114c369d038776f (127.0.107.194:45901): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:33.189502  5132 raft_consensus.cc:2749] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:40:33.191098  5013 leader_election.cc:304] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [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: ad62f12fbe544681b60e50e6d822d0d4, b3b2ef4225ea4f539f16df7864f731c0; no voters: 10e67582f571449ea114c369d038776f
I20260608 12:40:33.192003  5100 raft_consensus.cc:2804] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.192644  5100 raft_consensus.cc:697] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Becoming Leader. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Running, Role: LEADER
I20260608 12:40:33.193806  5096 raft_consensus.cc:359] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.194973  5096 raft_consensus.cc:385] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.195636  5096 raft_consensus.cc:740] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.196033  5100 consensus_queue.cc:237] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.196584  5096 consensus_queue.cc:260] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.197139  5095 tablet_bootstrap.cc:492] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:33.197712  5095 ts_tablet_manager.cc:1403] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.077s	user 0.012s	sys 0.011s
I20260608 12:40:33.198983  5096 ts_tablet_manager.cc:1434] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.027s	user 0.005s	sys 0.000s
I20260608 12:40:33.200773  5095 raft_consensus.cc:359] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.206512  5095 raft_consensus.cc:385] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.206920  5095 raft_consensus.cc:740] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.207834  5095 consensus_queue.cc:260] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.204811  5094 tablet_bootstrap.cc:492] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:33.203043  4795 catalog_manager.cc:5696] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 reported cstate change: term changed from 0 to 1, leader changed from <none> to ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:33.210146  5095 ts_tablet_manager.cc:1434] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.001s
I20260608 12:40:33.211097  5095 tablet_bootstrap.cc:492] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:33.211575  5094 ts_tablet_manager.cc:1403] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.055s	user 0.015s	sys 0.003s
I20260608 12:40:33.214571  5094 raft_consensus.cc:359] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.216432  5094 raft_consensus.cc:385] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.216784  5094 raft_consensus.cc:740] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.216132  5096 tablet_bootstrap.cc:492] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:33.217540  5095 tablet_bootstrap.cc:654] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.214303  4796 catalog_manager.cc:5696] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: term changed from 0 to 1, leader changed from <none> to b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:33.221109  5094 consensus_queue.cc:260] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.224203  5094 ts_tablet_manager.cc:1434] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260608 12:40:33.225543  5094 tablet_bootstrap.cc:492] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
I20260608 12:40:33.232218  4798 catalog_manager.cc:5696] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f reported cstate change: term changed from 0 to 1, leader changed from <none> to 10e67582f571449ea114c369d038776f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "10e67582f571449ea114c369d038776f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:33.233345  5096 tablet_bootstrap.cc:654] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.238381  5094 tablet_bootstrap.cc:654] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.241886  5096 tablet_bootstrap.cc:492] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:33.242352  5096 ts_tablet_manager.cc:1403] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.026s	user 0.010s	sys 0.000s
I20260608 12:40:33.244280  5096 raft_consensus.cc:359] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.244771  5096 raft_consensus.cc:385] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.244977  5096 raft_consensus.cc:740] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.245572  5096 consensus_queue.cc:260] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.247118  5096 ts_tablet_manager.cc:1434] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.002s
I20260608 12:40:33.247967  5096 tablet_bootstrap.cc:492] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:33.260561  5095 tablet_bootstrap.cc:492] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:33.261133  5095 ts_tablet_manager.cc:1403] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.050s	user 0.011s	sys 0.015s
I20260608 12:40:33.264098  5095 raft_consensus.cc:359] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.264813  5095 raft_consensus.cc:385] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.265091  5095 raft_consensus.cc:740] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.265920  5095 consensus_queue.cc:260] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.269049  5100 raft_consensus.cc:493] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.269589  5100 raft_consensus.cc:515] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.270231  5096 tablet_bootstrap.cc:654] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.270979  5094 tablet_bootstrap.cc:492] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:33.271541  5094 ts_tablet_manager.cc:1403] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.046s	user 0.023s	sys 0.015s
I20260608 12:40:33.274485  5094 raft_consensus.cc:359] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.275194  5094 raft_consensus.cc:385] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.275565  5094 raft_consensus.cc:740] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.275822  5100 leader_election.cc:290] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:33.276556  5095 ts_tablet_manager.cc:1434] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.002s
I20260608 12:40:33.276521  5094 consensus_queue.cc:260] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.277667  5095 tablet_bootstrap.cc:492] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:33.277483  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca62e8a0b5024d25be087961f0ecd4b6" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f" is_pre_election: true
I20260608 12:40:33.275296  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca62e8a0b5024d25be087961f0ecd4b6" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:33.278986  5094 ts_tablet_manager.cc:1434] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
W20260608 12:40:33.279382  5014 leader_election.cc:343] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 10e67582f571449ea114c369d038776f (127.0.107.194:45901): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:40:33.280313  5013 leader_election.cc:343] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:33.280759  5013 leader_election.cc:304] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [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: b3b2ef4225ea4f539f16df7864f731c0; no voters: 10e67582f571449ea114c369d038776f, ad62f12fbe544681b60e50e6d822d0d4
I20260608 12:40:33.281827  5124 raft_consensus.cc:2749] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:33.283492  5094 tablet_bootstrap.cc:492] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0: Bootstrap starting.
I20260608 12:40:33.284760  5095 tablet_bootstrap.cc:654] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.289033  5094 tablet_bootstrap.cc:654] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.289667  5096 tablet_bootstrap.cc:492] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:33.290117  5096 ts_tablet_manager.cc:1403] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.042s	user 0.003s	sys 0.013s
I20260608 12:40:33.291596  5095 tablet_bootstrap.cc:492] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:33.292107  5095 ts_tablet_manager.cc:1403] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.001s
I20260608 12:40:33.294919  5095 raft_consensus.cc:359] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.295639  5095 raft_consensus.cc:385] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.295930  5095 raft_consensus.cc:740] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.296896  5096 raft_consensus.cc:359] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.296833  5095 consensus_queue.cc:260] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.297505  5096 raft_consensus.cc:385] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.297778  5096 raft_consensus.cc:740] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.298520  5096 consensus_queue.cc:260] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.299556  5095 ts_tablet_manager.cc:1434] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:40:33.300562  5096 ts_tablet_manager.cc:1434] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:40:33.300606  5095 tablet_bootstrap.cc:492] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:33.303464  5094 tablet_bootstrap.cc:492] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0: No bootstrap required, opened a new log
I20260608 12:40:33.303958  5094 ts_tablet_manager.cc:1403] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.007s
I20260608 12:40:33.304059  5096 tablet_bootstrap.cc:492] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:33.306823  5094 raft_consensus.cc:359] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.307490  5094 raft_consensus.cc:385] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.307751  5094 raft_consensus.cc:740] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.308135  5095 tablet_bootstrap.cc:654] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.308979  5094 consensus_queue.cc:260] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.310374  5096 tablet_bootstrap.cc:654] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.312608  5094 ts_tablet_manager.cc:1434] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260608 12:40:33.317793  5095 tablet_bootstrap.cc:492] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:33.318279  5095 ts_tablet_manager.cc:1403] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.005s
I20260608 12:40:33.319547  5100 raft_consensus.cc:493] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.320077  5100 raft_consensus.cc:515] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.321524  5096 tablet_bootstrap.cc:492] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:33.321184  5095 raft_consensus.cc:359] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } }
I20260608 12:40:33.321904  5095 raft_consensus.cc:385] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.322009  5096 ts_tablet_manager.cc:1403] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.005s
I20260608 12:40:33.322193  5095 raft_consensus.cc:740] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.323082  5095 consensus_queue.cc:260] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } }
I20260608 12:40:33.323530  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "19eff18c92eb4b4ea4b97c755ce2a30d" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f" is_pre_election: true
I20260608 12:40:33.324159  4974 raft_consensus.cc:2468] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 0.
I20260608 12:40:33.325033  5096 raft_consensus.cc:359] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.325384  5095 ts_tablet_manager.cc:1434] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:40:33.325703  5096 raft_consensus.cc:385] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.326013  5096 raft_consensus.cc:740] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.326109  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "19eff18c92eb4b4ea4b97c755ce2a30d" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:33.326512  5095 tablet_bootstrap.cc:492] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:33.326853  5096 consensus_queue.cc:260] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.327585  5014 leader_election.cc:304] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
I20260608 12:40:33.328728  5124 raft_consensus.cc:2804] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.328876  5096 ts_tablet_manager.cc:1434] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:40:33.326725  4898 raft_consensus.cc:2468] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 0.
I20260608 12:40:33.329841  5096 tablet_bootstrap.cc:492] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:33.332044  5124 raft_consensus.cc:493] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.332513  5124 raft_consensus.cc:3060] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.333195  5095 tablet_bootstrap.cc:654] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.334967  5141 raft_consensus.cc:493] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.335453  5141 raft_consensus.cc:515] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.336158  5096 tablet_bootstrap.cc:654] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.322244  5100 leader_election.cc:290] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:33.339601  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eecafb94526544ce8e01e2c3fe68e38d" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0" is_pre_election: true
I20260608 12:40:33.340293  5047 raft_consensus.cc:2468] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad62f12fbe544681b60e50e6d822d0d4 in term 0.
I20260608 12:40:33.341665  4866 leader_election.cc:304] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ad62f12fbe544681b60e50e6d822d0d4, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
I20260608 12:40:33.342779  5142 raft_consensus.cc:2804] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.342998  5101 raft_consensus.cc:493] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.343505  5101 raft_consensus.cc:515] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.345117  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eecafb94526544ce8e01e2c3fe68e38d" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f" is_pre_election: true
I20260608 12:40:33.345723  4974 raft_consensus.cc:2468] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad62f12fbe544681b60e50e6d822d0d4 in term 0.
I20260608 12:40:33.346778  5100 raft_consensus.cc:493] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.347779  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "261f21b0c96a40ccb0ecbc8a0cd44113" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:33.348378  4898 raft_consensus.cc:2468] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 0.
I20260608 12:40:33.349594  4939 leader_election.cc:304] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, ad62f12fbe544681b60e50e6d822d0d4; no voters: 
I20260608 12:40:33.350595  5145 raft_consensus.cc:2804] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.350960  5145 raft_consensus.cc:493] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.351368  5145 raft_consensus.cc:3060] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.337688  5141 leader_election.cc:290] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 10e67582f571449ea114c369d038776f (127.0.107.194:45901), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.347239  5100 raft_consensus.cc:515] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.357697  5142 raft_consensus.cc:493] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.358129  5142 raft_consensus.cc:3060] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.358410  5145 raft_consensus.cc:515] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.359711  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "261f21b0c96a40ccb0ecbc8a0cd44113" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0" is_pre_election: true
I20260608 12:40:33.360354  5047 raft_consensus.cc:2468] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 0.
I20260608 12:40:33.361868  5101 leader_election.cc:290] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.364578  4898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "261f21b0c96a40ccb0ecbc8a0cd44113" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4"
I20260608 12:40:33.365254  4898 raft_consensus.cc:3060] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.366431  5100 leader_election.cc:290] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:33.364674  4899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b372ad73dd3149f9b625f406eaf8b7a2" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:33.367216  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b372ad73dd3149f9b625f406eaf8b7a2" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f" is_pre_election: true
W20260608 12:40:33.368479  5013 leader_election.cc:343] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:40:33.369025  5014 leader_election.cc:343] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 10e67582f571449ea114c369d038776f (127.0.107.194:45901): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:33.369460  5014 leader_election.cc:304] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [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: b3b2ef4225ea4f539f16df7864f731c0; no voters: 10e67582f571449ea114c369d038776f, ad62f12fbe544681b60e50e6d822d0d4
I20260608 12:40:33.371511  5100 raft_consensus.cc:2749] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:33.374828  5142 raft_consensus.cc:515] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.376899  4898 raft_consensus.cc:2468] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 1.
I20260608 12:40:33.377815  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eecafb94526544ce8e01e2c3fe68e38d" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f"
I20260608 12:40:33.378376  4974 raft_consensus.cc:3060] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.379352  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "261f21b0c96a40ccb0ecbc8a0cd44113" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0"
I20260608 12:40:33.379896  5047 raft_consensus.cc:3060] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.385720  5124 raft_consensus.cc:515] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.386161  5047 raft_consensus.cc:2468] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 1.
I20260608 12:40:33.387411  4941 leader_election.cc:304] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
I20260608 12:40:33.388252  5101 raft_consensus.cc:2804] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.388931  5101 raft_consensus.cc:697] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Becoming Leader. State: Replica: 10e67582f571449ea114c369d038776f, State: Running, Role: LEADER
I20260608 12:40:33.389760  5101 consensus_queue.cc:237] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.393942  5048 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eecafb94526544ce8e01e2c3fe68e38d" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0"
I20260608 12:40:33.394526  5048 raft_consensus.cc:3060] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.396301  4974 raft_consensus.cc:2468] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad62f12fbe544681b60e50e6d822d0d4 in term 1.
I20260608 12:40:33.396912  5124 leader_election.cc:290] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 election: Requested vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:33.398433  4865 leader_election.cc:304] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, ad62f12fbe544681b60e50e6d822d0d4; no voters: 
I20260608 12:40:33.399345  5141 raft_consensus.cc:2804] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.399819  5141 raft_consensus.cc:697] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Becoming Leader. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Running, Role: LEADER
I20260608 12:40:33.400615  4899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "19eff18c92eb4b4ea4b97c755ce2a30d" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4"
I20260608 12:40:33.401209  4899 raft_consensus.cc:3060] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.393862  5142 leader_election.cc:290] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 election: Requested vote from peers 10e67582f571449ea114c369d038776f (127.0.107.194:45901), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.404493  5095 tablet_bootstrap.cc:492] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:33.405038  5095 ts_tablet_manager.cc:1403] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.079s	user 0.028s	sys 0.046s
I20260608 12:40:33.405612  5096 tablet_bootstrap.cc:492] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:33.405718  5048 raft_consensus.cc:2468] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad62f12fbe544681b60e50e6d822d0d4 in term 1.
I20260608 12:40:33.406128  5096 ts_tablet_manager.cc:1403] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.076s	user 0.027s	sys 0.047s
I20260608 12:40:33.406905  5145 leader_election.cc:290] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 election: Requested vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.400617  5141 consensus_queue.cc:237] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.408288  5095 raft_consensus.cc:359] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.409035  5095 raft_consensus.cc:385] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.409536  5095 raft_consensus.cc:740] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.409068  5096 raft_consensus.cc:359] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.410079  5096 raft_consensus.cc:385] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.410367  5096 raft_consensus.cc:740] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.410490  5095 consensus_queue.cc:260] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.411293  5096 consensus_queue.cc:260] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.404659  4974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "19eff18c92eb4b4ea4b97c755ce2a30d" candidate_uuid: "b3b2ef4225ea4f539f16df7864f731c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f"
I20260608 12:40:33.412715  4974 raft_consensus.cc:3060] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.413221  5095 ts_tablet_manager.cc:1434] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:40:33.413456  5096 ts_tablet_manager.cc:1434] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:40:33.414301  5095 tablet_bootstrap.cc:492] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4: Bootstrap starting.
I20260608 12:40:33.414362  5096 tablet_bootstrap.cc:492] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f: Bootstrap starting.
I20260608 12:40:33.417309  4796 catalog_manager.cc:5696] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f reported cstate change: term changed from 0 to 1, leader changed from <none> to 10e67582f571449ea114c369d038776f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "10e67582f571449ea114c369d038776f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:33.419673  5124 consensus_queue.cc:1048] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.420697  5096 tablet_bootstrap.cc:654] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.420789  5095 tablet_bootstrap.cc:654] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:33.434298  4974 raft_consensus.cc:2468] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 1.
I20260608 12:40:33.435817  5014 leader_election.cc:304] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
I20260608 12:40:33.436766  5124 raft_consensus.cc:2804] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.437269  5124 raft_consensus.cc:697] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Becoming Leader. State: Replica: b3b2ef4225ea4f539f16df7864f731c0, State: Running, Role: LEADER
I20260608 12:40:33.437845  5095 tablet_bootstrap.cc:492] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4: No bootstrap required, opened a new log
I20260608 12:40:33.438391  5095 ts_tablet_manager.cc:1403] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.011s
I20260608 12:40:33.438063  5124 consensus_queue.cc:237] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.438673  4899 raft_consensus.cc:2468] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b3b2ef4225ea4f539f16df7864f731c0 in term 1.
I20260608 12:40:33.442936  4796 catalog_manager.cc:5696] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 reported cstate change: term changed from 0 to 1, leader changed from <none> to ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:33.442519  5095 raft_consensus.cc:359] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.445518  5095 raft_consensus.cc:385] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.445833  5095 raft_consensus.cc:740] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.445971  5096 tablet_bootstrap.cc:492] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f: No bootstrap required, opened a new log
I20260608 12:40:33.446621  5095 consensus_queue.cc:260] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.447736  5123 consensus_queue.cc:1048] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.449203  5095 ts_tablet_manager.cc:1434] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:40:33.449999  5096 ts_tablet_manager.cc:1403] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f: Time spent bootstrapping tablet: real 0.036s	user 0.006s	sys 0.022s
I20260608 12:40:33.452997  5096 raft_consensus.cc:359] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.453744  5096 raft_consensus.cc:385] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:33.454054  5096 raft_consensus.cc:740] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10e67582f571449ea114c369d038776f, State: Initialized, Role: FOLLOWER
I20260608 12:40:33.454661  5096 consensus_queue.cc:260] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.456643  5096 ts_tablet_manager.cc:1434] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:40:33.466308  5100 consensus_queue.cc:1048] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.468492  5141 raft_consensus.cc:493] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.469018  5141 raft_consensus.cc:515] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.471294  5141 leader_election.cc:290] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 10e67582f571449ea114c369d038776f (127.0.107.194:45901), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.472958  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b372ad73dd3149f9b625f406eaf8b7a2" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0" is_pre_election: true
I20260608 12:40:33.473316  4973 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b372ad73dd3149f9b625f406eaf8b7a2" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f" is_pre_election: true
I20260608 12:40:33.473853  5047 raft_consensus.cc:2468] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad62f12fbe544681b60e50e6d822d0d4 in term 0.
I20260608 12:40:33.474282  4973 raft_consensus.cc:2468] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad62f12fbe544681b60e50e6d822d0d4 in term 0.
I20260608 12:40:33.475677  4865 leader_election.cc:304] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, ad62f12fbe544681b60e50e6d822d0d4; no voters: 
I20260608 12:40:33.476598  5141 raft_consensus.cc:2804] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.476998  5141 raft_consensus.cc:493] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.477378  5141 raft_consensus.cc:3060] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.479285  4898 raft_consensus.cc:3060] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.484855  5141 raft_consensus.cc:515] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.488104  4973 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b372ad73dd3149f9b625f406eaf8b7a2" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10e67582f571449ea114c369d038776f"
I20260608 12:40:33.488724  4973 raft_consensus.cc:3060] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.490741  5123 consensus_queue.cc:1048] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.493000  5101 raft_consensus.cc:493] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.493546  5101 raft_consensus.cc:515] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.473022  4798 catalog_manager.cc:5696] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: term changed from 0 to 1, leader changed from <none> to b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:33.495980  5101 leader_election.cc:290] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.498270  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad843ae3590f4fe79d97f52f38f6b4bf" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0" is_pre_election: true
I20260608 12:40:33.501545  4900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad843ae3590f4fe79d97f52f38f6b4bf" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:33.502305  4900 raft_consensus.cc:2393] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 10e67582f571449ea114c369d038776f in current term 1: Already voted for candidate b3b2ef4225ea4f539f16df7864f731c0 in this term.
I20260608 12:40:33.504387  4939 leader_election.cc:304] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [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: 10e67582f571449ea114c369d038776f; no voters: ad62f12fbe544681b60e50e6d822d0d4, b3b2ef4225ea4f539f16df7864f731c0
I20260608 12:40:33.505517  5101 raft_consensus.cc:3060] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.510567  4973 raft_consensus.cc:2468] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad62f12fbe544681b60e50e6d822d0d4 in term 1.
I20260608 12:40:33.511932  5141 leader_election.cc:290] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 election: Requested vote from peers 10e67582f571449ea114c369d038776f (127.0.107.194:45901), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.513191  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b372ad73dd3149f9b625f406eaf8b7a2" candidate_uuid: "ad62f12fbe544681b60e50e6d822d0d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0"
I20260608 12:40:33.511883  4865 leader_election.cc:304] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, ad62f12fbe544681b60e50e6d822d0d4; no voters: 
I20260608 12:40:33.513733  5101 raft_consensus.cc:2749] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:33.513744  5047 raft_consensus.cc:3060] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.514645  5141 raft_consensus.cc:2804] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.515165  5141 raft_consensus.cc:697] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Becoming Leader. State: Replica: ad62f12fbe544681b60e50e6d822d0d4, State: Running, Role: LEADER
I20260608 12:40:33.516024  5141 consensus_queue.cc:237] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.514640  4898 raft_consensus.cc:3060] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.524749  5124 consensus_queue.cc:1048] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.529174  5124 consensus_queue.cc:1048] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.530838  5047 raft_consensus.cc:2468] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad62f12fbe544681b60e50e6d822d0d4 in term 1.
I20260608 12:40:33.537389  5145 consensus_queue.cc:1048] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.553958  4798 catalog_manager.cc:5696] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 reported cstate change: term changed from 0 to 1, leader changed from <none> to ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:33.563925  4899 raft_consensus.cc:3060] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.572621  5101 consensus_queue.cc:1048] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.578382  5141 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.589717  5142 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.623557  5101 consensus_queue.cc:1048] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.633381  5132 consensus_queue.cc:1048] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.634222  5145 raft_consensus.cc:493] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:33.634725  5145 raft_consensus.cc:515] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.636863  5145 leader_election.cc:290] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.638445  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca62e8a0b5024d25be087961f0ecd4b6" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0" is_pre_election: true
I20260608 12:40:33.639096  5047 raft_consensus.cc:2468] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 0.
I20260608 12:40:33.640552  4899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca62e8a0b5024d25be087961f0ecd4b6" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4" is_pre_election: true
I20260608 12:40:33.640575  4941 leader_election.cc:304] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
I20260608 12:40:33.641167  4899 raft_consensus.cc:2468] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 0.
I20260608 12:40:33.641757  5145 raft_consensus.cc:2804] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:33.642148  5145 raft_consensus.cc:493] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:33.642503  5145 raft_consensus.cc:3060] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.647990  5145 raft_consensus.cc:515] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.650138  5145 leader_election.cc:290] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 election: Requested vote from peers ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541), b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:33.650455  4899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca62e8a0b5024d25be087961f0ecd4b6" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad62f12fbe544681b60e50e6d822d0d4"
I20260608 12:40:33.650717  5048 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca62e8a0b5024d25be087961f0ecd4b6" candidate_uuid: "10e67582f571449ea114c369d038776f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b3b2ef4225ea4f539f16df7864f731c0"
I20260608 12:40:33.651062  4899 raft_consensus.cc:3060] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.651229  5048 raft_consensus.cc:3060] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:33.655745  5048 raft_consensus.cc:2468] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 1.
I20260608 12:40:33.655779  4899 raft_consensus.cc:2468] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 10e67582f571449ea114c369d038776f in term 1.
I20260608 12:40:33.656749  4941 leader_election.cc:304] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10e67582f571449ea114c369d038776f, b3b2ef4225ea4f539f16df7864f731c0; no voters: 
I20260608 12:40:33.657388  5145 raft_consensus.cc:2804] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:33.657733  5145 raft_consensus.cc:697] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Becoming Leader. State: Replica: 10e67582f571449ea114c369d038776f, State: Running, Role: LEADER
I20260608 12:40:33.658380  5145 consensus_queue.cc:237] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } }
I20260608 12:40:33.665549  4798 catalog_manager.cc:5696] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f reported cstate change: term changed from 0 to 1, leader changed from <none> to 10e67582f571449ea114c369d038776f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "10e67582f571449ea114c369d038776f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:33.681572  5115 consensus_queue.cc:1048] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.691946  5124 consensus_queue.cc:1048] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.823486  5145 consensus_queue.cc:1048] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.840803  5101 consensus_queue.cc:1048] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.934105  5102 consensus_queue.cc:1048] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.938340  5142 consensus_queue.cc:1048] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.965839  5102 consensus_queue.cc:1048] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.971267  5123 consensus_queue.cc:1048] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:33.993901  5123 consensus_queue.cc:1048] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:34.032686  5142 consensus_queue.cc:1048] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:34.120577  5101 consensus_queue.cc:1048] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:34.282819  5145 consensus_queue.cc:1048] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.007s
W20260608 12:40:34.805352  4865 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:45901, user_credentials={real_user=slave}} blocked reactor thread for 46782.7us
W20260608 12:40:34.821919  4941 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:38027, user_credentials={real_user=slave}} blocked reactor thread for 60092.6us
W20260608 12:40:34.896322  5013 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:44541, user_credentials={real_user=slave}} blocked reactor thread for 43947.4us
W20260608 12:40:34.913197  4865 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:45901, user_credentials={real_user=slave}} blocked reactor thread for 49268.7us
W20260608 12:40:35.023765  5079 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.193:44541, user_credentials={real_user=slave}} blocked reactor thread for 49713.7us
W20260608 12:40:35.043938  5249 log.cc:927] Time spent T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4: Append to log took a long time: real 0.058s	user 0.002s	sys 0.000s
W20260608 12:40:35.185245  5206 log.cc:927] Time spent T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0: Append to log took a long time: real 0.063s	user 0.000s	sys 0.001s
I20260608 12:40:35.187281  5238 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=11, attempt_no=0}) took 1012 ms. Trace:
W20260608 12:40:35.185516  5242 log.cc:927] Time spent T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4: Append to log took a long time: real 0.053s	user 0.001s	sys 0.000s
W20260608 12:40:35.204658  5174 log.cc:927] Time spent T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f: Append to log took a long time: real 0.095s	user 0.001s	sys 0.000s
I20260608 12:40:35.206565  5253 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38116 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=23, attempt_no=0}) took 1074 ms. Trace:
I20260608 12:40:35.187806  5238 rpcz_store.cc:276] 0608 12:40:34.174966 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.176538 (+  1572us) service_pool.cc:224] Handling call
0608 12:40:35.187084 (+1010546us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.237961 (+     0us) write_op.cc:183] PREPARE: starting on tablet ad843ae3590f4fe79d97f52f38f6b4bf
0608 12:40:34.238595 (+   634us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.238636 (+    41us) write_op.cc:435] Acquired schema lock
0608 12:40:34.238650 (+    14us) tablet.cc:662] Decoding operations
0608 12:40:34.240796 (+  2146us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.240865 (+    69us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.240894 (+    29us) tablet.cc:685] Acquiring locks for 7 operations
0608 12:40:34.241313 (+   419us) tablet.cc:701] Row locks acquired
0608 12:40:34.241331 (+    18us) write_op.cc:260] PREPARE: finished
0608 12:40:34.241497 (+   166us) write_op.cc:270] Start()
0608 12:40:34.241607 (+   110us) write_op.cc:276] Timestamp: P: 1780922434241454 usec, L: 0
0608 12:40:34.241642 (+    35us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.477813 (+236171us) spinlock_profiling.cc:243] Waited 3.07 ms on lock 0x7b540001c398. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fba286152 00007f5fb4da1fb6 00007f5fb4d221e8 00007f5fb4d21ae6 00007f5fb4e146ff 00007f5fb4e15072 00007f5fb896d788 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810
0608 12:40:34.482815 (+  5002us) log.cc:844] Serialized 605 byte log entry
0608 12:40:34.570814 (+ 87999us) spinlock_profiling.cc:243] Waited 3.11 ms on lock 0x7b2c001d10f8. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb348c99b 00007f5fb34a61e3 00007f5fb34a5b68 00007f5fb34a5ac8 00007f5fb4e932c8 00007f5fb4e93611 00007f5fb4d27347 00007f5fb4ce7913 00007f5fb4cf6490 00007f5fb4cf63a0 00007f5fb4cf6300
0608 12:40:34.886177 (+315363us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.000504 (+114327us) write_op.cc:301] APPLY: starting
0608 12:40:35.000605 (+   101us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.000862 (+   257us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.000883 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.002339 (+  1456us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.043481 (+ 41142us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.046418 (+  2937us) write_op.cc:312] APPLY: finished
0608 12:40:35.080863 (+ 34445us) log.cc:844] Serialized 58 byte log entry
0608 12:40:35.113792 (+ 32929us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.118457 (+  4665us) write_op.cc:454] Released schema lock
0608 12:40:35.122896 (+  4439us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":187264,"child_traces":[["op",{"apply.queue_time_us":114088,"mutex_wait_us":1787,"num_ops":7,"prepare.queue_time_us":34048,"prepare.run_cpu_time_us":37642,"prepare.run_wall_time_us":245265,"raft.queue_time_us":783,"raft.run_cpu_time_us":2904,"raft.run_wall_time_us":84494,"replication_time_us":644206,"spinlock_wait_cycles":14202624,"thread_start_us":26322,"threads_started":1}]]}
W20260608 12:40:35.213248  4941 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:38027, user_credentials={real_user=slave}} blocked reactor thread for 98222.1us
W20260608 12:40:35.242630  5190 log.cc:927] Time spent T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4: Append to log took a long time: real 0.155s	user 0.000s	sys 0.001s
I20260608 12:40:35.309374  5241 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=17, attempt_no=0}) took 1098 ms. Trace:
I20260608 12:40:35.310074  5233 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38116 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=39, attempt_no=0}) took 1175 ms. Trace:
I20260608 12:40:35.316883  5261 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38116 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=24, attempt_no=0}) took 1184 ms. Trace:
I20260608 12:40:35.209090  5253 rpcz_store.cc:276] 0608 12:40:34.132336 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.143403 (+ 11067us) service_pool.cc:224] Handling call
0608 12:40:34.221867 (+ 78464us) spinlock_profiling.cc:243] Waited 8.91 ms on lock 0x7b34001521b8. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5964f 00007f5fb2dddc24 00007f5fb2de2faf 00007f5fb2de57eb 00007f5fb2de5740 00007f5fb2de56a0 00007f5fb2de5640 00007f5fb2de396f 000000000049a986 000000000049a618
0608 12:40:35.206298 (+984431us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.282568 (+     0us) write_op.cc:183] PREPARE: starting on tablet 3344b9827091401796c7a7587638ef81
0608 12:40:34.298902 (+ 16334us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.299870 (+   968us) write_op.cc:435] Acquired schema lock
0608 12:40:34.345442 (+ 45572us) tablet.cc:662] Decoding operations
0608 12:40:34.381880 (+ 36438us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.382689 (+   809us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.383401 (+   712us) tablet.cc:685] Acquiring locks for 8 operations
0608 12:40:34.430222 (+ 46821us) tablet.cc:701] Row locks acquired
0608 12:40:34.431838 (+  1616us) write_op.cc:260] PREPARE: finished
0608 12:40:34.440759 (+  8921us) write_op.cc:270] Start()
0608 12:40:34.446066 (+  5307us) write_op.cc:276] Timestamp: P: 1780922434439349 usec, L: 0
0608 12:40:34.446800 (+   734us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.468636 (+ 21836us) log.cc:844] Serialized 649 byte log entry
0608 12:40:35.024157 (+555521us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.052846 (+ 28689us) write_op.cc:301] APPLY: starting
0608 12:40:35.052953 (+   107us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.054051 (+  1098us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.054169 (+   118us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.055652 (+  1483us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.055869 (+   217us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.055931 (+    62us) write_op.cc:312] APPLY: finished
0608 12:40:35.088522 (+ 32591us) log.cc:844] Serialized 64 byte log entry
0608 12:40:35.117042 (+ 28520us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.154524 (+ 37482us) write_op.cc:454] Released schema lock
0608 12:40:35.174010 (+ 19486us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":20489088,"child_traces":[["op",{"apply.queue_time_us":28454,"num_ops":8,"prepare.queue_time_us":10866,"prepare.run_cpu_time_us":4560,"prepare.run_wall_time_us":189737,"replication_time_us":576238}]]}
I20260608 12:40:35.345798  5226 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38116 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=12, attempt_no=0}) took 1214 ms. Trace:
I20260608 12:40:35.346931  5259 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:58752 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=43, attempt_no=0}) took 1171 ms. Trace:
I20260608 12:40:35.309830  5241 rpcz_store.cc:276] 0608 12:40:34.214652 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.215742 (+  1090us) service_pool.cc:224] Handling call
0608 12:40:34.355732 (+139990us) spinlock_profiling.cc:243] Waited 5.17 ms on lock 0x7b34002af068. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5964f 00007f5fb2dddc24 00007f5fb2de2faf 00007f5fb2de57eb 00007f5fb2de5740 00007f5fb2de56a0 00007f5fb2de5640 00007f5fb2de396f 000000000049a986 000000000049a618
0608 12:40:35.309160 (+953428us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.436957 (+     0us) write_op.cc:183] PREPARE: starting on tablet 6a35c3fabbed47dab1304211cb40461f
0608 12:40:34.450281 (+ 13324us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.450317 (+    36us) write_op.cc:435] Acquired schema lock
0608 12:40:34.450330 (+    13us) tablet.cc:662] Decoding operations
0608 12:40:34.450658 (+   328us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.450708 (+    50us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.450738 (+    30us) tablet.cc:685] Acquiring locks for 1 operations
0608 12:40:34.450936 (+   198us) tablet.cc:701] Row locks acquired
0608 12:40:34.450955 (+    19us) write_op.cc:260] PREPARE: finished
0608 12:40:34.455939 (+  4984us) write_op.cc:270] Start()
0608 12:40:34.460466 (+  4527us) write_op.cc:276] Timestamp: P: 1780922434455897 usec, L: 0
0608 12:40:34.460481 (+    15us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.953953 (+493472us) spinlock_profiling.cc:243] Waited 12 ms on lock 0x7b54000459a0. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fba286152 00007f5fb4d22134 00007f5fb4d21ae6 00007f5fb4e146ff 00007f5fb4e15072 00007f5fb896d788 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0
0608 12:40:34.955641 (+  1688us) log.cc:844] Serialized 345 byte log entry
0608 12:40:35.290035 (+334394us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.306818 (+ 16783us) write_op.cc:301] APPLY: starting
0608 12:40:35.306904 (+    86us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.307027 (+   123us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.307047 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.307493 (+   446us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.307702 (+   209us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.307751 (+    49us) write_op.cc:312] APPLY: finished
0608 12:40:35.307933 (+   182us) log.cc:844] Serialized 22 byte log entry
0608 12:40:35.308718 (+   785us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.308807 (+    89us) write_op.cc:454] Released schema lock
0608 12:40:35.308845 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":11902208,"child_traces":[["op",{"apply.queue_time_us":16579,"num_ops":1,"prepare.queue_time_us":7899,"prepare.run_cpu_time_us":18549,"prepare.run_wall_time_us":593207,"raft.queue_time_us":1288,"raft.run_cpu_time_us":3462,"raft.run_wall_time_us":24389,"replication_time_us":826893,"spinlock_wait_cycles":27574528,"thread_start_us":17004,"threads_started":1,"wal-append.queue_time_us":43472}]]}
I20260608 12:40:35.380697  5235 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:58752 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=28, attempt_no=0}) took 1248 ms. Trace:
W20260608 12:40:35.410562  5270 log.cc:927] Time spent T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4: Append to log took a long time: real 0.088s	user 0.000s	sys 0.001s
I20260608 12:40:35.413834  5240 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=20, attempt_no=0}) took 1191 ms. Trace:
I20260608 12:40:35.426961  5229 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:58752 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=10, attempt_no=0}) took 1230 ms. Trace:
I20260608 12:40:35.414328  5240 rpcz_store.cc:276] 0608 12:40:34.227633 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.229213 (+  1580us) service_pool.cc:224] Handling call
0608 12:40:35.413638 (+1184425us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.485894 (+     0us) write_op.cc:183] PREPARE: starting on tablet ad843ae3590f4fe79d97f52f38f6b4bf
0608 12:40:34.498184 (+ 12290us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.498218 (+    34us) write_op.cc:435] Acquired schema lock
0608 12:40:34.498232 (+    14us) tablet.cc:662] Decoding operations
0608 12:40:34.498732 (+   500us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.498776 (+    44us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.498803 (+    27us) tablet.cc:685] Acquiring locks for 6 operations
0608 12:40:34.499277 (+   474us) tablet.cc:701] Row locks acquired
0608 12:40:34.499298 (+    21us) write_op.cc:260] PREPARE: finished
0608 12:40:34.988572 (+489274us) spinlock_profiling.cc:243] Waited 12.8 ms on lock 0x7b34002af068. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5aa42 00007f5fb896cec4 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0 00007f5fb897492f 000000000049a986 000000000049a618
0608 12:40:34.988768 (+   196us) write_op.cc:270] Start()
0608 12:40:34.989021 (+   253us) write_op.cc:276] Timestamp: P: 1780922434988720 usec, L: 0
0608 12:40:34.989055 (+    34us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.989920 (+   865us) log.cc:844] Serialized 562 byte log entry
0608 12:40:35.329273 (+339353us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.340462 (+ 11189us) write_op.cc:301] APPLY: starting
0608 12:40:35.342409 (+  1947us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.371647 (+ 29238us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.376655 (+  5008us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.412387 (+ 35732us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.412593 (+   206us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.412644 (+    51us) write_op.cc:312] APPLY: finished
0608 12:40:35.412892 (+   248us) log.cc:844] Serialized 52 byte log entry
0608 12:40:35.413130 (+   238us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.413227 (+    97us) write_op.cc:454] Released schema lock
0608 12:40:35.413278 (+    51us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":10964,"num_ops":6,"prepare.queue_time_us":225947,"prepare.run_cpu_time_us":5531,"prepare.run_wall_time_us":506871,"replication_time_us":340082,"spinlock_wait_cycles":29476608}]]}
I20260608 12:40:35.311616  5233 rpcz_store.cc:276] 0608 12:40:34.134831 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.138766 (+  3935us) service_pool.cc:224] Handling call
0608 12:40:35.309870 (+1171104us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.195422 (+     0us) write_op.cc:183] PREPARE: starting on tablet 4763f2d51cf84c4386c83a14688d2b21
0608 12:40:34.205570 (+ 10148us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.205604 (+    34us) write_op.cc:435] Acquired schema lock
0608 12:40:34.205625 (+    21us) tablet.cc:662] Decoding operations
0608 12:40:34.213723 (+  8098us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.214407 (+   684us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.214930 (+   523us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:40:34.235587 (+ 20657us) tablet.cc:701] Row locks acquired
0608 12:40:34.236184 (+   597us) write_op.cc:260] PREPARE: finished
0608 12:40:34.255758 (+ 19574us) write_op.cc:270] Start()
0608 12:40:34.265254 (+  9496us) write_op.cc:276] Timestamp: P: 1780922434254410 usec, L: 0
0608 12:40:34.265280 (+    26us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.376456 (+111176us) log.cc:844] Serialized 475 byte log entry
0608 12:40:34.927576 (+551120us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.012479 (+ 84903us) write_op.cc:301] APPLY: starting
0608 12:40:35.012615 (+   136us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.032646 (+ 20031us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.045078 (+ 12432us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.092783 (+ 47705us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.093000 (+   217us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.093050 (+    50us) write_op.cc:312] APPLY: finished
0608 12:40:35.093317 (+   267us) log.cc:844] Serialized 40 byte log entry
0608 12:40:35.117048 (+ 23731us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.197265 (+ 80217us) write_op.cc:454] Released schema lock
0608 12:40:35.200836 (+  3571us) write_op.cc:341] FINISH: Updating metrics
0608 12:40:35.309768 (+108932us) spinlock_profiling.cc:243] Waited 29.6 ms on lock 0x7b34001521b8. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5cc91 00007f5fb2d81273 00007f5fba6589a7 00007f5fb8971396 00007f5fb8970b8f 00007f5fb89794e0 00007f5fb8979440 00007f5fb89793a0 00007f5fb8979340 00007f5fb89774bf
Metrics: {"child_traces":[["op",{"apply.queue_time_us":84653,"num_ops":4,"prepare.queue_time_us":42740,"prepare.run_cpu_time_us":4608,"prepare.run_wall_time_us":195941,"replication_time_us":660442,"spinlock_wait_cycles":68015488,"thread_start_us":15125,"threads_started":1}]]}
I20260608 12:40:35.370836  5259 rpcz_store.cc:276] 0608 12:40:34.181033 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.182467 (+  1434us) service_pool.cc:224] Handling call
0608 12:40:35.346711 (+1164244us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.494554 (+     0us) write_op.cc:183] PREPARE: starting on tablet eecafb94526544ce8e01e2c3fe68e38d
0608 12:40:34.523286 (+ 28732us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.525847 (+  2561us) write_op.cc:435] Acquired schema lock
0608 12:40:34.525861 (+    14us) tablet.cc:662] Decoding operations
0608 12:40:34.572093 (+ 46232us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.573523 (+  1430us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.576354 (+  2831us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:40:34.615834 (+ 39480us) tablet.cc:701] Row locks acquired
0608 12:40:34.615857 (+    23us) write_op.cc:260] PREPARE: finished
0608 12:40:34.624131 (+  8274us) write_op.cc:270] Start()
0608 12:40:34.630328 (+  6197us) write_op.cc:276] Timestamp: P: 1780922434624071 usec, L: 0
0608 12:40:34.632188 (+  1860us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.659195 (+ 27007us) log.cc:844] Serialized 475 byte log entry
0608 12:40:35.341583 (+682388us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.341983 (+   400us) write_op.cc:301] APPLY: starting
0608 12:40:35.342099 (+   116us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.342782 (+   683us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.342891 (+   109us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.343999 (+  1108us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.344196 (+   197us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.344251 (+    55us) write_op.cc:312] APPLY: finished
0608 12:40:35.344479 (+   228us) log.cc:844] Serialized 40 byte log entry
0608 12:40:35.344690 (+   211us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.344805 (+   115us) write_op.cc:454] Released schema lock
0608 12:40:35.344850 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":160,"num_ops":4,"prepare.queue_time_us":294936,"prepare.run_cpu_time_us":3928,"prepare.run_wall_time_us":183167,"replication_time_us":708834}]]}
I20260608 12:40:35.483222  5238 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=3, attempt_no=0}) took 1224 ms. Trace:
I20260608 12:40:35.483666  5238 rpcz_store.cc:276] 0608 12:40:34.268592 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.281577 (+ 12985us) service_pool.cc:224] Handling call
0608 12:40:34.428216 (+146639us) spinlock_profiling.cc:243] Waited 5.67 ms on lock 0x7b58001a5898. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb138ad9b 00007f5fb1640835 00007f5fb16410a4 0000000000469a78 00007f5fba542f1c 00007f5fba6abdb7 00007f5fba6abe7e 00007f5fba635de6 00007f5fba60d6e8 00007f5fba609f44 00007f5fb92d8ae6
0608 12:40:35.483137 (+1054921us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.044668 (+     0us) write_op.cc:183] PREPARE: starting on tablet 6a35c3fabbed47dab1304211cb40461f
0608 12:40:35.046950 (+  2282us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.046983 (+    33us) write_op.cc:435] Acquired schema lock
0608 12:40:35.046999 (+    16us) tablet.cc:662] Decoding operations
0608 12:40:35.068322 (+ 21323us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.080527 (+ 12205us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.082581 (+  2054us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:40:35.123251 (+ 40670us) tablet.cc:701] Row locks acquired
0608 12:40:35.123283 (+    32us) write_op.cc:260] PREPARE: finished
0608 12:40:35.184525 (+ 61242us) write_op.cc:270] Start()
0608 12:40:35.199516 (+ 14991us) write_op.cc:276] Timestamp: P: 1780922435175148 usec, L: 0
0608 12:40:35.200426 (+   910us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.243103 (+ 42677us) log.cc:844] Serialized 475 byte log entry
0608 12:40:35.402646 (+159543us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.481033 (+ 78387us) write_op.cc:301] APPLY: starting
0608 12:40:35.481102 (+    69us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.481253 (+   151us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.481349 (+    96us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.481946 (+   597us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.482116 (+   170us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.482161 (+    45us) write_op.cc:312] APPLY: finished
0608 12:40:35.482394 (+   233us) log.cc:844] Serialized 40 byte log entry
0608 12:40:35.482641 (+   247us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.482719 (+    78us) write_op.cc:454] Released schema lock
0608 12:40:35.482772 (+    53us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":13050240,"child_traces":[["op",{"apply.queue_time_us":78171,"mutex_wait_us":2413,"num_ops":4,"prepare.queue_time_us":615174,"prepare.run_cpu_time_us":4245,"prepare.run_wall_time_us":198936,"replication_time_us":201273}]]}
I20260608 12:40:35.346266  5226 rpcz_store.cc:276] 0608 12:40:34.131172 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.144732 (+ 13560us) service_pool.cc:224] Handling call
0608 12:40:34.374675 (+229943us) spinlock_profiling.cc:243] Waited 30.1 ms on lock 0x7b34001521b8. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5964f 00007f5fb2dddc24 00007f5fb2de2faf 00007f5fb2de57eb 00007f5fb2de5740 00007f5fb2de56a0 00007f5fb2de5640 00007f5fb2de396f 000000000049a986 000000000049a618
0608 12:40:35.345557 (+970882us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.441277 (+     0us) write_op.cc:183] PREPARE: starting on tablet 4763f2d51cf84c4386c83a14688d2b21
0608 12:40:34.526109 (+ 84832us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.526146 (+    37us) write_op.cc:435] Acquired schema lock
0608 12:40:34.526169 (+    23us) tablet.cc:662] Decoding operations
0608 12:40:34.526596 (+   427us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.526646 (+    50us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.526674 (+    28us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:40:34.563136 (+ 36462us) tablet.cc:701] Row locks acquired
0608 12:40:34.563638 (+   502us) write_op.cc:260] PREPARE: finished
0608 12:40:34.563844 (+   206us) write_op.cc:270] Start()
0608 12:40:34.563958 (+   114us) write_op.cc:276] Timestamp: P: 1780922434563784 usec, L: 0
0608 12:40:34.563978 (+    20us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.567931 (+  3953us) log.cc:844] Serialized 475 byte log entry
0608 12:40:35.205595 (+637664us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.342789 (+137194us) write_op.cc:301] APPLY: starting
0608 12:40:35.342889 (+   100us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.343069 (+   180us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.343153 (+    84us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.344380 (+  1227us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.344542 (+   162us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.344587 (+    45us) write_op.cc:312] APPLY: finished
0608 12:40:35.344826 (+   239us) log.cc:844] Serialized 40 byte log entry
0608 12:40:35.345020 (+   194us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.345140 (+   120us) write_op.cc:454] Released schema lock
0608 12:40:35.345180 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":69288832,"child_traces":[["op",{"apply.queue_time_us":136975,"num_ops":4,"prepare.queue_time_us":25000,"prepare.run_cpu_time_us":4763,"prepare.run_wall_time_us":146307,"replication_time_us":641469}]]}
I20260608 12:40:35.427480  5229 rpcz_store.cc:276] 0608 12:40:34.125997 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.126883 (+   886us) service_pool.cc:224] Handling call
0608 12:40:34.179370 (+ 52487us) spinlock_profiling.cc:243] Waited 21.5 ms on lock 0x7b58001f3e98. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb138ad9b 00007f5fb1640835 00007f5fb16405cd 00007f5fbb912848 00007f5fba542a6c 00007f5fba6abd90 00007f5fba6abe7e 00007f5fba635de6 00007f5fba60d6e8 00007f5fba609f44 00007f5fb92d8ae6
0608 12:40:35.349893 (+1170523us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.250933 (+     0us) write_op.cc:183] PREPARE: starting on tablet eecafb94526544ce8e01e2c3fe68e38d
0608 12:40:34.278387 (+ 27454us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.278419 (+    32us) write_op.cc:435] Acquired schema lock
0608 12:40:34.278438 (+    19us) tablet.cc:662] Decoding operations
0608 12:40:34.278877 (+   439us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.278939 (+    62us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.278972 (+    33us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:34.282955 (+  3983us) tablet.cc:701] Row locks acquired
0608 12:40:34.283999 (+  1044us) write_op.cc:260] PREPARE: finished
0608 12:40:34.289753 (+  5754us) write_op.cc:270] Start()
0608 12:40:34.298214 (+  8461us) write_op.cc:276] Timestamp: P: 1780922434289704 usec, L: 0
0608 12:40:34.298924 (+   710us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.493522 (+194598us) spinlock_profiling.cc:243] Waited 65.8 ms on lock 0x7b54000e6620. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb4d085cb 00007f5fb4d2ee64 00007f5fb4e2b671 00007f5fb4e155e1 00007f5fb4e14ed2 00007f5fb896d788 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0
0608 12:40:34.494133 (+   611us) log.cc:844] Serialized 432 byte log entry
0608 12:40:35.327032 (+832899us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.332554 (+  5522us) write_op.cc:301] APPLY: starting
0608 12:40:35.332643 (+    89us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.332792 (+   149us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.332812 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.333362 (+   550us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.333541 (+   179us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.333588 (+    47us) write_op.cc:312] APPLY: finished
0608 12:40:35.333773 (+   185us) log.cc:844] Serialized 34 byte log entry
0608 12:40:35.335659 (+  1886us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.335765 (+   106us) write_op.cc:454] Released schema lock
0608 12:40:35.335804 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":51415808,"child_traces":[["op",{"apply.queue_time_us":399,"num_ops":3,"prepare.queue_time_us":47193,"prepare.run_cpu_time_us":5245,"prepare.run_wall_time_us":249410,"replication_time_us":1027942,"spinlock_wait_cycles":151265536}]]}
I20260608 12:40:35.488639  5228 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:58752 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=16, attempt_no=0}) took 1361 ms. Trace:
I20260608 12:40:35.490975  5238 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=34, attempt_no=0}) took 1084 ms. Trace:
I20260608 12:40:35.491405  5238 rpcz_store.cc:276] 0608 12:40:34.415424 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.417682 (+  2258us) service_pool.cc:224] Handling call
0608 12:40:35.490904 (+1073222us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.243626 (+     0us) write_op.cc:183] PREPARE: starting on tablet 6a35c3fabbed47dab1304211cb40461f
0608 12:40:35.244260 (+   634us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.244297 (+    37us) write_op.cc:435] Acquired schema lock
0608 12:40:35.244313 (+    16us) tablet.cc:662] Decoding operations
0608 12:40:35.246179 (+  1866us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.246232 (+    53us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.246262 (+    30us) tablet.cc:685] Acquiring locks for 8 operations
0608 12:40:35.246763 (+   501us) tablet.cc:701] Row locks acquired
0608 12:40:35.246785 (+    22us) write_op.cc:260] PREPARE: finished
0608 12:40:35.258860 (+ 12075us) write_op.cc:270] Start()
0608 12:40:35.264498 (+  5638us) write_op.cc:276] Timestamp: P: 1780922435255424 usec, L: 0
0608 12:40:35.265402 (+   904us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.285664 (+ 20262us) log.cc:844] Serialized 649 byte log entry
0608 12:40:35.402963 (+117299us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.487495 (+ 84532us) write_op.cc:301] APPLY: starting
0608 12:40:35.487559 (+    64us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.487772 (+   213us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.487866 (+    94us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.489044 (+  1178us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.489231 (+   187us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.489272 (+    41us) write_op.cc:312] APPLY: finished
0608 12:40:35.489561 (+   289us) log.cc:844] Serialized 64 byte log entry
0608 12:40:35.489777 (+   216us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.490547 (+   770us) write_op.cc:454] Released schema lock
0608 12:40:35.490592 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":84367,"num_ops":8,"prepare.queue_time_us":772525,"prepare.run_cpu_time_us":4262,"prepare.run_wall_time_us":42361,"replication_time_us":137468}]]}
I20260608 12:40:35.503744  5241 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=15, attempt_no=0}) took 1311 ms. Trace:
I20260608 12:40:35.508039  5241 rpcz_store.cc:276] 0608 12:40:34.204641 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.207469 (+  2828us) service_pool.cc:224] Handling call
0608 12:40:35.503664 (+1296195us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.103626 (+     0us) write_op.cc:183] PREPARE: starting on tablet 73788fd48d7b4d70b0bf1bb3d2f79d06
0608 12:40:35.104215 (+   589us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.104253 (+    38us) write_op.cc:435] Acquired schema lock
0608 12:40:35.104271 (+    18us) tablet.cc:662] Decoding operations
0608 12:40:35.110674 (+  6403us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.111951 (+  1277us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.114589 (+  2638us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:35.189525 (+ 74936us) tablet.cc:701] Row locks acquired
0608 12:40:35.193541 (+  4016us) write_op.cc:260] PREPARE: finished
0608 12:40:35.207130 (+ 13589us) write_op.cc:270] Start()
0608 12:40:35.237119 (+ 29989us) write_op.cc:276] Timestamp: P: 1780922435203852 usec, L: 0
0608 12:40:35.239155 (+  2036us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.254559 (+ 15404us) log.cc:844] Serialized 432 byte log entry
0608 12:40:35.339516 (+ 84957us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.424728 (+ 85212us) write_op.cc:301] APPLY: starting
0608 12:40:35.424808 (+    80us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.424949 (+   141us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.425057 (+   108us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.464027 (+ 38970us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.464210 (+   183us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.464260 (+    50us) write_op.cc:312] APPLY: finished
0608 12:40:35.464494 (+   234us) log.cc:844] Serialized 34 byte log entry
0608 12:40:35.464737 (+   243us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.464820 (+    83us) write_op.cc:454] Released schema lock
0608 12:40:35.464872 (+    52us) write_op.cc:341] FINISH: Updating metrics
0608 12:40:35.503536 (+ 38664us) spinlock_profiling.cc:243] Waited 7.88 ms on lock 0x7b34002af068. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5cc91 00007f5fb2d81273 00007f5fba6589a7 00007f5fb8971396 00007f5fb8970b8f 00007f5fb89794e0 00007f5fb8979440 00007f5fb89793a0 00007f5fb8979340 00007f5fb89774bf
Metrics: {"child_traces":[["op",{"apply.queue_time_us":85014,"num_ops":3,"prepare.queue_time_us":866702,"prepare.run_cpu_time_us":3918,"prepare.run_wall_time_us":159150,"replication_time_us":100229,"spinlock_wait_cycles":18132224}]]}
I20260608 12:40:35.317335  5261 rpcz_store.cc:276] 0608 12:40:34.132712 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.149441 (+ 16729us) service_pool.cc:224] Handling call
0608 12:40:34.355434 (+205993us) spinlock_profiling.cc:243] Waited 8.88 ms on lock 0x7b34001521b8. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5964f 00007f5fb2dddc24 00007f5fb2de2faf 00007f5fb2de57eb 00007f5fb2de5740 00007f5fb2de56a0 00007f5fb2de5640 00007f5fb2de396f 000000000049a986 000000000049a618
0608 12:40:35.316678 (+961244us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.495775 (+     0us) write_op.cc:183] PREPARE: starting on tablet 3344b9827091401796c7a7587638ef81
0608 12:40:34.517695 (+ 21920us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.517733 (+    38us) write_op.cc:435] Acquired schema lock
0608 12:40:34.517753 (+    20us) tablet.cc:662] Decoding operations
0608 12:40:34.518160 (+   407us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.518205 (+    45us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.518244 (+    39us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:34.542176 (+ 23932us) tablet.cc:701] Row locks acquired
0608 12:40:34.543892 (+  1716us) write_op.cc:260] PREPARE: finished
0608 12:40:34.554631 (+ 10739us) write_op.cc:270] Start()
0608 12:40:34.562094 (+  7463us) write_op.cc:276] Timestamp: P: 1780922434554175 usec, L: 0
0608 12:40:34.562120 (+    26us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.617615 (+ 55495us) log.cc:844] Serialized 432 byte log entry
0608 12:40:34.934132 (+316517us) spinlock_profiling.cc:243] Waited 16.1 ms on lock 0x7b54004eff54. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb4d085cb 00007f5fb4e15115 00007f5fb896d788 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0 00007f5fb897492f 000000000049a986 000000000049a618
0608 12:40:35.054437 (+120305us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.314679 (+260242us) write_op.cc:301] APPLY: starting
0608 12:40:35.314720 (+    41us) spinlock_profiling.cc:243] Waited 1.63 ms on lock 0x7b54004d6aa0. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb4d085cb 00007f5fb4d25b4f 00007f5fb4ce7913 00007f5fb4cf6490 00007f5fb4cf63a0 00007f5fb4cf6300 00007f5fb4cf62a0 00007f5fb4cf439f 000000000049a986 000000000049a618 00007f5fb16b4131
0608 12:40:35.314759 (+    39us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.314875 (+   116us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.314886 (+    11us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.315415 (+   529us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.315582 (+   167us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.315636 (+    54us) write_op.cc:312] APPLY: finished
0608 12:40:35.315846 (+   210us) log.cc:844] Serialized 34 byte log entry
0608 12:40:35.316130 (+   284us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.316261 (+   131us) write_op.cc:454] Released schema lock
0608 12:40:35.316298 (+    37us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":20430720,"child_traces":[["op",{"apply.queue_time_us":260044,"num_ops":3,"prepare.queue_time_us":106657,"prepare.run_cpu_time_us":6303,"prepare.run_wall_time_us":443452,"raft.queue_time_us":7032,"raft.run_cpu_time_us":34621,"raft.run_wall_time_us":366318,"replication_time_us":489401,"spinlock_wait_cycles":40788992}]]}
I20260608 12:40:35.531401  5229 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:58752 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=21, attempt_no=0}) took 1404 ms. Trace:
I20260608 12:40:35.505733  5238 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=14, attempt_no=0}) took 1324 ms. Trace:
I20260608 12:40:35.535363  5238 rpcz_store.cc:276] 0608 12:40:34.186122 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.187176 (+  1054us) service_pool.cc:224] Handling call
0608 12:40:35.505653 (+1318477us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.377105 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9491eb848bc84bb4b7fc9764529eb7d1
0608 12:40:34.391285 (+ 14180us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.395506 (+  4221us) write_op.cc:435] Acquired schema lock
0608 12:40:34.395528 (+    22us) tablet.cc:662] Decoding operations
0608 12:40:34.418218 (+ 22690us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.418268 (+    50us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.418303 (+    35us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:40:34.418728 (+   425us) tablet.cc:701] Row locks acquired
0608 12:40:34.418744 (+    16us) write_op.cc:260] PREPARE: finished
0608 12:40:34.418944 (+   200us) write_op.cc:270] Start()
0608 12:40:34.419076 (+   132us) write_op.cc:276] Timestamp: P: 1780922434418895 usec, L: 0
0608 12:40:34.419101 (+    25us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.419937 (+   836us) log.cc:844] Serialized 475 byte log entry
0608 12:40:35.408402 (+988465us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.494773 (+ 86371us) write_op.cc:301] APPLY: starting
0608 12:40:35.494922 (+   149us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.495090 (+   168us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.495175 (+    85us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.502991 (+  7816us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.503253 (+   262us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.503296 (+    43us) write_op.cc:312] APPLY: finished
0608 12:40:35.503544 (+   248us) log.cc:844] Serialized 40 byte log entry
0608 12:40:35.505007 (+  1463us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.505158 (+   151us) write_op.cc:454] Released schema lock
0608 12:40:35.505213 (+    55us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":85410,"num_ops":4,"prepare.queue_time_us":149539,"prepare.run_cpu_time_us":3939,"prepare.run_wall_time_us":65823,"replication_time_us":989105}]]}
I20260608 12:40:35.556207  5226 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38116 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=19, attempt_no=0}) took 1424 ms. Trace:
I20260608 12:40:35.559150  5226 rpcz_store.cc:276] 0608 12:40:34.131956 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.143855 (+ 11899us) service_pool.cc:224] Handling call
0608 12:40:34.363910 (+220055us) spinlock_profiling.cc:243] Waited 28.8 ms on lock 0x7b34001521b8. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5964f 00007f5fb2dddc24 00007f5fb2de2faf 00007f5fb2de57eb 00007f5fb2de5740 00007f5fb2de56a0 00007f5fb2de5640 00007f5fb2de396f 000000000049a986 000000000049a618
0608 12:40:35.554460 (+1190550us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.583588 (+     0us) write_op.cc:183] PREPARE: starting on tablet ca62e8a0b5024d25be087961f0ecd4b6
0608 12:40:34.636301 (+ 52713us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.637334 (+  1033us) write_op.cc:435] Acquired schema lock
0608 12:40:34.638794 (+  1460us) tablet.cc:662] Decoding operations
0608 12:40:34.664210 (+ 25416us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.682925 (+ 18715us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.693404 (+ 10479us) tablet.cc:685] Acquiring locks for 2 operations
0608 12:40:34.694072 (+   668us) tablet.cc:701] Row locks acquired
0608 12:40:34.694093 (+    21us) write_op.cc:260] PREPARE: finished
0608 12:40:34.877056 (+182963us) spinlock_profiling.cc:243] Waited 3.83 ms on lock 0x7b34001521b8. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5aa42 00007f5fb896cec4 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0 00007f5fb897492f 000000000049a986 000000000049a618
0608 12:40:34.877331 (+   275us) write_op.cc:270] Start()
0608 12:40:34.877653 (+   322us) write_op.cc:276] Timestamp: P: 1780922434877251 usec, L: 0
0608 12:40:34.877698 (+    45us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.878808 (+  1110us) log.cc:844] Serialized 388 byte log entry
0608 12:40:35.299624 (+420816us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.494142 (+194518us) write_op.cc:301] APPLY: starting
0608 12:40:35.494233 (+    91us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.494366 (+   133us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.494388 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.494754 (+   366us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.494932 (+   178us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.494981 (+    49us) write_op.cc:312] APPLY: finished
0608 12:40:35.495160 (+   179us) log.cc:844] Serialized 28 byte log entry
0608 12:40:35.533846 (+ 38686us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.544835 (+ 10989us) write_op.cc:454] Released schema lock
0608 12:40:35.545190 (+   355us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":66178944,"child_traces":[["op",{"apply.queue_time_us":192303,"num_ops":2,"prepare.queue_time_us":129499,"prepare.run_cpu_time_us":6049,"prepare.run_wall_time_us":304238,"replication_time_us":418700,"spinlock_wait_cycles":8802688}]]}
I20260608 12:40:35.558516  5240 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=30, attempt_no=0}) took 1176 ms. Trace:
I20260608 12:40:35.581736  5226 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38116 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=46, attempt_no=0}) took 1446 ms. Trace:
I20260608 12:40:35.582158  5226 rpcz_store.cc:276] 0608 12:40:34.135548 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.137518 (+  1970us) service_pool.cc:224] Handling call
0608 12:40:35.581653 (+1444135us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.678271 (+     0us) write_op.cc:183] PREPARE: starting on tablet 261f21b0c96a40ccb0ecbc8a0cd44113
0608 12:40:34.721502 (+ 43231us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.724104 (+  2602us) write_op.cc:435] Acquired schema lock
0608 12:40:34.724130 (+    26us) tablet.cc:662] Decoding operations
0608 12:40:34.776479 (+ 52349us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.776528 (+    49us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.776546 (+    18us) tablet.cc:685] Acquiring locks for 8 operations
0608 12:40:34.776863 (+   317us) tablet.cc:701] Row locks acquired
0608 12:40:34.776873 (+    10us) write_op.cc:260] PREPARE: finished
0608 12:40:34.777005 (+   132us) write_op.cc:270] Start()
0608 12:40:34.777087 (+    82us) write_op.cc:276] Timestamp: P: 1780922434776971 usec, L: 0
0608 12:40:34.777101 (+    14us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.777582 (+   481us) log.cc:844] Serialized 649 byte log entry
0608 12:40:35.401884 (+624302us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.577610 (+175726us) write_op.cc:301] APPLY: starting
0608 12:40:35.577695 (+    85us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.577997 (+   302us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.578588 (+   591us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.579799 (+  1211us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.580086 (+   287us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.580130 (+    44us) write_op.cc:312] APPLY: finished
0608 12:40:35.580379 (+   249us) log.cc:844] Serialized 64 byte log entry
0608 12:40:35.581159 (+   780us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.581264 (+   105us) write_op.cc:454] Released schema lock
0608 12:40:35.581307 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":175502,"mutex_wait_us":132024,"num_ops":8,"prepare.queue_time_us":539517,"prepare.run_cpu_time_us":3861,"prepare.run_wall_time_us":246843,"raft.queue_time_us":147370,"raft.run_cpu_time_us":1689,"raft.run_wall_time_us":1689,"replication_time_us":620750,"spinlock_wait_cycles":263040}]]}
I20260608 12:40:35.400134  5235 rpcz_store.cc:276] 0608 12:40:34.128326 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.130257 (+  1931us) service_pool.cc:224] Handling call
0608 12:40:34.177213 (+ 46956us) spinlock_profiling.cc:243] Waited 18.1 ms on lock 0x7b58001f3e98. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb138ad9b 00007f5fb1640835 00007f5fb16405cd 00007f5fbb912848 00007f5fba542a6c 00007f5fba6abd90 00007f5fba6abe7e 00007f5fba635de6 00007f5fba60d6e8 00007f5fba609f44 00007f5fb92d8ae6
0608 12:40:34.207080 (+ 29867us) spinlock_profiling.cc:243] Waited 910 us on lock 0x7b58001f3e98. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb138ad9b 00007f5fb1640835 00007f5fb16410a4 0000000000469a78 00007f5fba542f1c 00007f5fba6abdb7 00007f5fba6abe7e 00007f5fba635de6 00007f5fba60d6e8 00007f5fba609f44 00007f5fb92d8ae6
0608 12:40:35.376370 (+1169290us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.702149 (+     0us) write_op.cc:183] PREPARE: starting on tablet eecafb94526544ce8e01e2c3fe68e38d
0608 12:40:34.772308 (+ 70159us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.772972 (+   664us) write_op.cc:435] Acquired schema lock
0608 12:40:34.773474 (+   502us) tablet.cc:662] Decoding operations
0608 12:40:34.776634 (+  3160us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.776675 (+    41us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.776702 (+    27us) tablet.cc:685] Acquiring locks for 1 operations
0608 12:40:34.776847 (+   145us) tablet.cc:701] Row locks acquired
0608 12:40:34.776865 (+    18us) write_op.cc:260] PREPARE: finished
0608 12:40:34.777035 (+   170us) write_op.cc:270] Start()
0608 12:40:34.777143 (+   108us) write_op.cc:276] Timestamp: P: 1780922434776981 usec, L: 0
0608 12:40:34.777161 (+    18us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.777774 (+   613us) log.cc:844] Serialized 345 byte log entry
0608 12:40:35.342003 (+564229us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.371130 (+ 29127us) write_op.cc:301] APPLY: starting
0608 12:40:35.371231 (+   101us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.371392 (+   161us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.371506 (+   114us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.372451 (+   945us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.372603 (+   152us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.372649 (+    46us) write_op.cc:312] APPLY: finished
0608 12:40:35.372839 (+   190us) log.cc:844] Serialized 22 byte log entry
0608 12:40:35.373637 (+   798us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.373709 (+    72us) write_op.cc:454] Released schema lock
0608 12:40:35.373749 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":43683072,"child_traces":[["op",{"apply.queue_time_us":28078,"num_ops":1,"prepare.queue_time_us":473488,"prepare.run_cpu_time_us":2723,"prepare.run_wall_time_us":83031,"replication_time_us":564673}]]}
I20260608 12:40:35.590957  5264 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=2, attempt_no=0}) took 1418 ms. Trace:
I20260608 12:40:35.531963  5229 rpcz_store.cc:276] 0608 12:40:34.127138 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.128895 (+  1757us) service_pool.cc:224] Handling call
0608 12:40:34.157379 (+ 28484us) spinlock_profiling.cc:243] Waited 17.5 ms on lock 0x7b58001f3e98. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb138ad9b 00007f5fb1640835 00007f5fb16405cd 00007f5fbb912848 00007f5fba542a6c 00007f5fba6abd90 00007f5fba6abe7e 00007f5fba635de6 00007f5fba60d6e8 00007f5fba609f44 00007f5fb92d8ae6
0608 12:40:35.531302 (+1373923us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.874821 (+     0us) write_op.cc:183] PREPARE: starting on tablet b372ad73dd3149f9b625f406eaf8b7a2
0608 12:40:34.898409 (+ 23588us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.898462 (+    53us) write_op.cc:435] Acquired schema lock
0608 12:40:34.898479 (+    17us) tablet.cc:662] Decoding operations
0608 12:40:34.899050 (+   571us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.899114 (+    64us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.899147 (+    33us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:34.899598 (+   451us) tablet.cc:701] Row locks acquired
0608 12:40:34.899621 (+    23us) write_op.cc:260] PREPARE: finished
0608 12:40:34.903716 (+  4095us) write_op.cc:270] Start()
0608 12:40:34.903881 (+   165us) write_op.cc:276] Timestamp: P: 1780922434903659 usec, L: 0
0608 12:40:34.903900 (+    19us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.904998 (+  1098us) log.cc:844] Serialized 432 byte log entry
0608 12:40:35.498379 (+593381us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.527844 (+ 29465us) write_op.cc:301] APPLY: starting
0608 12:40:35.527917 (+    73us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.528059 (+   142us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.528138 (+    79us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.528632 (+   494us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.528816 (+   184us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.528863 (+    47us) write_op.cc:312] APPLY: finished
0608 12:40:35.529062 (+   199us) log.cc:844] Serialized 34 byte log entry
0608 12:40:35.530304 (+  1242us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.530383 (+    79us) write_op.cc:454] Released schema lock
0608 12:40:35.530420 (+    37us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":40553728,"child_traces":[["op",{"apply.queue_time_us":28334,"mutex_wait_us":8913,"num_ops":3,"prepare.queue_time_us":714537,"prepare.run_cpu_time_us":24934,"prepare.run_wall_time_us":212563,"raft.queue_time_us":48763,"raft.run_cpu_time_us":1877,"raft.run_wall_time_us":42985,"replication_time_us":576700,"thread_start_us":157906,"threads_started":1}]]}
I20260608 12:40:35.591455  5264 rpcz_store.cc:276] 0608 12:40:34.173743 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.175852 (+  2109us) service_pool.cc:224] Handling call
0608 12:40:35.590775 (+1414923us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.244032 (+     0us) write_op.cc:183] PREPARE: starting on tablet 19eff18c92eb4b4ea4b97c755ce2a30d
0608 12:40:34.244571 (+   539us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.244602 (+    31us) write_op.cc:435] Acquired schema lock
0608 12:40:34.244621 (+    19us) tablet.cc:662] Decoding operations
0608 12:40:34.247779 (+  3158us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.247835 (+    56us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.247865 (+    30us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:34.249272 (+  1407us) tablet.cc:701] Row locks acquired
0608 12:40:34.249294 (+    22us) write_op.cc:260] PREPARE: finished
0608 12:40:34.249473 (+   179us) write_op.cc:270] Start()
0608 12:40:34.249600 (+   127us) write_op.cc:276] Timestamp: P: 1780922434249429 usec, L: 0
0608 12:40:34.249623 (+    23us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.250371 (+   748us) log.cc:844] Serialized 432 byte log entry
0608 12:40:34.293550 (+ 43179us) spinlock_profiling.cc:243] Waited 1.62 ms on lock 0x7b18001f9f00. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fbb8e8e0b 00007f5fbb8fd2ec 00007f5fb16b3fdf 00007f5fb16b8b0b 00007f5fb16b8a60 00007f5fb16b89c0 00007f5fb16b8960 00007f5fb16b6c8f 000000000049a986 000000000049a618 00007f5fb167bee6
0608 12:40:35.426710 (+1133160us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.586921 (+160211us) write_op.cc:301] APPLY: starting
0608 12:40:35.587023 (+   102us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.587194 (+   171us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.587217 (+    23us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.587877 (+   660us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.588121 (+   244us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.588166 (+    45us) write_op.cc:312] APPLY: finished
0608 12:40:35.588889 (+   723us) log.cc:844] Serialized 34 byte log entry
0608 12:40:35.589818 (+   929us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.589956 (+   138us) write_op.cc:454] Released schema lock
0608 12:40:35.590006 (+    50us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":160035,"num_ops":3,"prepare.queue_time_us":37636,"prepare.run_cpu_time_us":3129,"prepare.run_wall_time_us":6803,"raft.queue_time_us":3467,"raft.run_cpu_time_us":2806,"raft.run_wall_time_us":206048,"replication_time_us":1176932,"spinlock_wait_cycles":3721600,"thread_start_us":25043,"threads_started":1}]]}
I20260608 12:40:35.609790  5264 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=22, attempt_no=0}) took 1376 ms. Trace:
I20260608 12:40:35.610270  5264 rpcz_store.cc:276] 0608 12:40:34.245271 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.251595 (+  6324us) service_pool.cc:224] Handling call
0608 12:40:35.609704 (+1358109us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.422702 (+     0us) write_op.cc:183] PREPARE: starting on tablet 19eff18c92eb4b4ea4b97c755ce2a30d
0608 12:40:34.427850 (+  5148us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.427890 (+    40us) write_op.cc:435] Acquired schema lock
0608 12:40:34.427912 (+    22us) tablet.cc:662] Decoding operations
0608 12:40:34.428294 (+   382us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.428343 (+    49us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.428383 (+    40us) tablet.cc:685] Acquiring locks for 2 operations
0608 12:40:34.428596 (+   213us) tablet.cc:701] Row locks acquired
0608 12:40:34.428616 (+    20us) write_op.cc:260] PREPARE: finished
0608 12:40:34.428826 (+   210us) write_op.cc:270] Start()
0608 12:40:34.428951 (+   125us) write_op.cc:276] Timestamp: P: 1780922434428774 usec, L: 0
0608 12:40:34.428973 (+    22us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.452047 (+ 23074us) log.cc:844] Serialized 388 byte log entry
0608 12:40:35.427155 (+975108us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.607370 (+180215us) write_op.cc:301] APPLY: starting
0608 12:40:35.607469 (+    99us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.607603 (+   134us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.607710 (+   107us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.608057 (+   347us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.608219 (+   162us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.608262 (+    43us) write_op.cc:312] APPLY: finished
0608 12:40:35.608446 (+   184us) log.cc:844] Serialized 28 byte log entry
0608 12:40:35.609233 (+   787us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.609320 (+    87us) write_op.cc:454] Released schema lock
0608 12:40:35.609363 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":180017,"mutex_wait_us":8769,"num_ops":2,"prepare.queue_time_us":11778,"prepare.run_cpu_time_us":3251,"prepare.run_wall_time_us":55737,"replication_time_us":998057}]]}
I20260608 12:40:35.616173  5241 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=42, attempt_no=0}) took 1167 ms. Trace:
I20260608 12:40:35.619098  5229 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:58752 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=41, attempt_no=0}) took 1458 ms. Trace:
I20260608 12:40:35.489073  5228 rpcz_store.cc:276] 0608 12:40:34.126755 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.128256 (+  1501us) service_pool.cc:224] Handling call
0608 12:40:34.162413 (+ 34157us) spinlock_profiling.cc:243] Waited 19.6 ms on lock 0x7b58001f3e98. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb138ad9b 00007f5fb1640835 00007f5fb16405cd 00007f5fbb912848 00007f5fba542a6c 00007f5fba6abd90 00007f5fba6abe7e 00007f5fba635de6 00007f5fba60d6e8 00007f5fba609f44 00007f5fb92d8ae6
0608 12:40:35.488444 (+1326031us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.372832 (+     0us) write_op.cc:183] PREPARE: starting on tablet b0de1659b07c429ba1e048d9eebdc84b
0608 12:40:34.449170 (+ 76338us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.449736 (+   566us) write_op.cc:435] Acquired schema lock
0608 12:40:34.452921 (+  3185us) tablet.cc:662] Decoding operations
0608 12:40:34.471850 (+ 18929us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.471899 (+    49us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.471928 (+    29us) tablet.cc:685] Acquiring locks for 7 operations
0608 12:40:34.472343 (+   415us) tablet.cc:701] Row locks acquired
0608 12:40:34.472375 (+    32us) write_op.cc:260] PREPARE: finished
0608 12:40:34.472540 (+   165us) write_op.cc:270] Start()
0608 12:40:34.472654 (+   114us) write_op.cc:276] Timestamp: P: 1780922434472498 usec, L: 0
0608 12:40:34.472676 (+    22us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.509197 (+ 36521us) log.cc:844] Serialized 605 byte log entry
0608 12:40:34.943063 (+433866us) spinlock_profiling.cc:243] Waited 1.29 ms on lock 0x7b180019f9c0. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fbb8e8e0b 00007f5fbb8fd2ec 00007f5fb16b42fc 00007f5fb16b8b0b 00007f5fb16b8a60 00007f5fb16b89c0 00007f5fb16b8960 00007f5fb16b6c8f 000000000049a986 000000000049a618 00007f5fb167bee6
0608 12:40:35.054985 (+111922us) spinlock_profiling.cc:243] Waited 472 ms on lock 0x7b58000fadd0. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb4d09abc 00007f5fb4ce9305 00007f5fb4cf6490 00007f5fb4cf63a0 00007f5fb4cf6300 00007f5fb4cf62a0 00007f5fb4cf439f 000000000049a986 000000000049a618 00007f5fb16b4131 00007f5fb16b8b0b
0608 12:40:35.421210 (+366225us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.485149 (+ 63939us) write_op.cc:301] APPLY: starting
0608 12:40:35.485241 (+    92us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.485456 (+   215us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.485479 (+    23us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.486609 (+  1130us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.486832 (+   223us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.486878 (+    46us) write_op.cc:312] APPLY: finished
0608 12:40:35.487100 (+   222us) log.cc:844] Serialized 58 byte log entry
0608 12:40:35.487947 (+   847us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.488071 (+   124us) write_op.cc:454] Released schema lock
0608 12:40:35.488110 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":45130624,"child_traces":[["op",{"apply.queue_time_us":63760,"mutex_wait_us":12362,"num_ops":7,"prepare.queue_time_us":112743,"prepare.run_cpu_time_us":4938,"prepare.run_wall_time_us":222020,"raft.queue_time_us":1558,"raft.run_cpu_time_us":3341,"raft.run_wall_time_us":532082,"replication_time_us":948389,"spinlock_wait_cycles":1089751552}]]}
I20260608 12:40:35.619555  5229 rpcz_store.cc:276] 0608 12:40:34.165707 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.168745 (+  3038us) service_pool.cc:224] Handling call
0608 12:40:35.619018 (+1450273us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.113566 (+     0us) write_op.cc:183] PREPARE: starting on tablet b372ad73dd3149f9b625f406eaf8b7a2
0608 12:40:35.201849 (+ 88283us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.203531 (+  1682us) write_op.cc:435] Acquired schema lock
0608 12:40:35.207162 (+  3631us) tablet.cc:662] Decoding operations
0608 12:40:35.271566 (+ 64404us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.274241 (+  2675us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.275240 (+   999us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:40:35.307641 (+ 32401us) tablet.cc:701] Row locks acquired
0608 12:40:35.307668 (+    27us) write_op.cc:260] PREPARE: finished
0608 12:40:35.307893 (+   225us) write_op.cc:270] Start()
0608 12:40:35.308026 (+   133us) write_op.cc:276] Timestamp: P: 1780922435307846 usec, L: 0
0608 12:40:35.308052 (+    26us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.476709 (+168657us) log.cc:844] Serialized 475 byte log entry
0608 12:40:35.512995 (+ 36286us) spinlock_profiling.cc:243] Waited 167 ms on lock 0x7b5400461ed4. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb4d085cb 00007f5fb4e15115 00007f5fb896d788 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0 00007f5fb897492f 000000000049a986 000000000049a618
0608 12:40:35.537977 (+ 24982us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.572206 (+ 34229us) spinlock_profiling.cc:243] Waited 10.9 ms on lock 0x7b24002c41d0. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb4d085cb 00007f5fb4de097d 00007f5fb4e15144 00007f5fb896d788 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0 00007f5fb897492f 000000000049a986
0608 12:40:35.616470 (+ 44264us) write_op.cc:301] APPLY: starting
0608 12:40:35.616538 (+    68us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.616680 (+   142us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.616704 (+    24us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.617441 (+   737us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.617599 (+   158us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.617643 (+    44us) write_op.cc:312] APPLY: finished
0608 12:40:35.617837 (+   194us) log.cc:844] Serialized 40 byte log entry
0608 12:40:35.618590 (+   753us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.618675 (+    85us) write_op.cc:454] Released schema lock
0608 12:40:35.618714 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":78310,"num_ops":4,"prepare.queue_time_us":895062,"prepare.run_cpu_time_us":10801,"prepare.run_wall_time_us":477051,"replication_time_us":229799,"spinlock_wait_cycles":407941248}]]}
I20260608 12:40:35.627885  5233 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38116 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=18, attempt_no=0}) took 1496 ms. Trace:
I20260608 12:40:35.580032  5240 rpcz_store.cc:276] 0608 12:40:34.381418 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.382827 (+  1409us) service_pool.cc:224] Handling call
0608 12:40:34.444782 (+ 61955us) spinlock_profiling.cc:243] Waited 8.55 ms on lock 0x7b34002af068. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5964f 00007f5fb2dddc24 00007f5fb2de2faf 00007f5fb2de57eb 00007f5fb2de5740 00007f5fb2de56a0 00007f5fb2de5640 00007f5fb2de396f 000000000049a986 000000000049a618
0608 12:40:35.555487 (+1110705us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.449005 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9491eb848bc84bb4b7fc9764529eb7d1
0608 12:40:34.461226 (+ 12221us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.461258 (+    32us) write_op.cc:435] Acquired schema lock
0608 12:40:34.461275 (+    17us) tablet.cc:662] Decoding operations
0608 12:40:34.461633 (+   358us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.461680 (+    47us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.461708 (+    28us) tablet.cc:685] Acquiring locks for 2 operations
0608 12:40:34.461934 (+   226us) tablet.cc:701] Row locks acquired
0608 12:40:34.461950 (+    16us) write_op.cc:260] PREPARE: finished
0608 12:40:34.469673 (+  7723us) write_op.cc:270] Start()
0608 12:40:34.475646 (+  5973us) write_op.cc:276] Timestamp: P: 1780922434469622 usec, L: 0
0608 12:40:34.476218 (+   572us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.522707 (+ 46489us) log.cc:844] Serialized 388 byte log entry
0608 12:40:35.409530 (+886823us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.520519 (+110989us) write_op.cc:301] APPLY: starting
0608 12:40:35.520619 (+   100us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.520754 (+   135us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.520839 (+    85us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.521273 (+   434us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.521432 (+   159us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.525147 (+  3715us) write_op.cc:312] APPLY: finished
0608 12:40:35.533335 (+  8188us) log.cc:844] Serialized 28 byte log entry
0608 12:40:35.545628 (+ 12293us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.545719 (+    91us) write_op.cc:454] Released schema lock
0608 12:40:35.545763 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":19661056,"child_traces":[["op",{"apply.queue_time_us":103900,"num_ops":2,"prepare.queue_time_us":947,"prepare.run_cpu_time_us":3975,"prepare.run_wall_time_us":76089,"replication_time_us":933187}]]}
I20260608 12:40:35.637100  5238 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=29, attempt_no=0}) took 1272 ms. Trace:
I20260608 12:40:35.641973  5240 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=38, attempt_no=0}) took 1217 ms. Trace:
I20260608 12:40:35.628392  5233 rpcz_store.cc:276] 0608 12:40:34.131576 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.144284 (+ 12708us) service_pool.cc:224] Handling call
0608 12:40:34.363154 (+218870us) spinlock_profiling.cc:243] Waited 18.2 ms on lock 0x7b34001521b8. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5964f 00007f5fb2dddc24 00007f5fb2de2faf 00007f5fb2de57eb 00007f5fb2de5740 00007f5fb2de56a0 00007f5fb2de5640 00007f5fb2de396f 000000000049a986 000000000049a618
0608 12:40:34.480280 (+117126us) spinlock_profiling.cc:243] Waited 3.47 ms on lock 0x7b5800121898. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb138ad9b 00007f5fb1640835 00007f5fb16405cd 00007f5fbb912848 00007f5fba542a6c 00007f5fba6abd90 00007f5fba6abe7e 00007f5fba635de6 00007f5fba60d6e8 00007f5fba609f44 00007f5fb92d8ae6
0608 12:40:35.627807 (+1147527us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.929797 (+     0us) write_op.cc:183] PREPARE: starting on tablet 261f21b0c96a40ccb0ecbc8a0cd44113
0608 12:40:34.930439 (+   642us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.930471 (+    32us) write_op.cc:435] Acquired schema lock
0608 12:40:34.930490 (+    19us) tablet.cc:662] Decoding operations
0608 12:40:34.933012 (+  2522us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.933068 (+    56us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.933117 (+    49us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:40:34.933646 (+   529us) tablet.cc:701] Row locks acquired
0608 12:40:34.933663 (+    17us) write_op.cc:260] PREPARE: finished
0608 12:40:34.933999 (+   336us) write_op.cc:270] Start()
0608 12:40:34.934149 (+   150us) write_op.cc:276] Timestamp: P: 1780922434933933 usec, L: 0
0608 12:40:34.934184 (+    35us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.088234 (+154050us) spinlock_profiling.cc:243] Waited 23.1 ms on lock 0x7b54004d8da0. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb4d085cb 00007f5fb4d2ee64 00007f5fb4e2b671 00007f5fb4e155e1 00007f5fb4e14ed2 00007f5fb896d788 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0
0608 12:40:35.201580 (+113346us) log.cc:844] Serialized 519 byte log entry
0608 12:40:35.307059 (+105479us) spinlock_profiling.cc:243] Waited 33.4 ms on lock 0x7b54004d8da0. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb4d09abc 00007f5fb4d22498 00007f5fb4d21ae6 00007f5fb4e146ff 00007f5fb4e15072 00007f5fb896d788 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0
0608 12:40:35.426200 (+119141us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.625206 (+199006us) write_op.cc:301] APPLY: starting
0608 12:40:35.625285 (+    79us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.625469 (+   184us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.625491 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.626665 (+  1174us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.626853 (+   188us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.626898 (+    45us) write_op.cc:312] APPLY: finished
0608 12:40:35.627105 (+   207us) log.cc:844] Serialized 46 byte log entry
0608 12:40:35.627339 (+   234us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.627427 (+    88us) write_op.cc:454] Released schema lock
0608 12:40:35.627467 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":49818752,"child_traces":[["op",{"apply.queue_time_us":175347,"num_ops":5,"prepare.queue_time_us":431244,"prepare.run_cpu_time_us":8534,"prepare.run_wall_time_us":377519,"replication_time_us":491909,"spinlock_wait_cycles":130156544}]]}
I20260608 12:40:35.637539  5238 rpcz_store.cc:276] 0608 12:40:34.372578 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.373920 (+  1342us) service_pool.cc:224] Handling call
0608 12:40:35.637024 (+1263104us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.301111 (+     0us) write_op.cc:183] PREPARE: starting on tablet 73788fd48d7b4d70b0bf1bb3d2f79d06
0608 12:40:35.340165 (+ 39054us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.340215 (+    50us) write_op.cc:435] Acquired schema lock
0608 12:40:35.340234 (+    19us) tablet.cc:662] Decoding operations
0608 12:40:35.340666 (+   432us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.340710 (+    44us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.340741 (+    31us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:35.341522 (+   781us) tablet.cc:701] Row locks acquired
0608 12:40:35.341547 (+    25us) write_op.cc:260] PREPARE: finished
0608 12:40:35.341778 (+   231us) write_op.cc:270] Start()
0608 12:40:35.341920 (+   142us) write_op.cc:276] Timestamp: P: 1780922435341732 usec, L: 0
0608 12:40:35.341946 (+    26us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.380986 (+ 39040us) log.cc:844] Serialized 432 byte log entry
0608 12:40:35.412971 (+ 31985us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.548280 (+135309us) write_op.cc:301] APPLY: starting
0608 12:40:35.549087 (+   807us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.553882 (+  4795us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.555802 (+  1920us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.596088 (+ 40286us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.636055 (+ 39967us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.636105 (+    50us) write_op.cc:312] APPLY: finished
0608 12:40:35.636319 (+   214us) log.cc:844] Serialized 34 byte log entry
0608 12:40:35.636553 (+   234us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.636630 (+    77us) write_op.cc:454] Released schema lock
0608 12:40:35.636672 (+    42us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":134134,"mutex_wait_us":152,"num_ops":3,"prepare.queue_time_us":831963,"prepare.run_cpu_time_us":3315,"prepare.run_wall_time_us":106774,"replication_time_us":70911}]]}
I20260608 12:40:35.652611  5264 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=25, attempt_no=0}) took 1367 ms. Trace:
I20260608 12:40:35.663383  5264 rpcz_store.cc:276] 0608 12:40:34.298106 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.343624 (+ 45518us) service_pool.cc:224] Handling call
0608 12:40:35.652506 (+1308882us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.452485 (+     0us) write_op.cc:183] PREPARE: starting on tablet 19eff18c92eb4b4ea4b97c755ce2a30d
0608 12:40:34.453733 (+  1248us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.453763 (+    30us) write_op.cc:435] Acquired schema lock
0608 12:40:34.453781 (+    18us) tablet.cc:662] Decoding operations
0608 12:40:34.466925 (+ 13144us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.466974 (+    49us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.467001 (+    27us) tablet.cc:685] Acquiring locks for 6 operations
0608 12:40:34.468277 (+  1276us) tablet.cc:701] Row locks acquired
0608 12:40:34.468297 (+    20us) write_op.cc:260] PREPARE: finished
0608 12:40:34.943721 (+475424us) spinlock_profiling.cc:243] Waited 979 us on lock 0x7b34002af068. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5aa42 00007f5fb896cec4 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0 00007f5fb897492f 000000000049a986 000000000049a618
0608 12:40:34.943982 (+   261us) write_op.cc:270] Start()
0608 12:40:34.944251 (+   269us) write_op.cc:276] Timestamp: P: 1780922434943931 usec, L: 0
0608 12:40:34.944296 (+    45us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.945301 (+  1005us) log.cc:844] Serialized 562 byte log entry
0608 12:40:35.427471 (+482170us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.613665 (+186194us) write_op.cc:301] APPLY: starting
0608 12:40:35.613750 (+    85us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.613971 (+   221us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.613997 (+    26us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.644544 (+ 30547us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.644726 (+   182us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.644775 (+    49us) write_op.cc:312] APPLY: finished
0608 12:40:35.645002 (+   227us) log.cc:844] Serialized 52 byte log entry
0608 12:40:35.652036 (+  7034us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.652122 (+    86us) write_op.cc:454] Released schema lock
0608 12:40:35.652165 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":186044,"mutex_wait_us":1771,"num_ops":6,"prepare.queue_time_us":17446,"prepare.run_cpu_time_us":7240,"prepare.run_wall_time_us":493128,"replication_time_us":483055,"spinlock_wait_cycles":2251520}]]}
I20260608 12:40:35.616664  5241 rpcz_store.cc:276] 0608 12:40:34.456664 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.457583 (+   919us) service_pool.cc:224] Handling call
0608 12:40:34.534130 (+ 76547us) spinlock_profiling.cc:243] Waited 1.62 ms on lock 0x7b34002af068. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5964f 00007f5fb2dddc24 00007f5fb2de2faf 00007f5fb2de57eb 00007f5fb2de5740 00007f5fb2de56a0 00007f5fb2de5640 00007f5fb2de396f 000000000049a986 000000000049a618
0608 12:40:35.616094 (+1081964us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.540625 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9491eb848bc84bb4b7fc9764529eb7d1
0608 12:40:34.542826 (+  2201us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.542856 (+    30us) write_op.cc:435] Acquired schema lock
0608 12:40:34.542874 (+    18us) tablet.cc:662] Decoding operations
0608 12:40:34.580858 (+ 37984us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.582497 (+  1639us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.584185 (+  1688us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:40:34.588095 (+  3910us) tablet.cc:701] Row locks acquired
0608 12:40:34.588115 (+    20us) write_op.cc:260] PREPARE: finished
0608 12:40:34.588312 (+   197us) write_op.cc:270] Start()
0608 12:40:34.588436 (+   124us) write_op.cc:276] Timestamp: P: 1780922434588265 usec, L: 0
0608 12:40:34.588453 (+    17us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.614971 (+ 26518us) log.cc:844] Serialized 519 byte log entry
0608 12:40:34.960424 (+345453us) spinlock_profiling.cc:243] Waited 236 ms on lock 0x7b580028eed0. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb4d09abc 00007f5fb4ce9305 00007f5fb4cf6490 00007f5fb4cf63a0 00007f5fb4cf6300 00007f5fb4cf62a0 00007f5fb4cf439f 000000000049a986 000000000049a618 00007f5fb16b4131 00007f5fb16b8b0b
0608 12:40:35.409796 (+449372us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.546115 (+136319us) write_op.cc:301] APPLY: starting
0608 12:40:35.548560 (+  2445us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.556528 (+  7968us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.557039 (+   511us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.614871 (+ 57832us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.615057 (+   186us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.615106 (+    49us) write_op.cc:312] APPLY: finished
0608 12:40:35.615334 (+   228us) log.cc:844] Serialized 46 byte log entry
0608 12:40:35.615565 (+   231us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.615669 (+   104us) write_op.cc:454] Released schema lock
0608 12:40:35.615708 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":3722624,"child_traces":[["op",{"apply.queue_time_us":134899,"mutex_wait_us":7952,"num_ops":5,"prepare.queue_time_us":2135,"prepare.run_cpu_time_us":3744,"prepare.run_wall_time_us":82186,"raft.queue_time_us":1870,"raft.run_cpu_time_us":3180,"raft.run_wall_time_us":336962,"replication_time_us":821258,"spinlock_wait_cycles":543101696}]]}
I20260608 12:40:35.659986  5261 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38116 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=4, attempt_no=0}) took 1527 ms. Trace:
I20260608 12:40:35.642401  5240 rpcz_store.cc:276] 0608 12:40:34.437114 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.439128 (+  2014us) service_pool.cc:224] Handling call
0608 12:40:35.641895 (+1202767us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.946049 (+     0us) write_op.cc:183] PREPARE: starting on tablet 19eff18c92eb4b4ea4b97c755ce2a30d
0608 12:40:34.946623 (+   574us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.946648 (+    25us) write_op.cc:435] Acquired schema lock
0608 12:40:34.946668 (+    20us) tablet.cc:662] Decoding operations
0608 12:40:34.947152 (+   484us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.947198 (+    46us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.947223 (+    25us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:34.947620 (+   397us) tablet.cc:701] Row locks acquired
0608 12:40:34.947637 (+    17us) write_op.cc:260] PREPARE: finished
0608 12:40:34.947875 (+   238us) write_op.cc:270] Start()
0608 12:40:34.948001 (+   126us) write_op.cc:276] Timestamp: P: 1780922434947822 usec, L: 0
0608 12:40:34.948017 (+    16us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.979532 (+ 31515us) log.cc:844] Serialized 432 byte log entry
0608 12:40:35.317048 (+337516us) spinlock_profiling.cc:243] Waited 31.9 ms on lock 0x7b54000472a0. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb4d09abc 00007f5fb4d22498 00007f5fb4d21ae6 00007f5fb4e146ff 00007f5fb4e15072 00007f5fb896d788 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0
0608 12:40:35.427685 (+110637us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.634270 (+206585us) write_op.cc:301] APPLY: starting
0608 12:40:35.634342 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.634479 (+   137us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.634501 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.640855 (+  6354us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.641017 (+   162us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.641065 (+    48us) write_op.cc:312] APPLY: finished
0608 12:40:35.641237 (+   172us) log.cc:844] Serialized 34 byte log entry
0608 12:40:35.641434 (+   197us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.641509 (+    75us) write_op.cc:454] Released schema lock
0608 12:40:35.641544 (+    35us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":206431,"num_ops":3,"prepare.queue_time_us":467653,"prepare.run_cpu_time_us":25047,"prepare.run_wall_time_us":371216,"replication_time_us":479595,"spinlock_wait_cycles":73435520}]]}
I20260608 12:40:35.681275  5261 rpcz_store.cc:276] 0608 12:40:34.133073 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.140270 (+  7197us) service_pool.cc:224] Handling call
0608 12:40:35.659908 (+1519638us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:34.925825 (+     0us) write_op.cc:183] PREPARE: starting on tablet 261f21b0c96a40ccb0ecbc8a0cd44113
0608 12:40:34.926572 (+   747us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:34.926608 (+    36us) write_op.cc:435] Acquired schema lock
0608 12:40:34.926626 (+    18us) tablet.cc:662] Decoding operations
0608 12:40:34.927403 (+   777us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:34.927470 (+    67us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:34.927512 (+    42us) tablet.cc:685] Acquiring locks for 6 operations
0608 12:40:34.928137 (+   625us) tablet.cc:701] Row locks acquired
0608 12:40:34.928156 (+    19us) write_op.cc:260] PREPARE: finished
0608 12:40:34.928434 (+   278us) write_op.cc:270] Start()
0608 12:40:34.928529 (+    95us) write_op.cc:276] Timestamp: P: 1780922434928394 usec, L: 0
0608 12:40:34.928543 (+    14us) op_driver.cc:348] REPLICATION: starting
0608 12:40:34.929178 (+   635us) log.cc:844] Serialized 562 byte log entry
0608 12:40:35.425148 (+495970us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.594523 (+169375us) write_op.cc:301] APPLY: starting
0608 12:40:35.595398 (+   875us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.644432 (+ 49034us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.644523 (+    91us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.645442 (+   919us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.645629 (+   187us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.645676 (+    47us) write_op.cc:312] APPLY: finished
0608 12:40:35.645902 (+   226us) log.cc:844] Serialized 52 byte log entry
0608 12:40:35.659374 (+ 13472us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.659468 (+    94us) write_op.cc:454] Released schema lock
0608 12:40:35.659512 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":169150,"mutex_wait_us":669,"num_ops":6,"prepare.queue_time_us":783831,"prepare.run_cpu_time_us":3802,"prepare.run_wall_time_us":3799,"replication_time_us":496464,"spinlock_wait_cycles":70528}]]}
I20260608 12:40:35.685369  5264 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=44, attempt_no=0}) took 1219 ms. Trace:
I20260608 12:40:35.685868  5264 rpcz_store.cc:276] 0608 12:40:34.473312 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.474791 (+  1479us) service_pool.cc:224] Handling call
0608 12:40:35.685258 (+1210467us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.422366 (+     0us) write_op.cc:183] PREPARE: starting on tablet 73788fd48d7b4d70b0bf1bb3d2f79d06
0608 12:40:35.516025 (+ 93659us) spinlock_profiling.cc:243] Waited 13.1 ms on lock 0x7b5c002d0c8c. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fbbec736b 00007f5fbbec716e 00007f5fbbebe291 00007f5fb89946cf 00007f5fb896cb43 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0 00007f5fb897492f
0608 12:40:35.516086 (+    61us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.516127 (+    41us) write_op.cc:435] Acquired schema lock
0608 12:40:35.516146 (+    19us) tablet.cc:662] Decoding operations
0608 12:40:35.517137 (+   991us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.517189 (+    52us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.517216 (+    27us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:40:35.518662 (+  1446us) tablet.cc:701] Row locks acquired
0608 12:40:35.518682 (+    20us) write_op.cc:260] PREPARE: finished
0608 12:40:35.518869 (+   187us) write_op.cc:270] Start()
0608 12:40:35.519062 (+   193us) write_op.cc:276] Timestamp: P: 1780922435518826 usec, L: 0
0608 12:40:35.519080 (+    18us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.519769 (+   689us) log.cc:844] Serialized 519 byte log entry
0608 12:40:35.605425 (+ 85656us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.682523 (+ 77098us) write_op.cc:301] APPLY: starting
0608 12:40:35.682598 (+    75us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.682753 (+   155us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.682805 (+    52us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.683576 (+   771us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.683750 (+   174us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.683805 (+    55us) write_op.cc:312] APPLY: finished
0608 12:40:35.684018 (+   213us) log.cc:844] Serialized 46 byte log entry
0608 12:40:35.684766 (+   748us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.684870 (+   104us) write_op.cc:454] Released schema lock
0608 12:40:35.684912 (+    42us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":76917,"num_ops":5,"prepare.queue_time_us":873791,"prepare.run_cpu_time_us":5191,"prepare.run_wall_time_us":111251,"replication_time_us":86224,"spinlock_wait_cycles":30182784}]]}
I20260608 12:40:35.701821  5238 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:56374 (ReqId={client: 3fb1d86e08f84be182ab2bfd1b671981, seq_no=47, attempt_no=0}) took 1224 ms. Trace:
I20260608 12:40:35.702373  5238 rpcz_store.cc:276] 0608 12:40:34.477708 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:34.478652 (+   944us) service_pool.cc:224] Handling call
0608 12:40:35.701741 (+1223089us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:35.286210 (+     0us) write_op.cc:183] PREPARE: starting on tablet 6a35c3fabbed47dab1304211cb40461f
0608 12:40:35.286862 (+   652us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:35.286891 (+    29us) write_op.cc:435] Acquired schema lock
0608 12:40:35.286905 (+    14us) tablet.cc:662] Decoding operations
0608 12:40:35.287372 (+   467us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:35.287426 (+    54us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:35.287456 (+    30us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:40:35.287721 (+   265us) tablet.cc:701] Row locks acquired
0608 12:40:35.287737 (+    16us) write_op.cc:260] PREPARE: finished
0608 12:40:35.356127 (+ 68390us) spinlock_profiling.cc:243] Waited 5.87 ms on lock 0x7b34002af068. stack: 00007f5fb16553a1 00007f5fb16551c8 00007f5fb0e30f11 000000000047f705 000000000047f658 00007f5fb2cd94bb 00007f5fb2d5aa42 00007f5fb896cec4 00007f5fb896c660 00007f5fb8976950 00007f5fb89768b0 00007f5fb8976810 00007f5fb89767b0 00007f5fb897492f 000000000049a986 000000000049a618
0608 12:40:35.359424 (+  3297us) write_op.cc:270] Start()
0608 12:40:35.361787 (+  2363us) write_op.cc:276] Timestamp: P: 1780922435356213 usec, L: 0
0608 12:40:35.361808 (+    21us) op_driver.cc:348] REPLICATION: starting
0608 12:40:35.362585 (+   777us) log.cc:844] Serialized 432 byte log entry
0608 12:40:35.568437 (+205852us) op_driver.cc:464] REPLICATION: finished
0608 12:40:35.679304 (+110867us) write_op.cc:301] APPLY: starting
0608 12:40:35.679407 (+   103us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:35.679540 (+   133us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:35.679561 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:35.680160 (+   599us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:35.680315 (+   155us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:40:35.680370 (+    55us) write_op.cc:312] APPLY: finished
0608 12:40:35.680551 (+   181us) log.cc:844] Serialized 34 byte log entry
0608 12:40:35.701263 (+ 20712us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:35.701356 (+    93us) write_op.cc:454] Released schema lock
0608 12:40:35.701399 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":110698,"num_ops":3,"prepare.queue_time_us":796575,"prepare.run_cpu_time_us":4177,"prepare.run_wall_time_us":76676,"replication_time_us":206524,"spinlock_wait_cycles":13496064}]]}
W20260608 12:40:37.891680  5013 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:44541, user_credentials={real_user=slave}} blocked reactor thread for 55513.2us
W20260608 12:40:37.952015  4866 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:38027, user_credentials={real_user=slave}} blocked reactor thread for 68221us
W20260608 12:40:38.241775  5081 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:38027, user_credentials={real_user=slave}} blocked reactor thread for 46688.1us
I20260608 12:40:38.586323   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:38.595520  5296 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:38.595732  5297 instance_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:38.601241   431 server_base.cc:1061] running on GCE node
W20260608 12:40:38.602005  5299 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:38.603188   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:38.603480   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:38.603641   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922438603629 us; error 0 us; skew 500 ppm
I20260608 12:40:38.604148   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:38.606742   431 webserver.cc:533] Webserver started at http://127.0.107.196:38381/ using document root <none> and password file <none>
I20260608 12:40:38.607273   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:38.607491   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:38.607779   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:38.609012   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "92ffc2ae4d62485caf4b7c32f02c3621"
format_stamp: "Formatted at 2026-06-08 12:40:38 on dist-test-slave-jl41"
I20260608 12:40:38.613605   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:38.616855  5304 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:38.617564   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:40:38.617844   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "92ffc2ae4d62485caf4b7c32f02c3621"
format_stamp: "Formatted at 2026-06-08 12:40:38 on dist-test-slave-jl41"
I20260608 12:40:38.618112   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:38.638523   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:38.639837   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:38.641397   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:38.644624   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:38.644891   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:38.645190   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:38.645423   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:38.686129   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:40729
I20260608 12:40:38.686232  5366 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:40729 every 8 connection(s)
I20260608 12:40:38.691744   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:38.698513  5371 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:38.700049  5372 instance_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:38.701702   431 server_base.cc:1061] running on GCE node
W20260608 12:40:38.702406  5375 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:38.705089   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:38.705379   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:38.705602   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922438705584 us; error 0 us; skew 500 ppm
I20260608 12:40:38.706272   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:38.706406  5367 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41465
I20260608 12:40:38.706808  5367 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:38.707696  5367 heartbeater.cc:507] Master 127.0.107.254:41465 requested a full tablet report, sending...
I20260608 12:40:38.708807   431 webserver.cc:533] Webserver started at http://127.0.107.197:35727/ using document root <none> and password file <none>
I20260608 12:40:38.709518   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:38.709712   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:38.709969   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:38.709904  4797 ts_manager.cc:194] Registered new tserver with Master: 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196:40729)
I20260608 12:40:38.711277   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-4-root/instance:
uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4"
format_stamp: "Formatted at 2026-06-08 12:40:38 on dist-test-slave-jl41"
I20260608 12:40:38.711618  4797 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43584
I20260608 12:40:38.715874   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:38.719846  5379 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:38.720645   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260608 12:40:38.720919   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-4-root
uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4"
format_stamp: "Formatted at 2026-06-08 12:40:38 on dist-test-slave-jl41"
I20260608 12:40:38.721170   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-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:40:38.731397   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:38.732645   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:38.734014   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:38.736299   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:38.736521   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:38.736727   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:38.736879   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:38.778461  4893 consensus_queue.cc:237] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
I20260608 12:40:38.786600  5049 raft_consensus.cc:1275] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:38.787072  4969 raft_consensus.cc:1275] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:38.788864  5281 consensus_queue.cc:1048] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } 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:40:38.793639  5281 consensus_queue.cc:1048] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:38.801419  5288 raft_consensus.cc:2955] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:38.807188  5049 raft_consensus.cc:2955] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:38.805725  4969 raft_consensus.cc:2955] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
W20260608 12:40:38.811499  4864 consensus_peers.cc:597] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 -> Peer 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196:40729): Couldn't send request to peer 92ffc2ae4d62485caf4b7c32f02c3621. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b372ad73dd3149f9b625f406eaf8b7a2. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:38.824446  4797 catalog_manager.cc:5696] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 reported cstate change: config changed from index -1 to 26, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:38.850643  5049 consensus_queue.cc:237] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
I20260608 12:40:38.864348  4969 raft_consensus.cc:1275] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:40:38.869702  5251 consensus_queue.cc:1048] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260608 12:40:38.878748  5123 raft_consensus.cc:2955] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:38.890712  4969 raft_consensus.cc:2955] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:38.894425  4893 raft_consensus.cc:1275] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:40:38.896173  5251 consensus_queue.cc:1048] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } 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:40:38.909528  4893 raft_consensus.cc:2955] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:38.912354  4794 catalog_manager.cc:5696] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: config changed from index -1 to 25, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:40:38.919385  5013 consensus_peers.cc:597] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 -> Peer 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196:40729): Couldn't send request to peer 92ffc2ae4d62485caf4b7c32f02c3621. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6a35c3fabbed47dab1304211cb40461f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:38.921572  4896 consensus_queue.cc:237] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
I20260608 12:40:38.929653  5049 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
W20260608 12:40:38.930186  4864 consensus_peers.cc:597] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 -> Peer 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196:40729): Couldn't send request to peer 92ffc2ae4d62485caf4b7c32f02c3621. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b0de1659b07c429ba1e048d9eebdc84b. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:38.931969  5287 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260608 12:40:38.935272  4969 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:40:38.937664  5288 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } 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:40:38.941744  5247 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:38.946568  4969 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:38.950408  5049 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:38.963079  4794 catalog_manager.cc:5696] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f reported cstate change: config changed from index -1 to 25, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:38.971855  5043 consensus_queue.cc:237] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
W20260608 12:40:38.981372  5013 consensus_peers.cc:597] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 -> Peer 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196:40729): Couldn't send request to peer 92ffc2ae4d62485caf4b7c32f02c3621. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 19eff18c92eb4b4ea4b97c755ce2a30d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:38.983199  4896 raft_consensus.cc:1275] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260608 12:40:38.984211  4972 raft_consensus.cc:1275] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260608 12:40:38.986367  5123 consensus_queue.cc:1048] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.000s
I20260608 12:40:38.987275  5251 consensus_queue.cc:1048] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } 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:40:38.996963  5251 raft_consensus.cc:2955] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:38.999501  5451 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.197:46737 every 8 connection(s)
I20260608 12:40:38.999994   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.197:46737
I20260608 12:40:39.000384  4896 raft_consensus.cc:2955] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:39.005370  4969 raft_consensus.cc:2955] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
I20260608 12:40:39.012917   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:40:39.014308  4797 catalog_manager.cc:5696] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 reported cstate change: config changed from index -1 to 24, NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } } }
W20260608 12:40:39.028059  5455 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:39.038985  5456 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:39.060729  5458 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:39.061255  5452 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41465
I20260608 12:40:39.061800  5452 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:39.062006   431 server_base.cc:1061] running on GCE node
I20260608 12:40:39.063009  5452 heartbeater.cc:507] Master 127.0.107.254:41465 requested a full tablet report, sending...
I20260608 12:40:39.064985  4794 ts_manager.cc:194] Registered new tserver with Master: 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197:46737)
I20260608 12:40:39.066377  4794 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43586
I20260608 12:40:39.067114   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:39.067444   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:39.067704   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922439067687 us; error 0 us; skew 500 ppm
I20260608 12:40:39.068595   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:39.073182   431 webserver.cc:533] Webserver started at http://127.0.107.198:46783/ using document root <none> and password file <none>
I20260608 12:40:39.073871   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:39.074110   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:39.074429   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:39.075999   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-5-root/instance:
uuid: "fa52b6441999423eac9ee74b629a1c9a"
format_stamp: "Formatted at 2026-06-08 12:40:39 on dist-test-slave-jl41"
I20260608 12:40:39.081988   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:40:39.086448  5463 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:39.087414   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:39.087831   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-5-root
uuid: "fa52b6441999423eac9ee74b629a1c9a"
format_stamp: "Formatted at 2026-06-08 12:40:39 on dist-test-slave-jl41"
I20260608 12:40:39.088228   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-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:40:39.143457   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:39.145138   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:39.146756   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:39.149600   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:39.149874   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:39.150156   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:39.150377   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:39.223418   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.198:34799
I20260608 12:40:39.223519  5525 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.198:34799 every 8 connection(s)
I20260608 12:40:39.240576  5526 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41465
I20260608 12:40:39.240973  5526 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:39.241650  5526 heartbeater.cc:507] Master 127.0.107.254:41465 requested a full tablet report, sending...
I20260608 12:40:39.243618  4794 ts_manager.cc:194] Registered new tserver with Master: fa52b6441999423eac9ee74b629a1c9a (127.0.107.198:34799)
I20260608 12:40:39.244908  4794 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43600
I20260608 12:40:39.336069  5529 ts_tablet_manager.cc:933] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: Initiating tablet copy from peer b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:39.337692  5529 tablet_copy_client.cc:323] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:38027
I20260608 12:40:39.344038  5532 ts_tablet_manager.cc:933] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: Initiating tablet copy from peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541)
I20260608 12:40:39.346324  5532 tablet_copy_client.cc:323] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:44541
I20260608 12:40:39.352545  5059 tablet_copy_service.cc:140] P b3b2ef4225ea4f539f16df7864f731c0: Received BeginTabletCopySession request for tablet 6a35c3fabbed47dab1304211cb40461f from peer 92ffc2ae4d62485caf4b7c32f02c3621 ({username='slave'} at 127.0.0.1:56394)
I20260608 12:40:39.353220  5059 tablet_copy_service.cc:161] P b3b2ef4225ea4f539f16df7864f731c0: Beginning new tablet copy session on tablet 6a35c3fabbed47dab1304211cb40461f from peer 92ffc2ae4d62485caf4b7c32f02c3621 at {username='slave'} at 127.0.0.1:56394: session id = 92ffc2ae4d62485caf4b7c32f02c3621-6a35c3fabbed47dab1304211cb40461f
I20260608 12:40:39.363406  5059 tablet_copy_source_session.cc:215] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:39.367100  5529 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a35c3fabbed47dab1304211cb40461f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:39.371989  4910 tablet_copy_service.cc:140] P ad62f12fbe544681b60e50e6d822d0d4: Received BeginTabletCopySession request for tablet b372ad73dd3149f9b625f406eaf8b7a2 from peer 92ffc2ae4d62485caf4b7c32f02c3621 ({username='slave'} at 127.0.0.1:58768)
I20260608 12:40:39.372577  4910 tablet_copy_service.cc:161] P ad62f12fbe544681b60e50e6d822d0d4: Beginning new tablet copy session on tablet b372ad73dd3149f9b625f406eaf8b7a2 from peer 92ffc2ae4d62485caf4b7c32f02c3621 at {username='slave'} at 127.0.0.1:58768: session id = 92ffc2ae4d62485caf4b7c32f02c3621-b372ad73dd3149f9b625f406eaf8b7a2
I20260608 12:40:39.381279  4910 tablet_copy_source_session.cc:215] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:39.383942  5532 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b372ad73dd3149f9b625f406eaf8b7a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:39.384047  5529 tablet_copy_client.cc:806] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:39.385133  5529 tablet_copy_client.cc:670] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:39.389482  5530 tablet_copy_client.cc:1025] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:39.395733  5532 tablet_copy_client.cc:806] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:39.396260  5532 tablet_copy_client.cc:670] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:39.400071  5533 tablet_copy_client.cc:1025] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:39.479450  5536 ts_tablet_manager.cc:933] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: Initiating tablet copy from peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541)
I20260608 12:40:39.481223  5536 tablet_copy_client.cc:323] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:44541
I20260608 12:40:39.483032  4910 tablet_copy_service.cc:140] P ad62f12fbe544681b60e50e6d822d0d4: Received BeginTabletCopySession request for tablet b0de1659b07c429ba1e048d9eebdc84b from peer 92ffc2ae4d62485caf4b7c32f02c3621 ({username='slave'} at 127.0.0.1:58768)
I20260608 12:40:39.483625  4910 tablet_copy_service.cc:161] P ad62f12fbe544681b60e50e6d822d0d4: Beginning new tablet copy session on tablet b0de1659b07c429ba1e048d9eebdc84b from peer 92ffc2ae4d62485caf4b7c32f02c3621 at {username='slave'} at 127.0.0.1:58768: session id = 92ffc2ae4d62485caf4b7c32f02c3621-b0de1659b07c429ba1e048d9eebdc84b
I20260608 12:40:39.491174  4910 tablet_copy_source_session.cc:215] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:39.494650  5536 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0de1659b07c429ba1e048d9eebdc84b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:39.505328  5536 tablet_copy_client.cc:806] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:39.505831  5536 tablet_copy_client.cc:670] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:39.509553  5537 tablet_copy_client.cc:1025] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:39.564895  5538 ts_tablet_manager.cc:933] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: Initiating tablet copy from peer b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:39.566577  5538 tablet_copy_client.cc:323] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:38027
I20260608 12:40:39.568223  5059 tablet_copy_service.cc:140] P b3b2ef4225ea4f539f16df7864f731c0: Received BeginTabletCopySession request for tablet 19eff18c92eb4b4ea4b97c755ce2a30d from peer 92ffc2ae4d62485caf4b7c32f02c3621 ({username='slave'} at 127.0.0.1:56394)
I20260608 12:40:39.568797  5059 tablet_copy_service.cc:161] P b3b2ef4225ea4f539f16df7864f731c0: Beginning new tablet copy session on tablet 19eff18c92eb4b4ea4b97c755ce2a30d from peer 92ffc2ae4d62485caf4b7c32f02c3621 at {username='slave'} at 127.0.0.1:56394: session id = 92ffc2ae4d62485caf4b7c32f02c3621-19eff18c92eb4b4ea4b97c755ce2a30d
I20260608 12:40:39.576141  5059 tablet_copy_source_session.cc:215] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:39.578917  5538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 19eff18c92eb4b4ea4b97c755ce2a30d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:39.591058  5538 tablet_copy_client.cc:806] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:39.591537  5538 tablet_copy_client.cc:670] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:39.595053  5539 tablet_copy_client.cc:1025] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:39.714107  5367 heartbeater.cc:499] Master 127.0.107.254:41465 was elected leader, sending a full tablet report...
I20260608 12:40:40.068903  5452 heartbeater.cc:499] Master 127.0.107.254:41465 was elected leader, sending a full tablet report...
I20260608 12:40:40.247082  5526 heartbeater.cc:499] Master 127.0.107.254:41465 was elected leader, sending a full tablet report...
I20260608 12:40:41.390409  5529 tablet_copy_client.cc:538] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:41.399677  5529 tablet_bootstrap.cc:492] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap starting.
I20260608 12:40:41.400813  5532 tablet_copy_client.cc:538] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:41.407172  5532 tablet_bootstrap.cc:492] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap starting.
I20260608 12:40:41.510466  5536 tablet_copy_client.cc:538] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:41.519987  5536 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap starting.
I20260608 12:40:41.561229  5529 tablet_bootstrap.cc:492] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=104 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:41.562194  5529 tablet_bootstrap.cc:492] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap complete.
I20260608 12:40:41.562901  5529 ts_tablet_manager.cc:1403] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: Time spent bootstrapping tablet: real 0.163s	user 0.144s	sys 0.017s
I20260608 12:40:41.565858  5529 raft_consensus.cc:359] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
I20260608 12:40:41.566656  5529 raft_consensus.cc:740] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 92ffc2ae4d62485caf4b7c32f02c3621, State: Initialized, Role: LEARNER
W20260608 12:40:41.566802  4864 consensus_peers.cc:597] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 -> Peer 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196:40729): Couldn't send request to peer 92ffc2ae4d62485caf4b7c32f02c3621. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260608 12:40:41.567301  5529 consensus_queue.cc:260] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
I20260608 12:40:41.570447  5532 tablet_bootstrap.cc:492] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=87 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:41.571523  5532 tablet_bootstrap.cc:492] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap complete.
I20260608 12:40:41.572310  5532 ts_tablet_manager.cc:1403] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: Time spent bootstrapping tablet: real 0.165s	user 0.138s	sys 0.014s
I20260608 12:40:41.575380  5532 raft_consensus.cc:359] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
I20260608 12:40:41.576231  5532 raft_consensus.cc:740] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 92ffc2ae4d62485caf4b7c32f02c3621, State: Initialized, Role: LEARNER
I20260608 12:40:41.576907  5532 consensus_queue.cc:260] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
I20260608 12:40:41.580864  5529 ts_tablet_manager.cc:1434] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: Time spent starting tablet: real 0.018s	user 0.005s	sys 0.011s
I20260608 12:40:41.583382  5059 tablet_copy_service.cc:342] P b3b2ef4225ea4f539f16df7864f731c0: Request end of tablet copy session 92ffc2ae4d62485caf4b7c32f02c3621-6a35c3fabbed47dab1304211cb40461f received from {username='slave'} at 127.0.0.1:56394
I20260608 12:40:41.583920  5059 tablet_copy_service.cc:434] P b3b2ef4225ea4f539f16df7864f731c0: ending tablet copy session 92ffc2ae4d62485caf4b7c32f02c3621-6a35c3fabbed47dab1304211cb40461f on tablet 6a35c3fabbed47dab1304211cb40461f with peer 92ffc2ae4d62485caf4b7c32f02c3621
I20260608 12:40:41.595881  5538 tablet_copy_client.cc:538] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:41.604879  5538 tablet_bootstrap.cc:492] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap starting.
I20260608 12:40:41.606115  5532 ts_tablet_manager.cc:1434] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: Time spent starting tablet: real 0.033s	user 0.007s	sys 0.016s
I20260608 12:40:41.614907  4910 tablet_copy_service.cc:342] P ad62f12fbe544681b60e50e6d822d0d4: Request end of tablet copy session 92ffc2ae4d62485caf4b7c32f02c3621-b372ad73dd3149f9b625f406eaf8b7a2 received from {username='slave'} at 127.0.0.1:58768
I20260608 12:40:41.615438  4910 tablet_copy_service.cc:434] P ad62f12fbe544681b60e50e6d822d0d4: ending tablet copy session 92ffc2ae4d62485caf4b7c32f02c3621-b372ad73dd3149f9b625f406eaf8b7a2 on tablet b372ad73dd3149f9b625f406eaf8b7a2 with peer 92ffc2ae4d62485caf4b7c32f02c3621
I20260608 12:40:41.704587  5536 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=100 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:41.705601  5536 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap complete.
I20260608 12:40:41.706308  5536 ts_tablet_manager.cc:1403] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: Time spent bootstrapping tablet: real 0.187s	user 0.136s	sys 0.021s
I20260608 12:40:41.709263  5536 raft_consensus.cc:359] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
I20260608 12:40:41.710018  5536 raft_consensus.cc:740] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 92ffc2ae4d62485caf4b7c32f02c3621, State: Initialized, Role: LEARNER
I20260608 12:40:41.710600  5536 consensus_queue.cc:260] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
I20260608 12:40:41.712786  5536 ts_tablet_manager.cc:1434] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:40:41.714649  4910 tablet_copy_service.cc:342] P ad62f12fbe544681b60e50e6d822d0d4: Request end of tablet copy session 92ffc2ae4d62485caf4b7c32f02c3621-b0de1659b07c429ba1e048d9eebdc84b received from {username='slave'} at 127.0.0.1:58768
I20260608 12:40:41.715076  4910 tablet_copy_service.cc:434] P ad62f12fbe544681b60e50e6d822d0d4: ending tablet copy session 92ffc2ae4d62485caf4b7c32f02c3621-b0de1659b07c429ba1e048d9eebdc84b on tablet b0de1659b07c429ba1e048d9eebdc84b with peer 92ffc2ae4d62485caf4b7c32f02c3621
I20260608 12:40:41.721494  5538 tablet_bootstrap.cc:492] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap replayed 1/1 log segments. Stats: ops{read=24 overwritten=0 applied=24 ignored=0} inserts{seen=94 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:41.722159  5538 tablet_bootstrap.cc:492] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: Bootstrap complete.
I20260608 12:40:41.722769  5538 ts_tablet_manager.cc:1403] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: Time spent bootstrapping tablet: real 0.118s	user 0.102s	sys 0.016s
I20260608 12:40:41.724987  5538 raft_consensus.cc:359] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
I20260608 12:40:41.725482  5538 raft_consensus.cc:740] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 92ffc2ae4d62485caf4b7c32f02c3621, State: Initialized, Role: LEARNER
I20260608 12:40:41.725935  5538 consensus_queue.cc:260] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: true } }
I20260608 12:40:41.727432  5538 ts_tablet_manager.cc:1434] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:41.729067  5059 tablet_copy_service.cc:342] P b3b2ef4225ea4f539f16df7864f731c0: Request end of tablet copy session 92ffc2ae4d62485caf4b7c32f02c3621-19eff18c92eb4b4ea4b97c755ce2a30d received from {username='slave'} at 127.0.0.1:56394
I20260608 12:40:41.729593  5059 tablet_copy_service.cc:434] P b3b2ef4225ea4f539f16df7864f731c0: ending tablet copy session 92ffc2ae4d62485caf4b7c32f02c3621-19eff18c92eb4b4ea4b97c755ce2a30d on tablet 19eff18c92eb4b4ea4b97c755ce2a30d with peer 92ffc2ae4d62485caf4b7c32f02c3621
I20260608 12:40:41.742115  5342 raft_consensus.cc:1217] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.23->[1.24-1.24]   Dedup: 1.24->[]
I20260608 12:40:41.810081  5342 raft_consensus.cc:1217] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260608 12:40:42.070777  5342 raft_consensus.cc:1217] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:40:42.179669  5554 raft_consensus.cc:1064] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0: attempting to promote NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 to VOTER
I20260608 12:40:42.179984  5342 raft_consensus.cc:1217] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260608 12:40:42.182821  5554 consensus_queue.cc:237] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } }
I20260608 12:40:42.190274  5342 raft_consensus.cc:1275] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:40:42.190743  4972 raft_consensus.cc:1275] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:40:42.191871  5555 consensus_queue.cc:1048] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } 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:40:42.192792  4893 raft_consensus.cc:1275] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:40:42.192817  5251 consensus_queue.cc:1048] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260608 12:40:42.194198  5554 consensus_queue.cc:1048] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:40:42.214453  5251 raft_consensus.cc:1064] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0: attempting to promote NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 to VOTER
I20260608 12:40:42.216568  4893 raft_consensus.cc:2955] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.216922  5251 consensus_queue.cc:237] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } }
I20260608 12:40:42.218436  5554 raft_consensus.cc:2955] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.224553  4969 raft_consensus.cc:2955] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.237993  4798 catalog_manager.cc:5696] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 reported cstate change: config changed from index 24 to 25, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.240852  5342 raft_consensus.cc:1275] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:42.242595  5341 raft_consensus.cc:2955] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.246723  5555 consensus_queue.cc:1048] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } 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:40:42.262140  4893 raft_consensus.cc:1275] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:42.265034  5560 consensus_queue.cc:1048] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:42.269218  4972 raft_consensus.cc:1275] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:42.271050  5560 consensus_queue.cc:1048] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:42.286763  5251 raft_consensus.cc:2955] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.291836  4893 raft_consensus.cc:2955] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.291592  4969 raft_consensus.cc:2955] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.298154  5341 raft_consensus.cc:2955] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.318080  4794 catalog_manager.cc:5696] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f reported cstate change: config changed from index 25 to 26, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.321611  5043 consensus_queue.cc:237] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } }
I20260608 12:40:42.326547  5341 raft_consensus.cc:1275] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:42.327925  5560 consensus_queue.cc:1048] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } 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:40:42.330451  4893 raft_consensus.cc:1275] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:42.331979  5560 consensus_queue.cc:1048] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:42.337193  5043 consensus_queue.cc:237] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [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: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } }
I20260608 12:40:42.339599  5563 raft_consensus.cc:2955] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 10e67582f571449ea114c369d038776f (127.0.107.194) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.345183  4969 raft_consensus.cc:1275] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:42.345594  5342 raft_consensus.cc:1275] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:42.346874  5555 consensus_queue.cc:1048] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:42.348251  5554 consensus_queue.cc:1048] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } 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:40:42.353168  4785 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 19eff18c92eb4b4ea4b97c755ce2a30d with cas_config_opid_index 25: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:42.354280  4896 raft_consensus.cc:2955] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 10e67582f571449ea114c369d038776f (127.0.107.194) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.356101  5342 raft_consensus.cc:2955] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 10e67582f571449ea114c369d038776f (127.0.107.194) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.367851  5560 raft_consensus.cc:2955] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.369140  4794 catalog_manager.cc:5696] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: config changed from index 25 to 26, VOTER 10e67582f571449ea114c369d038776f (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:42.372042  4969 raft_consensus.cc:2955] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.382650  4785 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 6a35c3fabbed47dab1304211cb40461f with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:42.382359  5341 raft_consensus.cc:2955] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.388033  4961 tablet_service.cc:1558] Processing DeleteTablet for tablet 19eff18c92eb4b4ea4b97c755ce2a30d with delete_type TABLET_DATA_TOMBSTONED (TS 10e67582f571449ea114c369d038776f not found in new config with opid_index 26) from {username='slave'} at 127.0.0.1:38094
I20260608 12:40:42.390568  4793 catalog_manager.cc:5696] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f reported cstate change: config changed from index 26 to 27, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.402799  5571 tablet_replica.cc:333] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:42.404490  4888 tablet_service.cc:1558] Processing DeleteTablet for tablet 6a35c3fabbed47dab1304211cb40461f with delete_type TABLET_DATA_TOMBSTONED (TS ad62f12fbe544681b60e50e6d822d0d4 not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:58724
I20260608 12:40:42.407651  5571 raft_consensus.cc:2243] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:42.408284  5572 tablet_replica.cc:333] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:42.408608  5571 raft_consensus.cc:2272] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:42.409232  5572 raft_consensus.cc:2243] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:42.409936  5572 raft_consensus.cc:2272] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:42.412479  5571 ts_tablet_manager.cc:1916] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:42.412927  5572 ts_tablet_manager.cc:1916] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:42.423664  5572 ts_tablet_manager.cc:1929] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260608 12:40:42.424104  5572 log.cc:1199] T 6a35c3fabbed47dab1304211cb40461f P ad62f12fbe544681b60e50e6d822d0d4: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-0-root/wals/6a35c3fabbed47dab1304211cb40461f
I20260608 12:40:42.425863  4783 catalog_manager.cc:5027] TS ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): tablet 6a35c3fabbed47dab1304211cb40461f (table test-workload [id=177e203263e44748af36733b8ba030eb]) successfully deleted
I20260608 12:40:42.427644  5571 ts_tablet_manager.cc:1929] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.25
I20260608 12:40:42.428079  5571 log.cc:1199] T 19eff18c92eb4b4ea4b97c755ce2a30d P 10e67582f571449ea114c369d038776f: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-1-root/wals/19eff18c92eb4b4ea4b97c755ce2a30d
I20260608 12:40:42.429678  4784 catalog_manager.cc:5027] TS 10e67582f571449ea114c369d038776f (127.0.107.194:45901): tablet 19eff18c92eb4b4ea4b97c755ce2a30d (table test-workload [id=177e203263e44748af36733b8ba030eb]) successfully deleted
I20260608 12:40:42.509701  5573 raft_consensus.cc:1064] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4: attempting to promote NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 to VOTER
I20260608 12:40:42.512619  5573 consensus_queue.cc:237] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } }
I20260608 12:40:42.519345  5341 raft_consensus.cc:1275] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:42.520105  5043 raft_consensus.cc:1275] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:42.522271  5576 consensus_queue.cc:1048] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } 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:40:42.523142  4969 raft_consensus.cc:1275] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:42.523232  5573 consensus_queue.cc:1048] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } 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:40:42.524951  5574 consensus_queue.cc:1048] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:42.545122  5576 raft_consensus.cc:2955] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.548149  5043 raft_consensus.cc:2955] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.551818  4972 raft_consensus.cc:2955] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.559080  5341 raft_consensus.cc:2955] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.564174  4797 catalog_manager.cc:5696] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 reported cstate change: config changed from index 26 to 27, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:42.578471  4896 consensus_queue.cc:237] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } }
I20260608 12:40:42.584847  5341 raft_consensus.cc:1275] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:42.585716  5575 raft_consensus.cc:1064] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4: attempting to promote NON_VOTER 92ffc2ae4d62485caf4b7c32f02c3621 to VOTER
I20260608 12:40:42.586930  5573 consensus_queue.cc:1048] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:42.588349  5575 consensus_queue.cc:237] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } }
I20260608 12:40:42.591727  4972 raft_consensus.cc:1275] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:42.593400  5576 consensus_queue.cc:1048] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:42.595494  5574 raft_consensus.cc:2955] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.598119  4972 raft_consensus.cc:2955] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.600783  5341 raft_consensus.cc:2955] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.605643  4783 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet b372ad73dd3149f9b625f406eaf8b7a2 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:42.615115  4798 catalog_manager.cc:5696] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621 reported cstate change: config changed from index 27 to 28, VOTER b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.617972  5043 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:42.619828  5544 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 12:40:42.623273  4972 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:42.624812  5544 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:42.637079  5031 tablet_service.cc:1558] Processing DeleteTablet for tablet b372ad73dd3149f9b625f406eaf8b7a2 with delete_type TABLET_DATA_TOMBSTONED (TS b3b2ef4225ea4f539f16df7864f731c0 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:56362
I20260608 12:40:42.637745  5341 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 LEARNER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:42.639215  5544 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } 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:40:42.643544  5544 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.646414  5049 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.659060  5584 tablet_replica.cc:333] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:42.660367  5584 raft_consensus.cc:2243] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:42.663851  5584 raft_consensus.cc:2272] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:42.668560  5584 ts_tablet_manager.cc:1916] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:42.668167  4798 catalog_manager.cc:5696] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: config changed from index 25 to 26, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.674078  4969 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.674377  5341 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 92ffc2ae4d62485caf4b7c32f02c3621 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.683059  4896 consensus_queue.cc:237] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } }
I20260608 12:40:42.692566  5584 ts_tablet_manager.cc:1929] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:40:42.693528  5341 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:42.693702  5049 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:42.695853  5584 log.cc:1199] T b372ad73dd3149f9b625f406eaf8b7a2 P b3b2ef4225ea4f539f16df7864f731c0: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-2-root/wals/b372ad73dd3149f9b625f406eaf8b7a2
I20260608 12:40:42.695672  5576 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } 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:40:42.697289  5575 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:42.700399  4785 catalog_manager.cc:5027] TS b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027): tablet b372ad73dd3149f9b625f406eaf8b7a2 (table test-workload [id=177e203263e44748af36733b8ba030eb]) successfully deleted
I20260608 12:40:42.707369  5576 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 10e67582f571449ea114c369d038776f (127.0.107.194) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.709519  5049 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 10e67582f571449ea114c369d038776f (127.0.107.194) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.711627  5342 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 10e67582f571449ea114c369d038776f (127.0.107.194) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.723120  4798 catalog_manager.cc:5696] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: config changed from index 26 to 27, VOTER 10e67582f571449ea114c369d038776f (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } }
I20260608 12:40:42.728274  4783 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet b0de1659b07c429ba1e048d9eebdc84b with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:42.735796  4961 tablet_service.cc:1558] Processing DeleteTablet for tablet b0de1659b07c429ba1e048d9eebdc84b with delete_type TABLET_DATA_TOMBSTONED (TS 10e67582f571449ea114c369d038776f not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:38094
I20260608 12:40:42.736730  5571 tablet_replica.cc:333] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:42.737475  5571 raft_consensus.cc:2243] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:42.738047  5571 raft_consensus.cc:2272] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:42.740722  5571 ts_tablet_manager.cc:1916] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:42.751209  5571 ts_tablet_manager.cc:1929] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260608 12:40:42.751556  5571 log.cc:1199] T b0de1659b07c429ba1e048d9eebdc84b P 10e67582f571449ea114c369d038776f: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-1-root/wals/b0de1659b07c429ba1e048d9eebdc84b
I20260608 12:40:42.752698  4784 catalog_manager.cc:5027] TS 10e67582f571449ea114c369d038776f (127.0.107.194:45901): tablet b0de1659b07c429ba1e048d9eebdc84b (table test-workload [id=177e203263e44748af36733b8ba030eb]) successfully deleted
I20260608 12:40:43.766412  4969 consensus_queue.cc:237] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } }
I20260608 12:40:43.773178  5049 raft_consensus.cc:1275] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer 10e67582f571449ea114c369d038776f: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:40:43.774760  5591 consensus_queue.cc:1048] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:40:43.775120  4896 raft_consensus.cc:1275] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Refusing update from remote peer 10e67582f571449ea114c369d038776f: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:40:43.776504  5562 consensus_queue.cc:1048] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
W20260608 12:40:43.785305  4938 consensus_peers.cc:597] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f -> Peer fa52b6441999423eac9ee74b629a1c9a (127.0.107.198:34799): Couldn't send request to peer fa52b6441999423eac9ee74b629a1c9a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ca62e8a0b5024d25be087961f0ecd4b6. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:43.785179  5562 raft_consensus.cc:2955] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } } }
I20260608 12:40:43.786154  4896 raft_consensus.cc:2955] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } } }
I20260608 12:40:43.788923  5043 raft_consensus.cc:2955] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } } }
I20260608 12:40:43.798141  4798 catalog_manager.cc:5696] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 reported cstate change: config changed from index -1 to 25, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "10e67582f571449ea114c369d038776f" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } } }
I20260608 12:40:43.798789  4969 consensus_queue.cc:237] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } }
I20260608 12:40:43.809605  5043 raft_consensus.cc:1275] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer 10e67582f571449ea114c369d038776f: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:43.811133  5596 consensus_queue.cc:1048] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:43.811733  4896 raft_consensus.cc:1275] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Refusing update from remote peer 10e67582f571449ea114c369d038776f: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:43.813393  5591 consensus_queue.cc:1048] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:43.823403  5049 raft_consensus.cc:2955] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } } }
I20260608 12:40:43.825879  5591 raft_consensus.cc:2955] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } } }
W20260608 12:40:43.833679  4941 consensus_peers.cc:597] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f -> Peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197:46737): Couldn't send request to peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 261f21b0c96a40ccb0ecbc8a0cd44113. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:43.838285  4896 raft_consensus.cc:2955] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } } }
I20260608 12:40:43.841488  5049 consensus_queue.cc:237] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } }
I20260608 12:40:43.851805  4972 raft_consensus.cc:1275] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:43.854230  5587 consensus_queue.cc:1048] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:43.856204  4794 catalog_manager.cc:5696] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 reported cstate change: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "10e67582f571449ea114c369d038776f" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } } }
I20260608 12:40:43.858778  4896 raft_consensus.cc:1275] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:43.860383  5587 consensus_queue.cc:1048] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:43.877264  5563 raft_consensus.cc:2955] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } } }
W20260608 12:40:43.883211  5015 consensus_peers.cc:597] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 -> Peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197:46737): Couldn't send request to peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ad843ae3590f4fe79d97f52f38f6b4bf. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:43.885778  4893 raft_consensus.cc:2955] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } } }
I20260608 12:40:43.893565  5049 consensus_queue.cc:237] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } }
I20260608 12:40:43.901222  4969 raft_consensus.cc:1275] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:43.901156  4896 raft_consensus.cc:1275] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:43.900949  4972 raft_consensus.cc:2955] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } } }
I20260608 12:40:43.902694  5587 consensus_queue.cc:1048] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } 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:40:43.905169  4794 catalog_manager.cc:5696] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:43.912777  5611 consensus_queue.cc:1048] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260608 12:40:43.927449  5012 consensus_peers.cc:597] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 -> Peer fa52b6441999423eac9ee74b629a1c9a (127.0.107.198:34799): Couldn't send request to peer fa52b6441999423eac9ee74b629a1c9a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 73788fd48d7b4d70b0bf1bb3d2f79d06. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:43.927474  5587 raft_consensus.cc:2955] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } } }
I20260608 12:40:43.929109  4896 raft_consensus.cc:2955] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } } }
I20260608 12:40:43.932739  4972 raft_consensus.cc:2955] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } } }
I20260608 12:40:43.939642  4794 catalog_manager.cc:5696] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4 reported cstate change: config changed from index -1 to 26, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } } }
I20260608 12:40:43.942883  4896 consensus_queue.cc:237] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } }
I20260608 12:40:43.950809  5342 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:43.952972  5576 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:43.972278  5049 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:43.971205  5620 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } } }
I20260608 12:40:43.972877  5342 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } } }
I20260608 12:40:43.973990  5617 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
W20260608 12:40:43.977396  4863 consensus_peers.cc:597] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 -> Peer fa52b6441999423eac9ee74b629a1c9a (127.0.107.198:34799): Couldn't send request to peer fa52b6441999423eac9ee74b629a1c9a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b0de1659b07c429ba1e048d9eebdc84b. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:43.986312  4798 catalog_manager.cc:5696] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 reported cstate change: config changed from index 27 to 28, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:43.987126  4896 consensus_queue.cc:237] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } }
I20260608 12:40:43.986799  5049 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, NON_VOTER fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } } }
I20260608 12:40:43.999773  4972 raft_consensus.cc:1275] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:44.000190  5049 raft_consensus.cc:1275] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:44.001330  5620 consensus_queue.cc:1048] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:44.004338  5576 consensus_queue.cc:1048] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:44.013670  5620 raft_consensus.cc:2955] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } } }
I20260608 12:40:44.015547  4972 raft_consensus.cc:2955] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } } }
W20260608 12:40:44.017334  4866 consensus_peers.cc:597] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 -> Peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197:46737): Couldn't send request to peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: eecafb94526544ce8e01e2c3fe68e38d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:44.019156  5049 raft_consensus.cc:2955] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } } }
I20260608 12:40:44.026439  4797 catalog_manager.cc:5696] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f reported cstate change: config changed from index -1 to 26, NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } } }
I20260608 12:40:44.268572  5626 ts_tablet_manager.cc:933] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Initiating tablet copy from peer b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:44.270201  5626 tablet_copy_client.cc:323] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:38027
I20260608 12:40:44.276449  5630 ts_tablet_manager.cc:933] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Initiating tablet copy from peer 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:44.285468  5630 tablet_copy_client.cc:323] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45901
I20260608 12:40:44.286028  5059 tablet_copy_service.cc:140] P b3b2ef4225ea4f539f16df7864f731c0: Received BeginTabletCopySession request for tablet ad843ae3590f4fe79d97f52f38f6b4bf from peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4 ({username='slave'} at 127.0.0.1:43648)
I20260608 12:40:44.286594  5059 tablet_copy_service.cc:161] P b3b2ef4225ea4f539f16df7864f731c0: Beginning new tablet copy session on tablet ad843ae3590f4fe79d97f52f38f6b4bf from peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4 at {username='slave'} at 127.0.0.1:43648: session id = 98b0b2f3a31e4ba19e25e1ff5dc27fa4-ad843ae3590f4fe79d97f52f38f6b4bf
I20260608 12:40:44.287163  5632 ts_tablet_manager.cc:933] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: Initiating tablet copy from peer b3b2ef4225ea4f539f16df7864f731c0 (127.0.107.195:38027)
I20260608 12:40:44.298414  5632 tablet_copy_client.cc:323] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:38027
I20260608 12:40:44.298825  5059 tablet_copy_source_session.cc:215] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:44.302832  5626 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad843ae3590f4fe79d97f52f38f6b4bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:44.306763  4985 tablet_copy_service.cc:140] P 10e67582f571449ea114c369d038776f: Received BeginTabletCopySession request for tablet 261f21b0c96a40ccb0ecbc8a0cd44113 from peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4 ({username='slave'} at 127.0.0.1:54658)
I20260608 12:40:44.307475  4985 tablet_copy_service.cc:161] P 10e67582f571449ea114c369d038776f: Beginning new tablet copy session on tablet 261f21b0c96a40ccb0ecbc8a0cd44113 from peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4 at {username='slave'} at 127.0.0.1:54658: session id = 98b0b2f3a31e4ba19e25e1ff5dc27fa4-261f21b0c96a40ccb0ecbc8a0cd44113
I20260608 12:40:44.314939  5059 tablet_copy_service.cc:140] P b3b2ef4225ea4f539f16df7864f731c0: Received BeginTabletCopySession request for tablet 73788fd48d7b4d70b0bf1bb3d2f79d06 from peer fa52b6441999423eac9ee74b629a1c9a ({username='slave'} at 127.0.0.1:43660)
I20260608 12:40:44.315589  5059 tablet_copy_service.cc:161] P b3b2ef4225ea4f539f16df7864f731c0: Beginning new tablet copy session on tablet 73788fd48d7b4d70b0bf1bb3d2f79d06 from peer fa52b6441999423eac9ee74b629a1c9a at {username='slave'} at 127.0.0.1:43660: session id = fa52b6441999423eac9ee74b629a1c9a-73788fd48d7b4d70b0bf1bb3d2f79d06
I20260608 12:40:44.315719  4985 tablet_copy_source_session.cc:215] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:44.319523  5630 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 261f21b0c96a40ccb0ecbc8a0cd44113. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:44.322844  5059 tablet_copy_source_session.cc:215] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:44.323781  5626 tablet_copy_client.cc:806] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:44.324352  5626 tablet_copy_client.cc:670] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:44.327044  5632 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73788fd48d7b4d70b0bf1bb3d2f79d06. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:44.329346  5627 tablet_copy_client.cc:1025] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:44.335698  5630 tablet_copy_client.cc:806] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:44.336274  5630 tablet_copy_client.cc:670] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:44.340433  5631 tablet_copy_client.cc:1025] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:44.341279  5632 tablet_copy_client.cc:806] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:44.341784  5632 tablet_copy_client.cc:670] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:44.345728  5633 tablet_copy_client.cc:1025] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:44.354804  5636 ts_tablet_manager.cc:933] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: Initiating tablet copy from peer 10e67582f571449ea114c369d038776f (127.0.107.194:45901)
I20260608 12:40:44.356458  5636 tablet_copy_client.cc:323] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45901
I20260608 12:40:44.365422  4985 tablet_copy_service.cc:140] P 10e67582f571449ea114c369d038776f: Received BeginTabletCopySession request for tablet ca62e8a0b5024d25be087961f0ecd4b6 from peer fa52b6441999423eac9ee74b629a1c9a ({username='slave'} at 127.0.0.1:54664)
I20260608 12:40:44.366022  4985 tablet_copy_service.cc:161] P 10e67582f571449ea114c369d038776f: Beginning new tablet copy session on tablet ca62e8a0b5024d25be087961f0ecd4b6 from peer fa52b6441999423eac9ee74b629a1c9a at {username='slave'} at 127.0.0.1:54664: session id = fa52b6441999423eac9ee74b629a1c9a-ca62e8a0b5024d25be087961f0ecd4b6
I20260608 12:40:44.373556  4985 tablet_copy_source_session.cc:215] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:44.376405  5636 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca62e8a0b5024d25be087961f0ecd4b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:44.387866  5636 tablet_copy_client.cc:806] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:44.388618  5636 tablet_copy_client.cc:670] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:44.392344  5637 tablet_copy_client.cc:1025] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:44.399097  5638 ts_tablet_manager.cc:933] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: Initiating tablet copy from peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541)
I20260608 12:40:44.400781  5638 tablet_copy_client.cc:323] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:44541
I20260608 12:40:44.411984  4910 tablet_copy_service.cc:140] P ad62f12fbe544681b60e50e6d822d0d4: Received BeginTabletCopySession request for tablet b0de1659b07c429ba1e048d9eebdc84b from peer fa52b6441999423eac9ee74b629a1c9a ({username='slave'} at 127.0.0.1:44342)
I20260608 12:40:44.412595  4910 tablet_copy_service.cc:161] P ad62f12fbe544681b60e50e6d822d0d4: Beginning new tablet copy session on tablet b0de1659b07c429ba1e048d9eebdc84b from peer fa52b6441999423eac9ee74b629a1c9a at {username='slave'} at 127.0.0.1:44342: session id = fa52b6441999423eac9ee74b629a1c9a-b0de1659b07c429ba1e048d9eebdc84b
I20260608 12:40:44.419927  4910 tablet_copy_source_session.cc:215] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:44.423352  5638 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0de1659b07c429ba1e048d9eebdc84b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:44.434038  5638 tablet_copy_client.cc:806] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:44.434568  5638 tablet_copy_client.cc:670] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:44.438441  5639 tablet_copy_client.cc:1025] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:44.570808  5642 ts_tablet_manager.cc:933] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Initiating tablet copy from peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541)
I20260608 12:40:44.572615  5642 tablet_copy_client.cc:323] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:44541
I20260608 12:40:44.581552  4910 tablet_copy_service.cc:140] P ad62f12fbe544681b60e50e6d822d0d4: Received BeginTabletCopySession request for tablet eecafb94526544ce8e01e2c3fe68e38d from peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4 ({username='slave'} at 127.0.0.1:44354)
I20260608 12:40:44.582135  4910 tablet_copy_service.cc:161] P ad62f12fbe544681b60e50e6d822d0d4: Beginning new tablet copy session on tablet eecafb94526544ce8e01e2c3fe68e38d from peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4 at {username='slave'} at 127.0.0.1:44354: session id = 98b0b2f3a31e4ba19e25e1ff5dc27fa4-eecafb94526544ce8e01e2c3fe68e38d
I20260608 12:40:44.589511  4910 tablet_copy_source_session.cc:215] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:44.592231  5642 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eecafb94526544ce8e01e2c3fe68e38d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:44.602392  5642 tablet_copy_client.cc:806] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:44.602867  5642 tablet_copy_client.cc:670] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:44.606608  5643 tablet_copy_client.cc:1025] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:46.330927  5626 tablet_copy_client.cc:538] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:46.341960  5630 tablet_copy_client.cc:538] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:46.342377  5626 tablet_bootstrap.cc:492] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Bootstrap starting.
I20260608 12:40:46.347254  5632 tablet_copy_client.cc:538] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:46.352715  5630 tablet_bootstrap.cc:492] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Bootstrap starting.
I20260608 12:40:46.363770  5632 tablet_bootstrap.cc:492] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: Bootstrap starting.
I20260608 12:40:46.393914  5636 tablet_copy_client.cc:538] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:46.405402  5636 tablet_bootstrap.cc:492] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: Bootstrap starting.
I20260608 12:40:46.444844  5638 tablet_copy_client.cc:538] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:46.459945  5638 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: Bootstrap starting.
I20260608 12:40:46.505647  5626 tablet_bootstrap.cc:492] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=101 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:46.506670  5626 tablet_bootstrap.cc:492] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Bootstrap complete.
I20260608 12:40:46.507393  5626 ts_tablet_manager.cc:1403] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Time spent bootstrapping tablet: real 0.165s	user 0.149s	sys 0.017s
I20260608 12:40:46.510892  5626 raft_consensus.cc:359] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } }
I20260608 12:40:46.512151  5626 raft_consensus.cc:740] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 98b0b2f3a31e4ba19e25e1ff5dc27fa4, State: Initialized, Role: LEARNER
I20260608 12:40:46.512848  5626 consensus_queue.cc:260] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } }
I20260608 12:40:46.532974  5626 ts_tablet_manager.cc:1434] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Time spent starting tablet: real 0.025s	user 0.016s	sys 0.008s
I20260608 12:40:46.535760  5059 tablet_copy_service.cc:342] P b3b2ef4225ea4f539f16df7864f731c0: Request end of tablet copy session 98b0b2f3a31e4ba19e25e1ff5dc27fa4-ad843ae3590f4fe79d97f52f38f6b4bf received from {username='slave'} at 127.0.0.1:43648
I20260608 12:40:46.536448  5059 tablet_copy_service.cc:434] P b3b2ef4225ea4f539f16df7864f731c0: ending tablet copy session 98b0b2f3a31e4ba19e25e1ff5dc27fa4-ad843ae3590f4fe79d97f52f38f6b4bf on tablet ad843ae3590f4fe79d97f52f38f6b4bf with peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4
I20260608 12:40:46.536796  5630 tablet_bootstrap.cc:492] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=108 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:46.537724  5630 tablet_bootstrap.cc:492] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Bootstrap complete.
I20260608 12:40:46.538385  5630 ts_tablet_manager.cc:1403] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Time spent bootstrapping tablet: real 0.186s	user 0.143s	sys 0.024s
I20260608 12:40:46.569414  5630 raft_consensus.cc:359] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } }
I20260608 12:40:46.572741  5630 raft_consensus.cc:740] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 98b0b2f3a31e4ba19e25e1ff5dc27fa4, State: Initialized, Role: LEARNER
I20260608 12:40:46.573455  5630 consensus_queue.cc:260] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } }
I20260608 12:40:46.577064  5630 ts_tablet_manager.cc:1434] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Time spent starting tablet: real 0.038s	user 0.006s	sys 0.000s
I20260608 12:40:46.583387  4985 tablet_copy_service.cc:342] P 10e67582f571449ea114c369d038776f: Request end of tablet copy session 98b0b2f3a31e4ba19e25e1ff5dc27fa4-261f21b0c96a40ccb0ecbc8a0cd44113 received from {username='slave'} at 127.0.0.1:54658
I20260608 12:40:46.583974  4985 tablet_copy_service.cc:434] P 10e67582f571449ea114c369d038776f: ending tablet copy session 98b0b2f3a31e4ba19e25e1ff5dc27fa4-261f21b0c96a40ccb0ecbc8a0cd44113 on tablet 261f21b0c96a40ccb0ecbc8a0cd44113 with peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4
I20260608 12:40:46.607926  5642 tablet_copy_client.cc:538] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:46.626582  5642 tablet_bootstrap.cc:492] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Bootstrap starting.
I20260608 12:40:46.676013  5636 tablet_bootstrap.cc:492] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=98 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:46.676614  5632 tablet_bootstrap.cc:492] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=95 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:46.677110  5636 tablet_bootstrap.cc:492] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: Bootstrap complete.
I20260608 12:40:46.677502  5632 tablet_bootstrap.cc:492] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: Bootstrap complete.
I20260608 12:40:46.677845  5636 ts_tablet_manager.cc:1403] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: Time spent bootstrapping tablet: real 0.273s	user 0.133s	sys 0.024s
I20260608 12:40:46.678269  5632 ts_tablet_manager.cc:1403] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: Time spent bootstrapping tablet: real 0.315s	user 0.131s	sys 0.028s
I20260608 12:40:46.680804  5636 raft_consensus.cc:359] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } }
I20260608 12:40:46.681380  5636 raft_consensus.cc:740] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fa52b6441999423eac9ee74b629a1c9a, State: Initialized, Role: LEARNER
I20260608 12:40:46.682195  5636 consensus_queue.cc:260] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } }
I20260608 12:40:46.683992  5632 raft_consensus.cc:359] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } }
I20260608 12:40:46.684731  5632 raft_consensus.cc:740] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fa52b6441999423eac9ee74b629a1c9a, State: Initialized, Role: LEARNER
I20260608 12:40:46.685325  5632 consensus_queue.cc:260] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } }
I20260608 12:40:46.687644  5636 ts_tablet_manager.cc:1434] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260608 12:40:46.691170  4985 tablet_copy_service.cc:342] P 10e67582f571449ea114c369d038776f: Request end of tablet copy session fa52b6441999423eac9ee74b629a1c9a-ca62e8a0b5024d25be087961f0ecd4b6 received from {username='slave'} at 127.0.0.1:54664
I20260608 12:40:46.691730  4985 tablet_copy_service.cc:434] P 10e67582f571449ea114c369d038776f: ending tablet copy session fa52b6441999423eac9ee74b629a1c9a-ca62e8a0b5024d25be087961f0ecd4b6 on tablet ca62e8a0b5024d25be087961f0ecd4b6 with peer fa52b6441999423eac9ee74b629a1c9a
I20260608 12:40:46.698917  5632 ts_tablet_manager.cc:1434] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: Time spent starting tablet: real 0.020s	user 0.011s	sys 0.004s
I20260608 12:40:46.701373  5059 tablet_copy_service.cc:342] P b3b2ef4225ea4f539f16df7864f731c0: Request end of tablet copy session fa52b6441999423eac9ee74b629a1c9a-73788fd48d7b4d70b0bf1bb3d2f79d06 received from {username='slave'} at 127.0.0.1:43660
I20260608 12:40:46.701853  5059 tablet_copy_service.cc:434] P b3b2ef4225ea4f539f16df7864f731c0: ending tablet copy session fa52b6441999423eac9ee74b629a1c9a-73788fd48d7b4d70b0bf1bb3d2f79d06 on tablet 73788fd48d7b4d70b0bf1bb3d2f79d06 with peer fa52b6441999423eac9ee74b629a1c9a
I20260608 12:40:46.754731  5419 raft_consensus.cc:1217] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:40:46.767417  5638 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=100 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:46.768373  5638 tablet_bootstrap.cc:492] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: Bootstrap complete.
I20260608 12:40:46.769115  5638 ts_tablet_manager.cc:1403] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: Time spent bootstrapping tablet: real 0.310s	user 0.146s	sys 0.024s
I20260608 12:40:46.771852  5638 raft_consensus.cc:359] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } }
I20260608 12:40:46.772550  5638 raft_consensus.cc:740] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fa52b6441999423eac9ee74b629a1c9a, State: Initialized, Role: LEARNER
I20260608 12:40:46.773196  5638 consensus_queue.cc:260] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 28, Last appended: 1.28, Last appended by leader: 28, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: true } }
I20260608 12:40:46.775652  5638 ts_tablet_manager.cc:1434] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.003s
I20260608 12:40:46.775615  5501 raft_consensus.cc:1217] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260608 12:40:46.777974  4910 tablet_copy_service.cc:342] P ad62f12fbe544681b60e50e6d822d0d4: Request end of tablet copy session fa52b6441999423eac9ee74b629a1c9a-b0de1659b07c429ba1e048d9eebdc84b received from {username='slave'} at 127.0.0.1:44342
I20260608 12:40:46.778569  4910 tablet_copy_service.cc:434] P ad62f12fbe544681b60e50e6d822d0d4: ending tablet copy session fa52b6441999423eac9ee74b629a1c9a-b0de1659b07c429ba1e048d9eebdc84b on tablet b0de1659b07c429ba1e048d9eebdc84b with peer fa52b6441999423eac9ee74b629a1c9a
I20260608 12:40:46.818750  5501 raft_consensus.cc:1217] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:40:46.848664  5642 tablet_bootstrap.cc:492] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: 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:40:46.849407  5642 tablet_bootstrap.cc:492] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Bootstrap complete.
I20260608 12:40:46.849965  5642 ts_tablet_manager.cc:1403] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Time spent bootstrapping tablet: real 0.224s	user 0.132s	sys 0.030s
I20260608 12:40:46.852062  5642 raft_consensus.cc:359] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } }
I20260608 12:40:46.852624  5642 raft_consensus.cc:740] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 98b0b2f3a31e4ba19e25e1ff5dc27fa4, State: Initialized, Role: LEARNER
I20260608 12:40:46.853060  5642 consensus_queue.cc:260] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: true } }
I20260608 12:40:46.854664  5642 ts_tablet_manager.cc:1434] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:46.856412  4910 tablet_copy_service.cc:342] P ad62f12fbe544681b60e50e6d822d0d4: Request end of tablet copy session 98b0b2f3a31e4ba19e25e1ff5dc27fa4-eecafb94526544ce8e01e2c3fe68e38d received from {username='slave'} at 127.0.0.1:44354
I20260608 12:40:46.856885  4910 tablet_copy_service.cc:434] P ad62f12fbe544681b60e50e6d822d0d4: ending tablet copy session 98b0b2f3a31e4ba19e25e1ff5dc27fa4-eecafb94526544ce8e01e2c3fe68e38d on tablet eecafb94526544ce8e01e2c3fe68e38d with peer 98b0b2f3a31e4ba19e25e1ff5dc27fa4
I20260608 12:40:46.946619  5419 raft_consensus.cc:1217] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:40:46.985612  5501 raft_consensus.cc:1217] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260608 12:40:47.211397  5611 raft_consensus.cc:1064] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0: attempting to promote NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 to VOTER
I20260608 12:40:47.214641  5611 consensus_queue.cc:237] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } }
I20260608 12:40:47.216267  5419 raft_consensus.cc:1217] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:40:47.224946  4972 raft_consensus.cc:1275] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:47.225250  5419 raft_consensus.cc:1275] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:47.226598  5650 consensus_queue.cc:1048] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:47.227598  5661 consensus_queue.cc:1048] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } 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:40:47.235710  4896 raft_consensus.cc:1275] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:47.237493  5650 consensus_queue.cc:1048] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:47.252066  5650 raft_consensus.cc:2955] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } } }
I20260608 12:40:47.253854  4896 raft_consensus.cc:2955] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } } }
I20260608 12:40:47.256580  5419 raft_consensus.cc:2955] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } } }
I20260608 12:40:47.262450   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:47.267465  4972 raft_consensus.cc:2955] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } } }
I20260608 12:40:47.278378  4798 catalog_manager.cc:5696] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 reported cstate change: config changed from index 26 to 27, 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } attrs { replace: true } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } } }
W20260608 12:40:47.295650  5013 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260608 12:40:47.331426  5013 consensus_peers.cc:597] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 -> Peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Couldn't send request to peer ad62f12fbe544681b60e50e6d822d0d4. 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:47.340663  5668 raft_consensus.cc:1064] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4: attempting to promote NON_VOTER fa52b6441999423eac9ee74b629a1c9a to VOTER
I20260608 12:40:47.344143  5668 consensus_queue.cc:237] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } }
I20260608 12:40:47.356702  5501 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:47.357710  5342 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:47.359891  5043 raft_consensus.cc:1275] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer ad62f12fbe544681b60e50e6d822d0d4: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:47.364913  5043 consensus_queue.cc:237] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } }
I20260608 12:40:47.359390  5668 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.014s
I20260608 12:40:47.373469  5671 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:47.377085  5641 consensus_queue.cc:1048] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
W20260608 12:40:47.377879  5013 consensus_peers.cc:597] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 -> Peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Couldn't send request to peer ad62f12fbe544681b60e50e6d822d0d4. 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:47.380082  5419 raft_consensus.cc:1275] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:47.381718  5650 consensus_queue.cc:1048] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:47.398541  5676 raft_consensus.cc:1064] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f: attempting to promote NON_VOTER 98b0b2f3a31e4ba19e25e1ff5dc27fa4 to VOTER
I20260608 12:40:47.398725  5661 raft_consensus.cc:2955] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 10e67582f571449ea114c369d038776f (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } } }
I20260608 12:40:47.402115  5419 raft_consensus.cc:2955] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 10e67582f571449ea114c369d038776f (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } } }
I20260608 12:40:47.406740  5676 consensus_queue.cc:237] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } }
I20260608 12:40:47.440239   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:47.441476  4785 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet ad843ae3590f4fe79d97f52f38f6b4bf with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:47.443606   431 tablet_replica.cc:333] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:47.444749   431 raft_consensus.cc:2243] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.445603   431 raft_consensus.cc:2272] T ad843ae3590f4fe79d97f52f38f6b4bf P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.450212  4794 catalog_manager.cc:5696] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: config changed from index 27 to 28, VOTER 10e67582f571449ea114c369d038776f (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:47.460325  5671 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
W20260608 12:40:47.463248  5013 consensus_peers.cc:597] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 -> Peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Couldn't send request to peer ad62f12fbe544681b60e50e6d822d0d4. 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:47.462311  5501 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.466035  5049 raft_consensus.cc:1275] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer 10e67582f571449ea114c369d038776f: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
W20260608 12:40:47.466457  4938 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.198:34799, user_credentials={real_user=slave}} blocked reactor thread for 46646.6us
I20260608 12:40:47.469370  4961 tablet_service.cc:1558] Processing DeleteTablet for tablet ad843ae3590f4fe79d97f52f38f6b4bf with delete_type TABLET_DATA_TOMBSTONED (TS 10e67582f571449ea114c369d038776f not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:38094
I20260608 12:40:47.470566  5419 raft_consensus.cc:1275] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Refusing update from remote peer 10e67582f571449ea114c369d038776f: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:47.472774  5049 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.473908  5677 consensus_queue.cc:1048] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } 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:40:47.485350   431 tablet_replica.cc:333] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:47.486339   431 raft_consensus.cc:2243] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.487607   431 raft_consensus.cc:2272] T b372ad73dd3149f9b625f406eaf8b7a2 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.491643  5683 raft_consensus.cc:1064] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f: attempting to promote NON_VOTER fa52b6441999423eac9ee74b629a1c9a to VOTER
I20260608 12:40:47.495111  5661 raft_consensus.cc:1064] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0: attempting to promote NON_VOTER fa52b6441999423eac9ee74b629a1c9a to VOTER
I20260608 12:40:47.497989  5661 consensus_queue.cc:237] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } }
I20260608 12:40:47.499369   431 tablet_replica.cc:333] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:47.501968   431 raft_consensus.cc:2243] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.507135   431 raft_consensus.cc:2272] T 3344b9827091401796c7a7587638ef81 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.513012   431 tablet_replica.cc:333] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:47.513851   431 raft_consensus.cc:2243] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.514298  5686 tablet_replica.cc:333] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:47.515020   431 raft_consensus.cc:2272] T 19eff18c92eb4b4ea4b97c755ce2a30d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.515579  5686 raft_consensus.cc:2243] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.515206  5342 raft_consensus.cc:2955] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.516665  5686 raft_consensus.cc:2272] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.521399  5683 consensus_queue.cc:237] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [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: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } }
I20260608 12:40:47.522486  5686 ts_tablet_manager.cc:1916] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:47.523916  5645 consensus_queue.cc:1048] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.044s
I20260608 12:40:47.523588  4794 catalog_manager.cc:5696] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a reported cstate change: config changed from index 28 to 29, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ad62f12fbe544681b60e50e6d822d0d4" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "92ffc2ae4d62485caf4b7c32f02c3621" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40729 } attrs { promote: false } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.542351  5686 ts_tablet_manager.cc:1929] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:40:47.542963  5686 log.cc:1199] T ad843ae3590f4fe79d97f52f38f6b4bf P 10e67582f571449ea114c369d038776f: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922314084774-431-0/minicluster-data/ts-1-root/wals/ad843ae3590f4fe79d97f52f38f6b4bf
I20260608 12:40:47.544595   431 tablet_replica.cc:333] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:47.545115  4784 catalog_manager.cc:5027] TS 10e67582f571449ea114c369d038776f (127.0.107.194:45901): tablet ad843ae3590f4fe79d97f52f38f6b4bf (table test-workload [id=177e203263e44748af36733b8ba030eb]) successfully deleted
I20260608 12:40:47.545565   431 raft_consensus.cc:2243] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.547226   431 raft_consensus.cc:2272] T 9491eb848bc84bb4b7fc9764529eb7d1 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.548946  5501 raft_consensus.cc:1275] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:47.550189  4972 raft_consensus.cc:1275] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:47.550722   431 tablet_replica.cc:333] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:47.555120   431 raft_consensus.cc:2243] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.551004  5681 consensus_queue.cc:1048] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.004s
I20260608 12:40:47.557826  5650 consensus_queue.cc:1048] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:47.559579   431 raft_consensus.cc:2272] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:47.560871  5013 consensus_peers.cc:597] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 -> Peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Couldn't send request to peer ad62f12fbe544681b60e50e6d822d0d4. 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:47.578320  5043 raft_consensus.cc:1275] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer 10e67582f571449ea114c369d038776f: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:47.580691   431 tablet_replica.cc:333] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:47.581545   431 raft_consensus.cc:2243] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Raft consensus shutting down.
W20260608 12:40:47.582492  4939 consensus_peers.cc:597] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f -> Peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Couldn't send request to peer ad62f12fbe544681b60e50e6d822d0d4. 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:47.583773  5501 raft_consensus.cc:1275] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a [term 1 LEARNER]: Refusing update from remote peer 10e67582f571449ea114c369d038776f: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:47.586247  5645 consensus_queue.cc:1048] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:47.586907   431 raft_consensus.cc:2272] T eecafb94526544ce8e01e2c3fe68e38d P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.591768  5682 consensus_queue.cc:1048] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.008s
I20260608 12:40:47.600767   431 tablet_replica.cc:333] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:47.601601   431 raft_consensus.cc:2243] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus shutting down.
W20260608 12:40:47.606403  4939 consensus_peers.cc:597] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f -> Peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Couldn't send request to peer ad62f12fbe544681b60e50e6d822d0d4. 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:47.608532   431 raft_consensus.cc:2272] T 4763f2d51cf84c4386c83a14688d2b21 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.612105   431 tablet_replica.cc:333] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:47.613020   431 raft_consensus.cc:2243] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.613900   431 raft_consensus.cc:2272] T 261f21b0c96a40ccb0ecbc8a0cd44113 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:47.617101  4939 consensus_peers.cc:597] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f -> Peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Couldn't send request to peer ad62f12fbe544681b60e50e6d822d0d4. 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:47.617282   431 tablet_replica.cc:333] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:47.620787   431 raft_consensus.cc:2243] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.622789  5661 raft_consensus.cc:2955] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.623701  5682 raft_consensus.cc:2955] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } } }
I20260608 12:40:47.624085  5677 raft_consensus.cc:2955] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.624830  4972 raft_consensus.cc:2955] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.627912   431 raft_consensus.cc:2272] T ca62e8a0b5024d25be087961f0ecd4b6 P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.632263  5500 raft_consensus.cc:2955] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.635069   431 tablet_replica.cc:333] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4: stopping tablet replica
I20260608 12:40:47.637676   431 raft_consensus.cc:2243] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.638970   431 raft_consensus.cc:2272] T b0de1659b07c429ba1e048d9eebdc84b P ad62f12fbe544681b60e50e6d822d0d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.639451  5049 raft_consensus.cc:2955] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.645622  5501 raft_consensus.cc:2955] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.648005  5419 raft_consensus.cc:2955] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } } }
I20260608 12:40:47.653654  4794 catalog_manager.cc:5696] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: config changed from index 26 to 27, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:47.657833  4797 catalog_manager.cc:5696] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a reported cstate change: config changed from index 25 to 26, fa52b6441999423eac9ee74b629a1c9a (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "10e67582f571449ea114c369d038776f" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } attrs { replace: true } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.635134  5045 raft_consensus.cc:2955] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } } }
I20260608 12:40:47.675719  4798 catalog_manager.cc:5696] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 reported cstate change: config changed from index 26 to 27, 98b0b2f3a31e4ba19e25e1ff5dc27fa4 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "10e67582f571449ea114c369d038776f" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "ad62f12fbe544681b60e50e6d822d0d4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44541 } } peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } attrs { replace: true } } peers { permanent_uuid: "98b0b2f3a31e4ba19e25e1ff5dc27fa4" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 46737 } attrs { promote: false } } }
I20260608 12:40:47.671594  5043 consensus_queue.cc:237] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [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: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } }
I20260608 12:40:47.685593  4972 raft_consensus.cc:1275] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:47.686718  5501 raft_consensus.cc:1275] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Refusing update from remote peer b3b2ef4225ea4f539f16df7864f731c0: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:47.687493  5611 consensus_queue.cc:1048] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:47.691630  5611 consensus_queue.cc:1048] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:47.696374  5650 raft_consensus.cc:2955] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.705514  4972 consensus_queue.cc:237] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [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: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } }
I20260608 12:40:47.708410   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:47.710374  4969 raft_consensus.cc:2955] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.712927  4785 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 73788fd48d7b4d70b0bf1bb3d2f79d06 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:47.717669  5501 raft_consensus.cc:2955] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.720438  5500 raft_consensus.cc:1275] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Refusing update from remote peer 10e67582f571449ea114c369d038776f: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:47.720945  5043 raft_consensus.cc:1275] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Refusing update from remote peer 10e67582f571449ea114c369d038776f: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:47.724174  5645 consensus_queue.cc:1048] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:47.725803  5685 consensus_queue.cc:1048] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [LEADER]: Connected to new peer: Peer: permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } 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:40:47.728849  4792 catalog_manager.cc:5696] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 reported cstate change: config changed from index 27 to 28, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "b3b2ef4225ea4f539f16df7864f731c0" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:47.733134  5685 raft_consensus.cc:2955] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.738919  5043 raft_consensus.cc:2955] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
I20260608 12:40:47.745393  4784 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet ca62e8a0b5024d25be087961f0ecd4b6 with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:47.757283  5500 raft_consensus.cc:2955] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } } }
W20260608 12:40:47.769748  4783 catalog_manager.cc:4754] TS ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 73788fd48d7b4d70b0bf1bb3d2f79d06: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44541: connect: Connection refused (error 111)
W20260608 12:40:47.776906  4939 consensus_peers.cc:597] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f -> Peer ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193:44541): Couldn't send request to peer ad62f12fbe544681b60e50e6d822d0d4. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44541: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:47.778996  4798 catalog_manager.cc:5696] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f reported cstate change: config changed from index 26 to 27, VOTER ad62f12fbe544681b60e50e6d822d0d4 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "10e67582f571449ea114c369d038776f" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "10e67582f571449ea114c369d038776f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b3b2ef4225ea4f539f16df7864f731c0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38027 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fa52b6441999423eac9ee74b629a1c9a" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34799 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:47.791252   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:47.841979   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:47.843111   431 tablet_replica.cc:333] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:47.844007   431 raft_consensus.cc:2243] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.844485   431 raft_consensus.cc:2272] T b372ad73dd3149f9b625f406eaf8b7a2 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.846920   431 tablet_replica.cc:333] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:47.847479   431 raft_consensus.cc:2243] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.848019   431 raft_consensus.cc:2272] T 9491eb848bc84bb4b7fc9764529eb7d1 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.850415   431 tablet_replica.cc:333] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:47.850916   431 raft_consensus.cc:2243] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.852006   431 raft_consensus.cc:2272] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.855162   431 tablet_replica.cc:333] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:47.855820   431 raft_consensus.cc:2243] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.856563   431 raft_consensus.cc:2272] T ca62e8a0b5024d25be087961f0ecd4b6 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.859774   431 tablet_replica.cc:333] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:47.860473   431 raft_consensus.cc:2243] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.861095   431 raft_consensus.cc:2272] T eecafb94526544ce8e01e2c3fe68e38d P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.864385   431 tablet_replica.cc:333] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:47.865094   431 raft_consensus.cc:2243] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.866111   431 raft_consensus.cc:2272] T 4763f2d51cf84c4386c83a14688d2b21 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.869282   431 tablet_replica.cc:333] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:47.869999   431 raft_consensus.cc:2243] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.870702   431 raft_consensus.cc:2272] T 6a35c3fabbed47dab1304211cb40461f P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:47.872902  5014 consensus_peers.cc:597] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 -> Peer 10e67582f571449ea114c369d038776f (127.0.107.194:45901): Couldn't send request to peer 10e67582f571449ea114c369d038776f. 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:47.873912   431 tablet_replica.cc:333] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:47.874473   431 raft_consensus.cc:2243] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.875165   431 raft_consensus.cc:2272] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.877821   431 tablet_replica.cc:333] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f: stopping tablet replica
I20260608 12:40:47.878298   431 raft_consensus.cc:2243] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.879038   431 raft_consensus.cc:2272] T 3344b9827091401796c7a7587638ef81 P 10e67582f571449ea114c369d038776f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.916865   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:47.958174   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:47.992210   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:47.993063   431 tablet_replica.cc:333] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:47.993921   431 raft_consensus.cc:2243] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.994887   431 raft_consensus.cc:2272] T 19eff18c92eb4b4ea4b97c755ce2a30d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.997646   431 tablet_replica.cc:333] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:47.998231   431 raft_consensus.cc:2243] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.998943   431 raft_consensus.cc:2272] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.001982   431 tablet_replica.cc:333] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:48.002569   431 raft_consensus.cc:2243] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:48.003377   431 raft_consensus.cc:2272] T 6a35c3fabbed47dab1304211cb40461f P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.005873   431 tablet_replica.cc:333] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:48.006407   431 raft_consensus.cc:2243] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:48.007200   431 raft_consensus.cc:2272] T 9491eb848bc84bb4b7fc9764529eb7d1 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.010250   431 tablet_replica.cc:333] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:48.010879   431 raft_consensus.cc:2243] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:48.011852   431 raft_consensus.cc:2272] T ad843ae3590f4fe79d97f52f38f6b4bf P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.016177   431 tablet_replica.cc:333] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:48.016717   431 raft_consensus.cc:2243] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.017350   431 raft_consensus.cc:2272] T 261f21b0c96a40ccb0ecbc8a0cd44113 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.020145   431 tablet_replica.cc:333] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:48.020685   431 raft_consensus.cc:2243] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.021167   431 raft_consensus.cc:2272] T b0de1659b07c429ba1e048d9eebdc84b P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.023839   431 tablet_replica.cc:333] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:48.024338   431 raft_consensus.cc:2243] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.024917   431 raft_consensus.cc:2272] T ca62e8a0b5024d25be087961f0ecd4b6 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.027530   431 tablet_replica.cc:333] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:48.028009   431 raft_consensus.cc:2243] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.028497   431 raft_consensus.cc:2272] T 3344b9827091401796c7a7587638ef81 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.030637   431 tablet_replica.cc:333] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:48.031116   431 raft_consensus.cc:2243] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.031639   431 raft_consensus.cc:2272] T eecafb94526544ce8e01e2c3fe68e38d P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.033739   431 tablet_replica.cc:333] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0: stopping tablet replica
I20260608 12:40:48.034161   431 raft_consensus.cc:2243] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.034621   431 raft_consensus.cc:2272] T 4763f2d51cf84c4386c83a14688d2b21 P b3b2ef4225ea4f539f16df7864f731c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.062606   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:48.102586   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:48.131575   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:48.132383   431 tablet_replica.cc:333] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621: stopping tablet replica
I20260608 12:40:48.132995   431 raft_consensus.cc:2243] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.133504   431 raft_consensus.cc:2272] T 19eff18c92eb4b4ea4b97c755ce2a30d P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.136099   431 tablet_replica.cc:333] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621: stopping tablet replica
I20260608 12:40:48.136615   431 raft_consensus.cc:2243] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.137271   431 raft_consensus.cc:2272] T b0de1659b07c429ba1e048d9eebdc84b P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.140300   431 tablet_replica.cc:333] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621: stopping tablet replica
I20260608 12:40:48.140807   431 raft_consensus.cc:2243] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.141258   431 raft_consensus.cc:2272] T b372ad73dd3149f9b625f406eaf8b7a2 P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.143682   431 tablet_replica.cc:333] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621: stopping tablet replica
I20260608 12:40:48.144131   431 raft_consensus.cc:2243] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.144627   431 raft_consensus.cc:2272] T 6a35c3fabbed47dab1304211cb40461f P 92ffc2ae4d62485caf4b7c32f02c3621 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.168761   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:48.189755   431 tablet_server.cc:179] TabletServer@127.0.107.197:0 shutting down...
I20260608 12:40:48.217649   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:48.218449   431 tablet_replica.cc:333] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: stopping tablet replica
I20260608 12:40:48.219010   431 raft_consensus.cc:2243] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:48.219449   431 raft_consensus.cc:2272] T eecafb94526544ce8e01e2c3fe68e38d P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:48.221415   431 tablet_replica.cc:333] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: stopping tablet replica
I20260608 12:40:48.221869   431 raft_consensus.cc:2243] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.222280   431 raft_consensus.cc:2272] T 261f21b0c96a40ccb0ecbc8a0cd44113 P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.224721   431 tablet_replica.cc:333] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4: stopping tablet replica
I20260608 12:40:48.225172   431 raft_consensus.cc:2243] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.225628   431 raft_consensus.cc:2272] T ad843ae3590f4fe79d97f52f38f6b4bf P 98b0b2f3a31e4ba19e25e1ff5dc27fa4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.246991   431 tablet_server.cc:196] TabletServer@127.0.107.197:0 shutdown complete.
I20260608 12:40:48.263716   431 tablet_server.cc:179] TabletServer@127.0.107.198:0 shutting down...
I20260608 12:40:48.296990   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:48.297789   431 tablet_replica.cc:333] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a: stopping tablet replica
I20260608 12:40:48.298502   431 raft_consensus.cc:2243] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.299015   431 raft_consensus.cc:2272] T ca62e8a0b5024d25be087961f0ecd4b6 P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.301789   431 tablet_replica.cc:333] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a: stopping tablet replica
I20260608 12:40:48.302292   431 raft_consensus.cc:2243] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.302716   431 raft_consensus.cc:2272] T b0de1659b07c429ba1e048d9eebdc84b P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.305032   431 tablet_replica.cc:333] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a: stopping tablet replica
I20260608 12:40:48.305495   431 raft_consensus.cc:2243] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.305936   431 raft_consensus.cc:2272] T 73788fd48d7b4d70b0bf1bb3d2f79d06 P fa52b6441999423eac9ee74b629a1c9a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.326771   431 tablet_server.cc:196] TabletServer@127.0.107.198:0 shutdown complete.
I20260608 12:40:48.338804   431 master.cc:562] Master@127.0.107.254:41465 shutting down...
W20260608 12:40:48.359632  4846 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:40:48.359884  4846 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:40:48.360076  4846 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:40:48.492760   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:48.493327   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.493669   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P aacd0489e990484c9e4f3fb4d5e89a77: stopping tablet replica
I20260608 12:40:48.516865   431 master.cc:584] Master@127.0.107.254:41465 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (17791 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260608 12:40:48.563880   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:42877
I20260608 12:40:48.565058   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:48.570458  5702 instance_detector.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:48.571767  5703 instance_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:48.571954  5705 instance_detector.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:48.572814   431 server_base.cc:1061] running on GCE node
I20260608 12:40:48.573704   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:48.573886   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:48.574041   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922448574024 us; error 0 us; skew 500 ppm
I20260608 12:40:48.574627   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:48.577139   431 webserver.cc:533] Webserver started at http://127.0.107.254:38985/ using document root <none> and password file <none>
I20260608 12:40:48.577690   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:48.577849   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:48.578111   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:48.579160   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "2829bd56f0df4cc19a4de05bf7f9eb68"
format_stamp: "Formatted at 2026-06-08 12:40:48 on dist-test-slave-jl41"
I20260608 12:40:48.583524   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:48.586709  5710 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:48.587404   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:48.587666   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "2829bd56f0df4cc19a4de05bf7f9eb68"
format_stamp: "Formatted at 2026-06-08 12:40:48 on dist-test-slave-jl41"
I20260608 12:40:48.587913   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-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:48.608822   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:48.609992   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:48.645586   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:42877
I20260608 12:40:48.645684  5761 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:42877 every 8 connection(s)
I20260608 12:40:48.649518  5762 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:48.659351  5762 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68: Bootstrap starting.
I20260608 12:40:48.663971  5762 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:48.667948  5762 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68: No bootstrap required, opened a new log
I20260608 12:40:48.670047  5762 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2829bd56f0df4cc19a4de05bf7f9eb68" member_type: VOTER }
I20260608 12:40:48.670424  5762 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:48.670639  5762 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2829bd56f0df4cc19a4de05bf7f9eb68, State: Initialized, Role: FOLLOWER
I20260608 12:40:48.671252  5762 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2829bd56f0df4cc19a4de05bf7f9eb68" member_type: VOTER }
I20260608 12:40:48.671738  5762 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:48.671958  5762 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:48.672209  5762 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:48.676410  5762 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2829bd56f0df4cc19a4de05bf7f9eb68" member_type: VOTER }
I20260608 12:40:48.676906  5762 leader_election.cc:304] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [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: 2829bd56f0df4cc19a4de05bf7f9eb68; no voters: 
I20260608 12:40:48.677977  5762 leader_election.cc:290] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:48.678328  5765 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:48.679620  5765 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [term 1 LEADER]: Becoming Leader. State: Replica: 2829bd56f0df4cc19a4de05bf7f9eb68, State: Running, Role: LEADER
I20260608 12:40:48.680265  5765 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [LEADER]: Queue going to LEADER mode. State: All 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: "2829bd56f0df4cc19a4de05bf7f9eb68" member_type: VOTER }
I20260608 12:40:48.680745  5762 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:48.684404  5766 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2829bd56f0df4cc19a4de05bf7f9eb68" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2829bd56f0df4cc19a4de05bf7f9eb68" member_type: VOTER } }
I20260608 12:40:48.685082  5766 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:48.685047  5767 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2829bd56f0df4cc19a4de05bf7f9eb68. Latest consensus state: current_term: 1 leader_uuid: "2829bd56f0df4cc19a4de05bf7f9eb68" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2829bd56f0df4cc19a4de05bf7f9eb68" member_type: VOTER } }
I20260608 12:40:48.685861  5767 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:48.688445  5772 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:48.693485  5772 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:48.696270   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:48.702167  5772 catalog_manager.cc:1382] Generated new cluster ID: d23091807c1146e19415fc835c240cea
I20260608 12:40:48.702432  5772 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:48.722270  5772 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:48.723577  5772 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:48.744609  5772 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68: Generated new TSK 0
I20260608 12:40:48.745237  5772 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:48.763239   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:48.769270  5783 instance_detector.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:48.770054  5784 instance_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:48.772446   431 server_base.cc:1061] running on GCE node
W20260608 12:40:48.772549  5786 instance_detector.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:48.773427   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:48.773618   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:48.773780   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922448773761 us; error 0 us; skew 500 ppm
I20260608 12:40:48.774349   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:48.776693   431 webserver.cc:533] Webserver started at http://127.0.107.193:44797/ using document root <none> and password file <none>
I20260608 12:40:48.777184   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:48.777402   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:48.777689   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:48.778749   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "9ec267bd6ed34078af92980e5622c664"
format_stamp: "Formatted at 2026-06-08 12:40:48 on dist-test-slave-jl41"
I20260608 12:40:48.783285   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:40:48.786602  5791 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:48.787330   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:48.787926   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "9ec267bd6ed34078af92980e5622c664"
format_stamp: "Formatted at 2026-06-08 12:40:48 on dist-test-slave-jl41"
I20260608 12:40:48.788203   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-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:48.824189   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:48.825402   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:48.826830   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:48.829279   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:48.829479   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:48.829720   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:48.829872   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:48.869351   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42517
I20260608 12:40:48.869465  5853 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42517 every 8 connection(s)
I20260608 12:40:48.874536   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:48.882545  5859 instance_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:48.882552  5858 instance_detector.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:48.884236  5861 instance_detector.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:48.884999   431 server_base.cc:1061] running on GCE node
I20260608 12:40:48.888126   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:48.888450   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:48.888708   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922448888687 us; error 0 us; skew 500 ppm
I20260608 12:40:48.889343   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:48.889993  5854 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42877
I20260608 12:40:48.890430  5854 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:48.891212  5854 heartbeater.cc:507] Master 127.0.107.254:42877 requested a full tablet report, sending...
I20260608 12:40:48.892091   431 webserver.cc:533] Webserver started at http://127.0.107.194:45797/ using document root <none> and password file <none>
I20260608 12:40:48.892797   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:48.892976   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:48.893265   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:48.893371  5727 ts_manager.cc:194] Registered new tserver with Master: 9ec267bd6ed34078af92980e5622c664 (127.0.107.193:42517)
I20260608 12:40:48.894382   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "d540d842eebf4bfaab26dab3e2b66c38"
format_stamp: "Formatted at 2026-06-08 12:40:48 on dist-test-slave-jl41"
I20260608 12:40:48.895211  5727 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59572
I20260608 12:40:48.898989   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260608 12:40:48.902426  5866 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:48.903142   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:48.903439   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "d540d842eebf4bfaab26dab3e2b66c38"
format_stamp: "Formatted at 2026-06-08 12:40:48 on dist-test-slave-jl41"
I20260608 12:40:48.903702   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-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:48.931133   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:48.932250   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:48.933609   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:48.935817   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:48.936020   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:48.936231   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:48.936381   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:48.972247   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39555
I20260608 12:40:48.972381  5928 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39555 every 8 connection(s)
I20260608 12:40:48.977048   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:48.984083  5932 instance_detector.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:48.985034  5933 instance_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:48.987730  5935 instance_detector.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:48.987950   431 server_base.cc:1061] running on GCE node
I20260608 12:40:48.988647  5929 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42877
I20260608 12:40:48.989069  5929 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:48.989300   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:48.989573   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:48.989796   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922448989779 us; error 0 us; skew 500 ppm
I20260608 12:40:48.990018  5929 heartbeater.cc:507] Master 127.0.107.254:42877 requested a full tablet report, sending...
I20260608 12:40:48.990640   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:48.992383  5727 ts_manager.cc:194] Registered new tserver with Master: d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194:39555)
I20260608 12:40:48.993314   431 webserver.cc:533] Webserver started at http://127.0.107.195:40607/ using document root <none> and password file <none>
I20260608 12:40:48.993829   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:48.993841  5727 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59586
I20260608 12:40:48.994138   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:48.994455   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:48.995630   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "73832a17dd6a42d888a4310e8dce72fe"
format_stamp: "Formatted at 2026-06-08 12:40:48 on dist-test-slave-jl41"
I20260608 12:40:49.000099   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:40:49.003551  5940 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:49.004245   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:40:49.004516   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "73832a17dd6a42d888a4310e8dce72fe"
format_stamp: "Formatted at 2026-06-08 12:40:48 on dist-test-slave-jl41"
I20260608 12:40:49.004766   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-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:49.032404   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:49.033617   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:49.035049   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:49.037308   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:49.037503   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:49.037720   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:49.037873   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:49.075035   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34623
I20260608 12:40:49.075168  6002 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34623 every 8 connection(s)
I20260608 12:40:49.088354  6003 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42877
I20260608 12:40:49.088738  6003 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:49.089383  6003 heartbeater.cc:507] Master 127.0.107.254:42877 requested a full tablet report, sending...
I20260608 12:40:49.091497  5727 ts_manager.cc:194] Registered new tserver with Master: 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195:34623)
I20260608 12:40:49.091630   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013380883s
I20260608 12:40:49.092893  5727 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59598
I20260608 12:40:49.897907  5854 heartbeater.cc:499] Master 127.0.107.254:42877 was elected leader, sending a full tablet report...
I20260608 12:40:49.996415  5929 heartbeater.cc:499] Master 127.0.107.254:42877 was elected leader, sending a full tablet report...
I20260608 12:40:50.095497  6003 heartbeater.cc:499] Master 127.0.107.254:42877 was elected leader, sending a full tablet report...
I20260608 12:40:50.145959  5727 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52134:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:40:50.148241  5727 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:50.196715  5819 tablet_service.cc:1511] Processing CreateTablet for tablet e2997273a04e4ce683e882b01f4cb492 (DEFAULT_TABLE table=test-workload [id=74adff0584d04439b3f413cae8111d9b]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:50.198239  5819 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2997273a04e4ce683e882b01f4cb492. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:50.200845  5968 tablet_service.cc:1511] Processing CreateTablet for tablet e2997273a04e4ce683e882b01f4cb492 (DEFAULT_TABLE table=test-workload [id=74adff0584d04439b3f413cae8111d9b]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:50.202226  5968 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2997273a04e4ce683e882b01f4cb492. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:50.200778  5818 tablet_service.cc:1511] Processing CreateTablet for tablet ca6e66ec7e144965af3ac43f598e874f (DEFAULT_TABLE table=test-workload [id=74adff0584d04439b3f413cae8111d9b]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:50.204638  5818 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca6e66ec7e144965af3ac43f598e874f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:50.206869  5967 tablet_service.cc:1511] Processing CreateTablet for tablet ca6e66ec7e144965af3ac43f598e874f (DEFAULT_TABLE table=test-workload [id=74adff0584d04439b3f413cae8111d9b]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:50.207115  5817 tablet_service.cc:1511] Processing CreateTablet for tablet b4887fe7d53641fca032ea7d2d5f2de3 (DEFAULT_TABLE table=test-workload [id=74adff0584d04439b3f413cae8111d9b]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:50.208316  5967 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca6e66ec7e144965af3ac43f598e874f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:50.210775  5966 tablet_service.cc:1511] Processing CreateTablet for tablet b4887fe7d53641fca032ea7d2d5f2de3 (DEFAULT_TABLE table=test-workload [id=74adff0584d04439b3f413cae8111d9b]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:50.211697  5817 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4887fe7d53641fca032ea7d2d5f2de3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:50.212127  5966 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4887fe7d53641fca032ea7d2d5f2de3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:50.223876  5894 tablet_service.cc:1511] Processing CreateTablet for tablet e2997273a04e4ce683e882b01f4cb492 (DEFAULT_TABLE table=test-workload [id=74adff0584d04439b3f413cae8111d9b]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:50.225291  5894 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2997273a04e4ce683e882b01f4cb492. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:50.227885  5893 tablet_service.cc:1511] Processing CreateTablet for tablet ca6e66ec7e144965af3ac43f598e874f (DEFAULT_TABLE table=test-workload [id=74adff0584d04439b3f413cae8111d9b]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:50.229300  5893 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca6e66ec7e144965af3ac43f598e874f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:50.228062  5892 tablet_service.cc:1511] Processing CreateTablet for tablet b4887fe7d53641fca032ea7d2d5f2de3 (DEFAULT_TABLE table=test-workload [id=74adff0584d04439b3f413cae8111d9b]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:50.232893  5892 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4887fe7d53641fca032ea7d2d5f2de3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:50.255476  6023 tablet_bootstrap.cc:492] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe: Bootstrap starting.
I20260608 12:40:50.262145  6024 tablet_bootstrap.cc:492] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38: Bootstrap starting.
I20260608 12:40:50.263338  6023 tablet_bootstrap.cc:654] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:50.264606  6025 tablet_bootstrap.cc:492] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664: Bootstrap starting.
I20260608 12:40:50.268167  6023 tablet_bootstrap.cc:492] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe: No bootstrap required, opened a new log
I20260608 12:40:50.268594  6023 ts_tablet_manager.cc:1403] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.004s
I20260608 12:40:50.268741  6024 tablet_bootstrap.cc:654] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:50.271664  6025 tablet_bootstrap.cc:654] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:50.271751  6023 raft_consensus.cc:359] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } }
I20260608 12:40:50.272760  6023 raft_consensus.cc:385] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:50.273015  6023 raft_consensus.cc:740] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 73832a17dd6a42d888a4310e8dce72fe, State: Initialized, Role: FOLLOWER
I20260608 12:40:50.274328  6024 tablet_bootstrap.cc:492] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38: No bootstrap required, opened a new log
I20260608 12:40:50.274466  6023 consensus_queue.cc:260] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } }
I20260608 12:40:50.274951  6024 ts_tablet_manager.cc:1403] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260608 12:40:50.275219  6028 raft_consensus.cc:493] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:50.275875  6028 raft_consensus.cc:515] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } }
I20260608 12:40:50.278554  6024 raft_consensus.cc:359] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.279465  6024 raft_consensus.cc:385] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:50.279860  6024 raft_consensus.cc:740] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d540d842eebf4bfaab26dab3e2b66c38, State: Initialized, Role: FOLLOWER
I20260608 12:40:50.280931  6024 consensus_queue.cc:260] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.282544  6023 ts_tablet_manager.cc:1434] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.002s
I20260608 12:40:50.295724  6023 tablet_bootstrap.cc:492] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe: Bootstrap starting.
I20260608 12:40:50.299569  6028 leader_election.cc:290] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec267bd6ed34078af92980e5622c664 (127.0.107.193:42517), d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194:39555)
I20260608 12:40:50.302558  6025 tablet_bootstrap.cc:492] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664: No bootstrap required, opened a new log
I20260608 12:40:50.306581  6025 ts_tablet_manager.cc:1403] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664: Time spent bootstrapping tablet: real 0.042s	user 0.016s	sys 0.021s
I20260608 12:40:50.309180  6025 raft_consensus.cc:359] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.306053  6023 tablet_bootstrap.cc:654] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:50.309671  6025 raft_consensus.cc:385] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:50.310041  6025 raft_consensus.cc:740] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec267bd6ed34078af92980e5622c664, State: Initialized, Role: FOLLOWER
I20260608 12:40:50.310995  6025 consensus_queue.cc:260] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.314148  6024 ts_tablet_manager.cc:1434] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38: Time spent starting tablet: real 0.039s	user 0.028s	sys 0.008s
I20260608 12:40:50.315339  6024 tablet_bootstrap.cc:492] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38: Bootstrap starting.
I20260608 12:40:50.316800  5829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2997273a04e4ce683e882b01f4cb492" candidate_uuid: "73832a17dd6a42d888a4310e8dce72fe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec267bd6ed34078af92980e5622c664" is_pre_election: true
W20260608 12:40:50.318634  5944 leader_election.cc:343] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9ec267bd6ed34078af92980e5622c664 (127.0.107.193:42517): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:50.321802  6024 tablet_bootstrap.cc:654] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:50.328181  5904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2997273a04e4ce683e882b01f4cb492" candidate_uuid: "73832a17dd6a42d888a4310e8dce72fe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d540d842eebf4bfaab26dab3e2b66c38" is_pre_election: true
W20260608 12:40:50.330011  5941 leader_election.cc:343] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194:39555): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:50.330549  5941 leader_election.cc:304] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [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: 73832a17dd6a42d888a4310e8dce72fe; no voters: 9ec267bd6ed34078af92980e5622c664, d540d842eebf4bfaab26dab3e2b66c38
I20260608 12:40:50.332597  6028 raft_consensus.cc:2749] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:50.333930  6024 tablet_bootstrap.cc:492] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38: No bootstrap required, opened a new log
I20260608 12:40:50.334547  6024 ts_tablet_manager.cc:1403] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.004s
I20260608 12:40:50.335552  6025 ts_tablet_manager.cc:1434] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664: Time spent starting tablet: real 0.029s	user 0.011s	sys 0.004s
I20260608 12:40:50.336128  6023 tablet_bootstrap.cc:492] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe: No bootstrap required, opened a new log
I20260608 12:40:50.336915  6024 raft_consensus.cc:359] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } }
I20260608 12:40:50.338171  6023 ts_tablet_manager.cc:1403] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe: Time spent bootstrapping tablet: real 0.043s	user 0.019s	sys 0.011s
I20260608 12:40:50.338332  6024 raft_consensus.cc:385] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:50.338670  6024 raft_consensus.cc:740] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d540d842eebf4bfaab26dab3e2b66c38, State: Initialized, Role: FOLLOWER
I20260608 12:40:50.339351  6024 consensus_queue.cc:260] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } }
I20260608 12:40:50.339862  6025 tablet_bootstrap.cc:492] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664: Bootstrap starting.
I20260608 12:40:50.341537  6024 ts_tablet_manager.cc:1434] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.004s
I20260608 12:40:50.342573  6024 tablet_bootstrap.cc:492] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38: Bootstrap starting.
I20260608 12:40:50.343050  6023 raft_consensus.cc:359] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.343865  6023 raft_consensus.cc:385] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:50.344179  6023 raft_consensus.cc:740] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 73832a17dd6a42d888a4310e8dce72fe, State: Initialized, Role: FOLLOWER
I20260608 12:40:50.345105  6023 consensus_queue.cc:260] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.347249  6025 tablet_bootstrap.cc:654] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:50.349586  6024 tablet_bootstrap.cc:654] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:50.350351  6023 ts_tablet_manager.cc:1434] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.003s
I20260608 12:40:50.351449  6023 tablet_bootstrap.cc:492] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe: Bootstrap starting.
I20260608 12:40:50.358013  6023 tablet_bootstrap.cc:654] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:50.369774  6023 tablet_bootstrap.cc:492] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe: No bootstrap required, opened a new log
I20260608 12:40:50.370330  6023 ts_tablet_manager.cc:1403] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.005s
I20260608 12:40:50.373610  6023 raft_consensus.cc:359] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.374356  6023 raft_consensus.cc:385] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:50.374693  6023 raft_consensus.cc:740] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 73832a17dd6a42d888a4310e8dce72fe, State: Initialized, Role: FOLLOWER
I20260608 12:40:50.375197  6024 tablet_bootstrap.cc:492] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38: No bootstrap required, opened a new log
I20260608 12:40:50.375766  6024 ts_tablet_manager.cc:1403] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38: Time spent bootstrapping tablet: real 0.033s	user 0.021s	sys 0.012s
I20260608 12:40:50.375811  6025 tablet_bootstrap.cc:492] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664: No bootstrap required, opened a new log
I20260608 12:40:50.375603  6023 consensus_queue.cc:260] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.376510  6025 ts_tablet_manager.cc:1403] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664: Time spent bootstrapping tablet: real 0.037s	user 0.022s	sys 0.011s
I20260608 12:40:50.377838  6023 ts_tablet_manager.cc:1434] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:40:50.378945  6024 raft_consensus.cc:359] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.379637  6024 raft_consensus.cc:385] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:50.379434  6025 raft_consensus.cc:359] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.379941  6024 raft_consensus.cc:740] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d540d842eebf4bfaab26dab3e2b66c38, State: Initialized, Role: FOLLOWER
I20260608 12:40:50.380219  6025 raft_consensus.cc:385] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:50.380626  6025 raft_consensus.cc:740] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec267bd6ed34078af92980e5622c664, State: Initialized, Role: FOLLOWER
I20260608 12:40:50.380659  6032 raft_consensus.cc:493] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:50.380874  6024 consensus_queue.cc:260] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.381407  6032 raft_consensus.cc:515] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } }
I20260608 12:40:50.381680  6025 consensus_queue.cc:260] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.389513  6025 ts_tablet_manager.cc:1434] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.001s
I20260608 12:40:50.393357  6025 tablet_bootstrap.cc:492] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664: Bootstrap starting.
I20260608 12:40:50.394869  6032 leader_election.cc:290] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec267bd6ed34078af92980e5622c664 (127.0.107.193:42517), 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195:34623)
I20260608 12:40:50.400383  6032 raft_consensus.cc:493] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:50.401468  6032 raft_consensus.cc:515] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.403970  6032 leader_election.cc:290] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec267bd6ed34078af92980e5622c664 (127.0.107.193:42517), 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195:34623)
I20260608 12:40:50.400393  6025 tablet_bootstrap.cc:654] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:50.404903  6024 ts_tablet_manager.cc:1434] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38: Time spent starting tablet: real 0.029s	user 0.005s	sys 0.020s
I20260608 12:40:50.412516  5829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2997273a04e4ce683e882b01f4cb492" candidate_uuid: "d540d842eebf4bfaab26dab3e2b66c38" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec267bd6ed34078af92980e5622c664" is_pre_election: true
I20260608 12:40:50.412883  5828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4887fe7d53641fca032ea7d2d5f2de3" candidate_uuid: "d540d842eebf4bfaab26dab3e2b66c38" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec267bd6ed34078af92980e5622c664" is_pre_election: true
I20260608 12:40:50.413679  5828 raft_consensus.cc:2468] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d540d842eebf4bfaab26dab3e2b66c38 in term 0.
I20260608 12:40:50.414180  6025 tablet_bootstrap.cc:492] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664: No bootstrap required, opened a new log
I20260608 12:40:50.414736  6025 ts_tablet_manager.cc:1403] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.000s
W20260608 12:40:50.414078  5870 leader_election.cc:343] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9ec267bd6ed34078af92980e5622c664 (127.0.107.193:42517): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:50.415839  5870 leader_election.cc:304] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ec267bd6ed34078af92980e5622c664, d540d842eebf4bfaab26dab3e2b66c38; no voters: 
I20260608 12:40:50.416778  6032 raft_consensus.cc:2804] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:50.417131  6032 raft_consensus.cc:493] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:50.417454  6032 raft_consensus.cc:3060] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:50.417692  6025 raft_consensus.cc:359] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } }
I20260608 12:40:50.418388  6025 raft_consensus.cc:385] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:50.418710  6025 raft_consensus.cc:740] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec267bd6ed34078af92980e5622c664, State: Initialized, Role: FOLLOWER
I20260608 12:40:50.419531  6025 consensus_queue.cc:260] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } }
I20260608 12:40:50.420548  5978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2997273a04e4ce683e882b01f4cb492" candidate_uuid: "d540d842eebf4bfaab26dab3e2b66c38" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "73832a17dd6a42d888a4310e8dce72fe" is_pre_election: true
I20260608 12:40:50.421006  5977 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4887fe7d53641fca032ea7d2d5f2de3" candidate_uuid: "d540d842eebf4bfaab26dab3e2b66c38" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "73832a17dd6a42d888a4310e8dce72fe" is_pre_election: true
I20260608 12:40:50.421253  5978 raft_consensus.cc:2468] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d540d842eebf4bfaab26dab3e2b66c38 in term 0.
I20260608 12:40:50.421634  5977 raft_consensus.cc:2468] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d540d842eebf4bfaab26dab3e2b66c38 in term 0.
I20260608 12:40:50.422854  5869 leader_election.cc:304] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [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: 73832a17dd6a42d888a4310e8dce72fe, d540d842eebf4bfaab26dab3e2b66c38; no voters: 9ec267bd6ed34078af92980e5622c664
I20260608 12:40:50.423733  6040 raft_consensus.cc:2804] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:50.424130  6040 raft_consensus.cc:493] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:50.424475  6040 raft_consensus.cc:3060] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:50.424845  6025 ts_tablet_manager.cc:1434] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.002s
I20260608 12:40:50.424784  6032 raft_consensus.cc:515] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.427969  6032 leader_election.cc:290] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [CANDIDATE]: Term 1 election: Requested vote from peers 9ec267bd6ed34078af92980e5622c664 (127.0.107.193:42517), 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195:34623)
I20260608 12:40:50.428295  5977 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4887fe7d53641fca032ea7d2d5f2de3" candidate_uuid: "d540d842eebf4bfaab26dab3e2b66c38" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "73832a17dd6a42d888a4310e8dce72fe"
I20260608 12:40:50.428740  5977 raft_consensus.cc:3060] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:50.430285  6040 raft_consensus.cc:515] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } }
I20260608 12:40:50.427865  5828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4887fe7d53641fca032ea7d2d5f2de3" candidate_uuid: "d540d842eebf4bfaab26dab3e2b66c38" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec267bd6ed34078af92980e5622c664"
I20260608 12:40:50.431232  5828 raft_consensus.cc:3060] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:50.433511  5978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2997273a04e4ce683e882b01f4cb492" candidate_uuid: "d540d842eebf4bfaab26dab3e2b66c38" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "73832a17dd6a42d888a4310e8dce72fe"
I20260608 12:40:50.434087  5978 raft_consensus.cc:3060] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:50.434594  5977 raft_consensus.cc:2468] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d540d842eebf4bfaab26dab3e2b66c38 in term 1.
I20260608 12:40:50.435900  5869 leader_election.cc:304] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 73832a17dd6a42d888a4310e8dce72fe, d540d842eebf4bfaab26dab3e2b66c38; no voters: 
I20260608 12:40:50.437755  6032 raft_consensus.cc:2804] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:50.438232  6032 raft_consensus.cc:697] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 LEADER]: Becoming Leader. State: Replica: d540d842eebf4bfaab26dab3e2b66c38, State: Running, Role: LEADER
I20260608 12:40:50.438248  5828 raft_consensus.cc:2468] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d540d842eebf4bfaab26dab3e2b66c38 in term 1.
I20260608 12:40:50.438249  5829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2997273a04e4ce683e882b01f4cb492" candidate_uuid: "d540d842eebf4bfaab26dab3e2b66c38" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec267bd6ed34078af92980e5622c664"
I20260608 12:40:50.439204  5829 raft_consensus.cc:3060] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:50.439363  6040 leader_election.cc:290] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [CANDIDATE]: Term 1 election: Requested vote from peers 9ec267bd6ed34078af92980e5622c664 (127.0.107.193:42517), 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195:34623)
I20260608 12:40:50.439121  6032 consensus_queue.cc:237] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.443107  5978 raft_consensus.cc:2468] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d540d842eebf4bfaab26dab3e2b66c38 in term 1.
I20260608 12:40:50.444571  5869 leader_election.cc:304] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 73832a17dd6a42d888a4310e8dce72fe, d540d842eebf4bfaab26dab3e2b66c38; no voters: 
I20260608 12:40:50.445822  6032 raft_consensus.cc:2804] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:50.446573  6032 raft_consensus.cc:697] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 LEADER]: Becoming Leader. State: Replica: d540d842eebf4bfaab26dab3e2b66c38, State: Running, Role: LEADER
I20260608 12:40:50.447482  6032 consensus_queue.cc:237] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } }
I20260608 12:40:50.451364  5724 catalog_manager.cc:5696] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 reported cstate change: term changed from 0 to 1, leader changed from <none> to d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d540d842eebf4bfaab26dab3e2b66c38" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:50.453395  5829 raft_consensus.cc:2468] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d540d842eebf4bfaab26dab3e2b66c38 in term 1.
I20260608 12:40:50.465852  5724 catalog_manager.cc:5696] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 reported cstate change: term changed from 0 to 1, leader changed from <none> to d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d540d842eebf4bfaab26dab3e2b66c38" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:50.538152  6034 raft_consensus.cc:493] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:50.538661  6034 raft_consensus.cc:515] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.540994  6034 leader_election.cc:290] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194:39555), 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195:34623)
I20260608 12:40:50.550904  5904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca6e66ec7e144965af3ac43f598e874f" candidate_uuid: "9ec267bd6ed34078af92980e5622c664" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d540d842eebf4bfaab26dab3e2b66c38" is_pre_election: true
I20260608 12:40:50.550904  5978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca6e66ec7e144965af3ac43f598e874f" candidate_uuid: "9ec267bd6ed34078af92980e5622c664" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "73832a17dd6a42d888a4310e8dce72fe" is_pre_election: true
I20260608 12:40:50.551565  5904 raft_consensus.cc:2468] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec267bd6ed34078af92980e5622c664 in term 0.
I20260608 12:40:50.551635  5978 raft_consensus.cc:2468] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec267bd6ed34078af92980e5622c664 in term 0.
I20260608 12:40:50.552747  5792 leader_election.cc:304] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ec267bd6ed34078af92980e5622c664, d540d842eebf4bfaab26dab3e2b66c38; no voters: 
I20260608 12:40:50.553399  6034 raft_consensus.cc:2804] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:50.553673  6034 raft_consensus.cc:493] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:50.553915  6034 raft_consensus.cc:3060] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:50.558557  6034 raft_consensus.cc:515] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.560256  6034 leader_election.cc:290] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [CANDIDATE]: Term 1 election: Requested vote from peers d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194:39555), 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195:34623)
I20260608 12:40:50.560973  5904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca6e66ec7e144965af3ac43f598e874f" candidate_uuid: "9ec267bd6ed34078af92980e5622c664" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d540d842eebf4bfaab26dab3e2b66c38"
I20260608 12:40:50.561221  5978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca6e66ec7e144965af3ac43f598e874f" candidate_uuid: "9ec267bd6ed34078af92980e5622c664" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "73832a17dd6a42d888a4310e8dce72fe"
I20260608 12:40:50.561456  5904 raft_consensus.cc:3060] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:50.561724  5978 raft_consensus.cc:3060] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:50.566074  5904 raft_consensus.cc:2468] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec267bd6ed34078af92980e5622c664 in term 1.
I20260608 12:40:50.566104  5978 raft_consensus.cc:2468] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec267bd6ed34078af92980e5622c664 in term 1.
I20260608 12:40:50.567193  5792 leader_election.cc:304] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ec267bd6ed34078af92980e5622c664, d540d842eebf4bfaab26dab3e2b66c38; no voters: 
I20260608 12:40:50.567865  6034 raft_consensus.cc:2804] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:50.568919  6034 raft_consensus.cc:697] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 1 LEADER]: Becoming Leader. State: Replica: 9ec267bd6ed34078af92980e5622c664, State: Running, Role: LEADER
I20260608 12:40:50.569574  6034 consensus_queue.cc:237] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:50.576582  5724 catalog_manager.cc:5696] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9ec267bd6ed34078af92980e5622c664 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9ec267bd6ed34078af92980e5622c664" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:50.663667   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:50.669474  6051 instance_detector.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.669974  6052 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:50.671779   431 server_base.cc:1061] running on GCE node
W20260608 12:40:50.672549  6055 instance_detector.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.673597   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:50.673796   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.673946   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922450673933 us; error 0 us; skew 500 ppm
I20260608 12:40:50.674700   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:50.677598  6032 consensus_queue.cc:1048] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:50.677922   431 webserver.cc:533] Webserver started at http://127.0.107.196:40921/ using document root <none> and password file <none>
I20260608 12:40:50.678759   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:50.679047   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:50.679405   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:50.680735   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "ad2d3b51a44b4d8f9774c3f30b361744"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-jl41"
W20260608 12:40:50.685412  6040 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260608 12:40:50.685719  6040 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260608 12:40:50.693121   431 fs_manager.cc:696] Time spent creating directory manager: real 0.012s	user 0.005s	sys 0.008s
I20260608 12:40:50.696367  5780 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:50.697997  6061 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.699296   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:50.699752   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "ad2d3b51a44b4d8f9774c3f30b361744"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-jl41"
I20260608 12:40:50.700132   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-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:50.711211  5904 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b4887fe7d53641fca032ea7d2d5f2de3"
dest_uuid: "d540d842eebf4bfaab26dab3e2b66c38"
mode: GRACEFUL
new_leader_uuid: "73832a17dd6a42d888a4310e8dce72fe"
 from {username='slave'} at 127.0.0.1:44160
I20260608 12:40:50.711957  5904 raft_consensus.cc:606] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 LEADER]: Received request to transfer leadership to TS 73832a17dd6a42d888a4310e8dce72fe
I20260608 12:40:50.713233  5780 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260608 12:40:50.713660  5780 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:50.716333   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:50.717478   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:50.718852   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:50.721014   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:50.721208   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.721446   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:50.721601   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.760766  6041 consensus_queue.cc:1048] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Connected to new peer: Peer: permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:50.763679   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34031
I20260608 12:40:50.763811  6124 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34031 every 8 connection(s)
I20260608 12:40:50.780951  6127 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42877
I20260608 12:40:50.781308  6127 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:50.782022  6127 heartbeater.cc:507] Master 127.0.107.254:42877 requested a full tablet report, sending...
I20260608 12:40:50.783814  5724 ts_manager.cc:194] Registered new tserver with Master: ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196:34031)
I20260608 12:40:50.785168  5724 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52142
I20260608 12:40:50.812192  6032 consensus_queue.cc:1048] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:50.827018  6032 consensus_queue.cc:1048] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Connected to new peer: Peer: permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:50.833665  6034 consensus_queue.cc:1048] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:50.852406  6034 consensus_queue.cc:1048] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [LEADER]: Connected to new peer: Peer: permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:51.169149  6040 raft_consensus.cc:993] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38: : Instructing follower 73832a17dd6a42d888a4310e8dce72fe to start an election
I20260608 12:40:51.169744  6137 raft_consensus.cc:1081] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 LEADER]: Signalling peer 73832a17dd6a42d888a4310e8dce72fe to start an election
I20260608 12:40:51.171527  5978 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "b4887fe7d53641fca032ea7d2d5f2de3"
dest_uuid: "73832a17dd6a42d888a4310e8dce72fe"
 from {username='slave'} at 127.0.0.1:33234
I20260608 12:40:51.171994  5978 raft_consensus.cc:493] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:51.172268  5978 raft_consensus.cc:3060] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:51.176941  5978 raft_consensus.cc:515] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:51.178544  5978 leader_election.cc:290] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [CANDIDATE]: Term 2 election: Requested vote from peers 9ec267bd6ed34078af92980e5622c664 (127.0.107.193:42517), d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194:39555)
I20260608 12:40:51.179544  5829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4887fe7d53641fca032ea7d2d5f2de3" candidate_uuid: "73832a17dd6a42d888a4310e8dce72fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "9ec267bd6ed34078af92980e5622c664"
I20260608 12:40:51.179674  5904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4887fe7d53641fca032ea7d2d5f2de3" candidate_uuid: "73832a17dd6a42d888a4310e8dce72fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d540d842eebf4bfaab26dab3e2b66c38"
I20260608 12:40:51.180091  5829 raft_consensus.cc:3060] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:51.180253  5904 raft_consensus.cc:3055] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:51.180625  5904 raft_consensus.cc:740] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: d540d842eebf4bfaab26dab3e2b66c38, State: Running, Role: LEADER
I20260608 12:40:51.181265  5904 consensus_queue.cc:260] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [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: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:51.182225  5904 raft_consensus.cc:3060] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:51.184950  5829 raft_consensus.cc:2468] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 73832a17dd6a42d888a4310e8dce72fe in term 2.
I20260608 12:40:51.185966  5944 leader_election.cc:304] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [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: 73832a17dd6a42d888a4310e8dce72fe, 9ec267bd6ed34078af92980e5622c664; no voters: 
I20260608 12:40:51.186631  6028 raft_consensus.cc:2804] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:51.187386  5904 raft_consensus.cc:2468] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 73832a17dd6a42d888a4310e8dce72fe in term 2.
I20260608 12:40:51.187642  6028 raft_consensus.cc:697] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 2 LEADER]: Becoming Leader. State: Replica: 73832a17dd6a42d888a4310e8dce72fe, State: Running, Role: LEADER
I20260608 12:40:51.188608  6028 consensus_queue.cc:237] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [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: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } }
I20260608 12:40:51.194741  5727 catalog_manager.cc:5696] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe reported cstate change: term changed from 1 to 2, leader changed from d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194) to 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195). New cstate: current_term: 2 leader_uuid: "73832a17dd6a42d888a4310e8dce72fe" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:51.430361  5829 raft_consensus.cc:1275] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 2 FOLLOWER]: Refusing update from remote peer 73832a17dd6a42d888a4310e8dce72fe: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:51.431633  6028 consensus_queue.cc:1048] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:51.474731  5904 raft_consensus.cc:1275] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 2 FOLLOWER]: Refusing update from remote peer 73832a17dd6a42d888a4310e8dce72fe: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:40:51.476107  6028 consensus_queue.cc:1048] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:51.720678  5904 consensus_queue.cc:237] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [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: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } }
I20260608 12:40:51.727890  5829 raft_consensus.cc:1275] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Refusing update from remote peer d540d842eebf4bfaab26dab3e2b66c38: 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:51.729677  5978 raft_consensus.cc:1275] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Refusing update from remote peer d540d842eebf4bfaab26dab3e2b66c38: 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:51.729458  6149 consensus_queue.cc:1048] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:51.731140  6148 consensus_queue.cc:1048] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Connected to new peer: Peer: permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:40:51.739615  5869 consensus_peers.cc:597] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 -> Peer ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196:34031): Couldn't send request to peer ad2d3b51a44b4d8f9774c3f30b361744. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e2997273a04e4ce683e882b01f4cb492. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:51.739662  5829 raft_consensus.cc:2955] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } } }
I20260608 12:40:51.740237  5978 raft_consensus.cc:2955] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } } }
I20260608 12:40:51.753165  5724 catalog_manager.cc:5696] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe reported cstate change: config changed from index -1 to 2, NON_VOTER ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d540d842eebf4bfaab26dab3e2b66c38" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } } }
I20260608 12:40:51.787385  6127 heartbeater.cc:499] Master 127.0.107.254:42877 was elected leader, sending a full tablet report...
I20260608 12:40:51.845161  6040 raft_consensus.cc:2955] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } } }
I20260608 12:40:51.864881  5978 consensus_queue.cc:237] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [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: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } }
I20260608 12:40:51.871266  5829 raft_consensus.cc:1275] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 2 FOLLOWER]: Refusing update from remote peer 73832a17dd6a42d888a4310e8dce72fe: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:40:51.871635  5904 raft_consensus.cc:1275] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 2 FOLLOWER]: Refusing update from remote peer 73832a17dd6a42d888a4310e8dce72fe: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:40:51.872960  6145 consensus_queue.cc:1048] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } 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:40:51.873854  6155 consensus_queue.cc:1048] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:40:51.882138  5943 consensus_peers.cc:597] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe -> Peer ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196:34031): Couldn't send request to peer ad2d3b51a44b4d8f9774c3f30b361744. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b4887fe7d53641fca032ea7d2d5f2de3. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:51.882661  5829 raft_consensus.cc:2955] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } } }
I20260608 12:40:51.883080  5904 raft_consensus.cc:2955] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } } }
I20260608 12:40:52.036198  5727 catalog_manager.cc:5696] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 reported cstate change: config changed from index -1 to 3, NON_VOTER ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "73832a17dd6a42d888a4310e8dce72fe" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } } }
I20260608 12:40:52.080744  6138 raft_consensus.cc:2955] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } } }
I20260608 12:40:52.097119  6158 ts_tablet_manager.cc:933] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744: Initiating tablet copy from peer d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194:39555)
I20260608 12:40:52.099023  6158 tablet_copy_client.cc:323] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39555
I20260608 12:40:52.111657  5914 tablet_copy_service.cc:140] P d540d842eebf4bfaab26dab3e2b66c38: Received BeginTabletCopySession request for tablet e2997273a04e4ce683e882b01f4cb492 from peer ad2d3b51a44b4d8f9774c3f30b361744 ({username='slave'} at 127.0.0.1:44184)
I20260608 12:40:52.112322  5914 tablet_copy_service.cc:161] P d540d842eebf4bfaab26dab3e2b66c38: Beginning new tablet copy session on tablet e2997273a04e4ce683e882b01f4cb492 from peer ad2d3b51a44b4d8f9774c3f30b361744 at {username='slave'} at 127.0.0.1:44184: session id = ad2d3b51a44b4d8f9774c3f30b361744-e2997273a04e4ce683e882b01f4cb492
I20260608 12:40:52.120049  6161 ts_tablet_manager.cc:933] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744: Initiating tablet copy from peer 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195:34623)
I20260608 12:40:52.121155  5914 tablet_copy_source_session.cc:215] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:52.122226  6161 tablet_copy_client.cc:323] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34623
I20260608 12:40:52.124933  6158 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2997273a04e4ce683e882b01f4cb492. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:52.135416  5988 tablet_copy_service.cc:140] P 73832a17dd6a42d888a4310e8dce72fe: Received BeginTabletCopySession request for tablet b4887fe7d53641fca032ea7d2d5f2de3 from peer ad2d3b51a44b4d8f9774c3f30b361744 ({username='slave'} at 127.0.0.1:33250)
I20260608 12:40:52.136123  5988 tablet_copy_service.cc:161] P 73832a17dd6a42d888a4310e8dce72fe: Beginning new tablet copy session on tablet b4887fe7d53641fca032ea7d2d5f2de3 from peer ad2d3b51a44b4d8f9774c3f30b361744 at {username='slave'} at 127.0.0.1:33250: session id = ad2d3b51a44b4d8f9774c3f30b361744-b4887fe7d53641fca032ea7d2d5f2de3
I20260608 12:40:52.139637  6158 tablet_copy_client.cc:806] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:52.140246  6158 tablet_copy_client.cc:670] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:52.142736  5988 tablet_copy_source_session.cc:215] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:52.144277  6158 tablet_copy_client.cc:538] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:52.145684  6161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4887fe7d53641fca032ea7d2d5f2de3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:52.152850  6158 tablet_bootstrap.cc:492] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744: Bootstrap starting.
I20260608 12:40:52.156606  6161 tablet_copy_client.cc:806] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:52.157194  6161 tablet_copy_client.cc:670] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:52.160954  6161 tablet_copy_client.cc:538] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:52.167133  6161 tablet_bootstrap.cc:492] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744: Bootstrap starting.
I20260608 12:40:52.174042  6158 tablet_bootstrap.cc:492] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744: 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:52.174893  6158 tablet_bootstrap.cc:492] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744: Bootstrap complete.
I20260608 12:40:52.175607  6158 ts_tablet_manager.cc:1403] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744: Time spent bootstrapping tablet: real 0.023s	user 0.020s	sys 0.003s
I20260608 12:40:52.178790  6158 raft_consensus.cc:359] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } }
I20260608 12:40:52.179639  6158 raft_consensus.cc:740] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ad2d3b51a44b4d8f9774c3f30b361744, State: Initialized, Role: LEARNER
I20260608 12:40:52.180354  6158 consensus_queue.cc:260] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744 [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: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } }
I20260608 12:40:52.183375  6158 ts_tablet_manager.cc:1434] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:40:52.185283  5914 tablet_copy_service.cc:342] P d540d842eebf4bfaab26dab3e2b66c38: Request end of tablet copy session ad2d3b51a44b4d8f9774c3f30b361744-e2997273a04e4ce683e882b01f4cb492 received from {username='slave'} at 127.0.0.1:44184
I20260608 12:40:52.185799  6161 tablet_bootstrap.cc:492] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744: 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:40:52.185721  5914 tablet_copy_service.cc:434] P d540d842eebf4bfaab26dab3e2b66c38: ending tablet copy session ad2d3b51a44b4d8f9774c3f30b361744-e2997273a04e4ce683e882b01f4cb492 on tablet e2997273a04e4ce683e882b01f4cb492 with peer ad2d3b51a44b4d8f9774c3f30b361744
I20260608 12:40:52.186679  6161 tablet_bootstrap.cc:492] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744: Bootstrap complete.
I20260608 12:40:52.187392  6161 ts_tablet_manager.cc:1403] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.004s
I20260608 12:40:52.190923  6161 raft_consensus.cc:359] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } }
I20260608 12:40:52.191771  6161 raft_consensus.cc:740] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: ad2d3b51a44b4d8f9774c3f30b361744, State: Initialized, Role: LEARNER
I20260608 12:40:52.192338  6161 consensus_queue.cc:260] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744 [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: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: true } }
I20260608 12:40:52.193984  6161 ts_tablet_manager.cc:1434] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:40:52.195449  5988 tablet_copy_service.cc:342] P 73832a17dd6a42d888a4310e8dce72fe: Request end of tablet copy session ad2d3b51a44b4d8f9774c3f30b361744-b4887fe7d53641fca032ea7d2d5f2de3 received from {username='slave'} at 127.0.0.1:33250
I20260608 12:40:52.195850  5988 tablet_copy_service.cc:434] P 73832a17dd6a42d888a4310e8dce72fe: ending tablet copy session ad2d3b51a44b4d8f9774c3f30b361744-b4887fe7d53641fca032ea7d2d5f2de3 on tablet b4887fe7d53641fca032ea7d2d5f2de3 with peer ad2d3b51a44b4d8f9774c3f30b361744
I20260608 12:40:52.350023  6100 raft_consensus.cc:1217] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:52.414901  6100 raft_consensus.cc:1217] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:40:52.707603  6149 raft_consensus.cc:1064] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38: attempting to promote NON_VOTER ad2d3b51a44b4d8f9774c3f30b361744 to VOTER
I20260608 12:40:52.710289  6149 consensus_queue.cc:237] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [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: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } }
I20260608 12:40:52.717662  5780 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:52.719832  5978 raft_consensus.cc:1275] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Refusing update from remote peer d540d842eebf4bfaab26dab3e2b66c38: 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:52.717748  6100 raft_consensus.cc:1275] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744 [term 1 LEARNER]: Refusing update from remote peer d540d842eebf4bfaab26dab3e2b66c38: 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:52.722038  5780 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:52.722535  5780 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:52.722474  6153 consensus_queue.cc:1048] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Connected to new peer: Peer: permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } 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:52.724910  6166 consensus_queue.cc:1048] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:52.730052  5829 raft_consensus.cc:1275] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Refusing update from remote peer d540d842eebf4bfaab26dab3e2b66c38: 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:52.731483  6149 consensus_queue.cc:1048] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:52.739966  5829 raft_consensus.cc:2955] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:52.740250  6100 raft_consensus.cc:2955] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:52.751269  6153 raft_consensus.cc:2955] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:52.751614  5726 catalog_manager.cc:5696] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 reported cstate change: config changed from index 2 to 3, ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d540d842eebf4bfaab26dab3e2b66c38" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:52.762022  5978 raft_consensus.cc:2955] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:52.894817  6145 raft_consensus.cc:1064] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe: attempting to promote NON_VOTER ad2d3b51a44b4d8f9774c3f30b361744 to VOTER
I20260608 12:40:52.897598  6145 consensus_queue.cc:237] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [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: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } }
I20260608 12:40:52.914700  6100 raft_consensus.cc:1275] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744 [term 2 LEARNER]: Refusing update from remote peer 73832a17dd6a42d888a4310e8dce72fe: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:52.917591  6172 consensus_queue.cc:1048] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
W20260608 12:40:53.170850  5942 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260608 12:40:53.356302  5829 raft_consensus.cc:1275] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 2 FOLLOWER]: Refusing update from remote peer 73832a17dd6a42d888a4310e8dce72fe: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:53.357823  6138 consensus_queue.cc:1048] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } 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:40:53.367353  5903 raft_consensus.cc:1275] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 2 FOLLOWER]: Refusing update from remote peer 73832a17dd6a42d888a4310e8dce72fe: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
W20260608 12:40:53.562955  5942 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260608 12:40:53.790499  6172 raft_consensus.cc:493] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Starting pre-election (detected failure of leader d540d842eebf4bfaab26dab3e2b66c38)
I20260608 12:40:53.791198  6172 raft_consensus.cc:515] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } }
I20260608 12:40:53.794314  6172 leader_election.cc:290] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 9ec267bd6ed34078af92980e5622c664 (127.0.107.193:42517), d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194:39555), ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196:34031)
I20260608 12:40:53.796372  5904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2997273a04e4ce683e882b01f4cb492" candidate_uuid: "73832a17dd6a42d888a4310e8dce72fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "d540d842eebf4bfaab26dab3e2b66c38" is_pre_election: true
I20260608 12:40:53.796640  6172 consensus_queue.cc:1048] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:53.877815  5829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2997273a04e4ce683e882b01f4cb492" candidate_uuid: "73832a17dd6a42d888a4310e8dce72fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "9ec267bd6ed34078af92980e5622c664" is_pre_election: true
I20260608 12:40:53.880178  5944 leader_election.cc:304] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 4 voters: 1 yes votes; 2 no votes. yes voters: 73832a17dd6a42d888a4310e8dce72fe; no voters: 9ec267bd6ed34078af92980e5622c664, d540d842eebf4bfaab26dab3e2b66c38
I20260608 12:40:53.883620  5829 raft_consensus.cc:2955] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:53.898141  6138 raft_consensus.cc:2955] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:53.906889  6145 raft_consensus.cc:2749] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:53.923538  6100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2997273a04e4ce683e882b01f4cb492" candidate_uuid: "73832a17dd6a42d888a4310e8dce72fe" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" is_pre_election: true
I20260608 12:40:53.932474  5726 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:59572 (request call id 20) took 1183 ms. Trace:
I20260608 12:40:53.933075  5726 rpcz_store.cc:276] 0608 12:40:52.749210 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:52.749367 (+   157us) service_pool.cc:224] Handling call
0608 12:40:53.932408 (+1183041us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:40:52.757165 (+     0us) write_op.cc:183] PREPARE: starting on tablet 00000000000000000000000000000000
0608 12:40:52.757790 (+   625us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:40:52.757827 (+    37us) write_op.cc:435] Acquired schema lock
0608 12:40:52.757847 (+    20us) tablet.cc:662] Decoding operations
0608 12:40:52.758184 (+   337us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:40:52.758255 (+    71us) write_op.cc:641] Partition lock acquired for write op
0608 12:40:52.758281 (+    26us) tablet.cc:685] Acquiring locks for 1 operations
0608 12:40:52.758480 (+   199us) tablet.cc:701] Row locks acquired
0608 12:40:52.758508 (+    28us) write_op.cc:260] PREPARE: finished
0608 12:40:52.758643 (+   135us) write_op.cc:270] Start()
0608 12:40:52.758760 (+   117us) write_op.cc:276] Timestamp: P: 1780922452758596 usec, L: 0
0608 12:40:52.758782 (+    22us) op_driver.cc:348] REPLICATION: starting
0608 12:40:52.759437 (+   655us) log.cc:844] Serialized 594 byte log entry
0608 12:40:52.898301 (+138864us) op_driver.cc:464] REPLICATION: finished
0608 12:40:52.904771 (+  6470us) write_op.cc:301] APPLY: starting
0608 12:40:52.904872 (+   101us) tablet.cc:1367] starting BulkCheckPresence
0608 12:40:52.905000 (+   128us) tablet.cc:1370] finished BulkCheckPresence
0608 12:40:52.905130 (+   130us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:40:52.905364 (+   234us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:40:52.905540 (+   176us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=1
0608 12:40:52.905585 (+    45us) write_op.cc:312] APPLY: finished
0608 12:40:52.905788 (+   203us) log.cc:844] Serialized 22 byte log entry
0608 12:40:52.908641 (+  2853us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:52.908733 (+    92us) write_op.cc:454] Released schema lock
0608 12:40:52.908773 (+    40us) write_op.cc:341] FINISH: Updating metrics
0608 12:40:52.909108 (+   335us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:40:52.909136 (+    28us) write_op.cc:454] Released schema lock
Metrics: {"reported_tablets":1,"child_traces":[["op",{"apply.queue_time_us":6211,"apply.run_cpu_time_us":1675,"apply.run_wall_time_us":4342,"num_ops":1,"prepare.queue_time_us":1056,"prepare.run_cpu_time_us":2582,"prepare.run_wall_time_us":3886,"replication_time_us":139390,"thread_start_us":6500,"threads_started":2}]]}
I20260608 12:40:53.937899  5724 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:59586 (request call id 22) took 1175 ms. Trace:
I20260608 12:40:53.947422  5727 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:59598 (request call id 22) took 1174 ms. Trace:
I20260608 12:40:53.939081  6100 raft_consensus.cc:2955] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:53.941653  5903 consensus_queue.cc:237] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [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: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } }
I20260608 12:40:53.942982  5904 raft_consensus.cc:2955] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:53.947814  5724 rpcz_store.cc:276] 0608 12:40:52.762431 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:52.762574 (+   143us) service_pool.cc:224] Handling call
0608 12:40:53.937837 (+1175263us) inbound_call.cc:177] Queueing success response
Metrics: {"mutex_wait_us":538683,"reported_tablets":1,"spinlock_wait_cycles":14208}
I20260608 12:40:53.947845  5727 rpcz_store.cc:276] 0608 12:40:52.773396 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:52.773548 (+   152us) service_pool.cc:224] Handling call
0608 12:40:53.947355 (+1173807us) inbound_call.cc:177] Queueing success response
Metrics: {"mutex_wait_us":1245,"reported_tablets":1,"spinlock_wait_cycles":2304}
I20260608 12:40:53.946235  5725 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:52142 (request call id 8) took 1193 ms. Trace:
I20260608 12:40:53.958436  5725 rpcz_store.cc:276] 0608 12:40:52.753051 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:40:52.753186 (+   135us) service_pool.cc:224] Handling call
0608 12:40:53.946169 (+1192983us) inbound_call.cc:177] Queueing success response
Metrics: {"mutex_wait_us":9936,"reported_tablets":1}
I20260608 12:40:53.960966  5727 catalog_manager.cc:5696] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 reported cstate change: config changed from index 3 to 4, ad2d3b51a44b4d8f9774c3f30b361744 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "73832a17dd6a42d888a4310e8dce72fe" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } attrs { replace: true } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:53.976752  6100 raft_consensus.cc:1275] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744 [term 1 FOLLOWER]: Refusing update from remote peer d540d842eebf4bfaab26dab3e2b66c38: 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:53.979661  5829 raft_consensus.cc:1275] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Refusing update from remote peer d540d842eebf4bfaab26dab3e2b66c38: 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:53.980737  6177 consensus_queue.cc:1048] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:53.982786  6177 consensus_queue.cc:1048] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:54.001901  6100 raft_consensus.cc:2955] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:54.001552  5829 raft_consensus.cc:2955] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:54.087785  6153 raft_consensus.cc:2955] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:54.095177  5711 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet e2997273a04e4ce683e882b01f4cb492 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:54.190611  5727 catalog_manager.cc:5696] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744 reported cstate change: config changed from index 3 to 4, VOTER 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "d540d842eebf4bfaab26dab3e2b66c38" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec267bd6ed34078af92980e5622c664" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42517 } } peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:54.337147  5978 consensus_queue.cc:237] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [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: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } }
I20260608 12:40:54.342052  5903 raft_consensus.cc:1275] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 2 FOLLOWER]: Refusing update from remote peer 73832a17dd6a42d888a4310e8dce72fe: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:40:54.342171  6100 raft_consensus.cc:1275] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744 [term 2 FOLLOWER]: Refusing update from remote peer 73832a17dd6a42d888a4310e8dce72fe: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:40:54.343586  6138 consensus_queue.cc:1048] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:40:54.344381  6145 consensus_queue.cc:1048] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } 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:40:54.353667  6100 raft_consensus.cc:2955] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 9ec267bd6ed34078af92980e5622c664 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:54.354112  5903 raft_consensus.cc:2955] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 9ec267bd6ed34078af92980e5622c664 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
W20260608 12:40:54.385491  5925 debug-util.cc:398] Leaking SignalData structure 0x7b0800283320 after lost signal to thread 434
W20260608 12:40:54.386722  5925 debug-util.cc:398] Leaking SignalData structure 0x7b0800283a00 after lost signal to thread 5761
W20260608 12:40:54.388108  5925 debug-util.cc:398] Leaking SignalData structure 0x7b08001dfae0 after lost signal to thread 5853
W20260608 12:40:54.389315  5925 debug-util.cc:398] Leaking SignalData structure 0x7b080026e320 after lost signal to thread 5928
W20260608 12:40:54.390540  5925 debug-util.cc:398] Leaking SignalData structure 0x7b080014e100 after lost signal to thread 6002
W20260608 12:40:54.391935  5925 debug-util.cc:398] Leaking SignalData structure 0x7b08000922a0 after lost signal to thread 6124
I20260608 12:40:54.498684  5966 tablet_service.cc:1558] Processing DeleteTablet for tablet e2997273a04e4ce683e882b01f4cb492 with delete_type TABLET_DATA_TOMBSTONED (TS 73832a17dd6a42d888a4310e8dce72fe not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:33220
I20260608 12:40:54.507359  6190 tablet_replica.cc:333] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe: stopping tablet replica
I20260608 12:40:54.506726  5724 catalog_manager.cc:5696] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744 reported cstate change: config changed from index 4 to 5, VOTER 9ec267bd6ed34078af92980e5622c664 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "73832a17dd6a42d888a4310e8dce72fe" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:54.508695  6190 raft_consensus.cc:2243] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:54.509464  6190 raft_consensus.cc:2272] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:54.512331  6190 ts_tablet_manager.cc:1916] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:54.514794  6138 raft_consensus.cc:2955] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 9ec267bd6ed34078af92980e5622c664 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d540d842eebf4bfaab26dab3e2b66c38" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39555 } } peers { permanent_uuid: "73832a17dd6a42d888a4310e8dce72fe" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34623 } } peers { permanent_uuid: "ad2d3b51a44b4d8f9774c3f30b361744" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34031 } attrs { promote: false } } }
I20260608 12:40:54.528477  5713 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet b4887fe7d53641fca032ea7d2d5f2de3 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:54.530738  6190 ts_tablet_manager.cc:1929] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:54.531291  6190 log.cc:1199] T e2997273a04e4ce683e882b01f4cb492 P 73832a17dd6a42d888a4310e8dce72fe: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-2-root/wals/e2997273a04e4ce683e882b01f4cb492
I20260608 12:40:54.533317  5713 catalog_manager.cc:5027] TS 73832a17dd6a42d888a4310e8dce72fe (127.0.107.195:34623): tablet e2997273a04e4ce683e882b01f4cb492 (table test-workload [id=74adff0584d04439b3f413cae8111d9b]) successfully deleted
I20260608 12:40:54.723873  5780 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:54.728578  5780 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:54.729121  5780 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:54.756912  5817 tablet_service.cc:1558] Processing DeleteTablet for tablet b4887fe7d53641fca032ea7d2d5f2de3 with delete_type TABLET_DATA_TOMBSTONED (TS 9ec267bd6ed34078af92980e5622c664 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:41802
I20260608 12:40:54.759871  6191 tablet_replica.cc:333] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664: stopping tablet replica
I20260608 12:40:54.762247  6191 raft_consensus.cc:2243] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:54.762926  6191 raft_consensus.cc:2272] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:54.766216  6191 ts_tablet_manager.cc:1916] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:54.777066  6191 ts_tablet_manager.cc:1929] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:40:54.777364  6191 log.cc:1199] T b4887fe7d53641fca032ea7d2d5f2de3 P 9ec267bd6ed34078af92980e5622c664: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922314084774-431-0/minicluster-data/ts-0-root/wals/b4887fe7d53641fca032ea7d2d5f2de3
I20260608 12:40:54.778744  5714 catalog_manager.cc:5027] TS 9ec267bd6ed34078af92980e5622c664 (127.0.107.193:42517): tablet b4887fe7d53641fca032ea7d2d5f2de3 (table test-workload [id=74adff0584d04439b3f413cae8111d9b]) successfully deleted
I20260608 12:40:56.730458  5780 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:56.734081  5780 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:56.734457  5780 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:58.735546  5780 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:58.738412  5780 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:58.738799  5780 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:00.739652  5780 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:00.742336  5780 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:00.742693  5780 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:01.544661   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:01.577507   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:01.578310   431 tablet_replica.cc:333] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664: stopping tablet replica
I20260608 12:41:01.578879   431 raft_consensus.cc:2243] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:01.580184   431 raft_consensus.cc:2272] T e2997273a04e4ce683e882b01f4cb492 P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.582509   431 tablet_replica.cc:333] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664: stopping tablet replica
I20260608 12:41:01.582974   431 raft_consensus.cc:2243] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:01.583913   431 raft_consensus.cc:2272] T ca6e66ec7e144965af3ac43f598e874f P 9ec267bd6ed34078af92980e5622c664 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.609167   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:01.625686   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:41:01.646724  5870 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42517: connect: Connection refused (error 111) [suppressed 22 similar messages]
I20260608 12:41:01.648676   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:01.649413   431 tablet_replica.cc:333] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38: stopping tablet replica
I20260608 12:41:01.650051   431 raft_consensus.cc:2243] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:01.650583   431 raft_consensus.cc:2272] T ca6e66ec7e144965af3ac43f598e874f P d540d842eebf4bfaab26dab3e2b66c38 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.653076   431 tablet_replica.cc:333] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38: stopping tablet replica
I20260608 12:41:01.653833   431 raft_consensus.cc:2243] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:01.654969   431 raft_consensus.cc:2272] T e2997273a04e4ce683e882b01f4cb492 P d540d842eebf4bfaab26dab3e2b66c38 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.657461   431 tablet_replica.cc:333] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38: stopping tablet replica
I20260608 12:41:01.657919   431 raft_consensus.cc:2243] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:01.658638   431 raft_consensus.cc:2272] T b4887fe7d53641fca032ea7d2d5f2de3 P d540d842eebf4bfaab26dab3e2b66c38 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.700019   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:41:01.712826  5941 consensus_peers.cc:597] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe -> Peer d540d842eebf4bfaab26dab3e2b66c38 (127.0.107.194:39555): Couldn't send request to peer d540d842eebf4bfaab26dab3e2b66c38. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:39555: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:01.717984   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:01.740978   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:01.741719   431 tablet_replica.cc:333] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe: stopping tablet replica
I20260608 12:41:01.742269   431 raft_consensus.cc:2243] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:01.743170   431 raft_consensus.cc:2272] T b4887fe7d53641fca032ea7d2d5f2de3 P 73832a17dd6a42d888a4310e8dce72fe [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.745492   431 tablet_replica.cc:333] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe: stopping tablet replica
I20260608 12:41:01.745934   431 raft_consensus.cc:2243] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:01.746374   431 raft_consensus.cc:2272] T ca6e66ec7e144965af3ac43f598e874f P 73832a17dd6a42d888a4310e8dce72fe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.769692   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:01.785288   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:01.811631   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:01.812285   431 tablet_replica.cc:333] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744: stopping tablet replica
I20260608 12:41:01.812820   431 raft_consensus.cc:2243] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:01.813452   431 raft_consensus.cc:2272] T b4887fe7d53641fca032ea7d2d5f2de3 P ad2d3b51a44b4d8f9774c3f30b361744 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.815701   431 tablet_replica.cc:333] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744: stopping tablet replica
I20260608 12:41:01.816128   431 raft_consensus.cc:2243] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:01.816741   431 raft_consensus.cc:2272] T e2997273a04e4ce683e882b01f4cb492 P ad2d3b51a44b4d8f9774c3f30b361744 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.837530   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:01.850518   431 master.cc:562] Master@127.0.107.254:42877 shutting down...
I20260608 12:41:01.869791   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:01.870445   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:01.870764   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2829bd56f0df4cc19a4de05bf7f9eb68: stopping tablet replica
I20260608 12:41:01.890895   431 master.cc:584] Master@127.0.107.254:42877 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (13365 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260608 12:41:01.929149   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:39737
I20260608 12:41:01.930316   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:01.935738  6198 instance_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:01.935757  6197 instance_detector.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:01.938453  6200 instance_detector.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:01.938510   431 server_base.cc:1061] running on GCE node
I20260608 12:41:01.939554   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:01.939752   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:01.939884   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922461939869 us; error 0 us; skew 500 ppm
I20260608 12:41:01.940439   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:01.942723   431 webserver.cc:533] Webserver started at http://127.0.107.254:45811/ using document root <none> and password file <none>
I20260608 12:41:01.943234   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:01.943571   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:01.943833   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:01.944974   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "7807ff9e03934a21b0f7a0a6fad8f993"
format_stamp: "Formatted at 2026-06-08 12:41:01 on dist-test-slave-jl41"
I20260608 12:41:01.949394   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:01.952828  6205 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:01.953639   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:01.953887   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "7807ff9e03934a21b0f7a0a6fad8f993"
format_stamp: "Formatted at 2026-06-08 12:41:01 on dist-test-slave-jl41"
I20260608 12:41:01.954126   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-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:01.981096   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:01.982312   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:02.020098   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:39737
I20260608 12:41:02.020201  6256 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:39737 every 8 connection(s)
I20260608 12:41:02.024328  6257 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:02.034937  6257 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993: Bootstrap starting.
I20260608 12:41:02.039700  6257 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:02.043900  6257 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993: No bootstrap required, opened a new log
I20260608 12:41:02.046178  6257 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7807ff9e03934a21b0f7a0a6fad8f993" member_type: VOTER }
I20260608 12:41:02.046612  6257 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:02.046836  6257 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7807ff9e03934a21b0f7a0a6fad8f993, State: Initialized, Role: FOLLOWER
I20260608 12:41:02.047492  6257 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7807ff9e03934a21b0f7a0a6fad8f993" member_type: VOTER }
I20260608 12:41:02.047935  6257 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:02.048147  6257 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:02.048475  6257 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:02.053196  6257 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7807ff9e03934a21b0f7a0a6fad8f993" member_type: VOTER }
I20260608 12:41:02.053687  6257 leader_election.cc:304] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [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: 7807ff9e03934a21b0f7a0a6fad8f993; no voters: 
I20260608 12:41:02.054827  6257 leader_election.cc:290] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:02.055274  6260 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:02.056810  6260 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [term 1 LEADER]: Becoming Leader. State: Replica: 7807ff9e03934a21b0f7a0a6fad8f993, State: Running, Role: LEADER
I20260608 12:41:02.057531  6260 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [LEADER]: Queue going to LEADER mode. State: All 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: "7807ff9e03934a21b0f7a0a6fad8f993" member_type: VOTER }
I20260608 12:41:02.057901  6257 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:02.061882  6261 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7807ff9e03934a21b0f7a0a6fad8f993" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7807ff9e03934a21b0f7a0a6fad8f993" member_type: VOTER } }
I20260608 12:41:02.062156  6262 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7807ff9e03934a21b0f7a0a6fad8f993. Latest consensus state: current_term: 1 leader_uuid: "7807ff9e03934a21b0f7a0a6fad8f993" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7807ff9e03934a21b0f7a0a6fad8f993" member_type: VOTER } }
I20260608 12:41:02.062575  6261 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:02.062856  6262 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:02.066680  6267 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:02.074383  6267 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:02.075431   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:02.083786  6267 catalog_manager.cc:1382] Generated new cluster ID: 7659ae52db1148228a7bba51515c5164
I20260608 12:41:02.084084  6267 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:02.118738  6267 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:02.120090  6267 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:02.134394  6267 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993: Generated new TSK 0
I20260608 12:41:02.135010  6267 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:02.141857   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:02.147923  6278 instance_detector.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.149076  6279 instance_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.150184  6281 instance_detector.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.150293   431 server_base.cc:1061] running on GCE node
I20260608 12:41:02.151233   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:02.151460   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.151618   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922462151601 us; error 0 us; skew 500 ppm
I20260608 12:41:02.152190   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:02.154388   431 webserver.cc:533] Webserver started at http://127.0.107.193:44987/ using document root <none> and password file <none>
I20260608 12:41:02.154873   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:02.155040   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:02.155354   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:02.156466   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "15016a56417e4f699402c6d6ee0759a9"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-jl41"
I20260608 12:41:02.161106   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:02.164602  6286 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.165316   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:02.165594   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "15016a56417e4f699402c6d6ee0759a9"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-jl41"
I20260608 12:41:02.165848   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-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:02.179108   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:02.180294   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:02.181779   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:02.184137   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:02.184325   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.184571   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:02.184711   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.224400   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37649
I20260608 12:41:02.224500  6348 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37649 every 8 connection(s)
I20260608 12:41:02.229537   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:02.237186  6353 instance_detector.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.237378  6354 instance_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:02.239717   431 server_base.cc:1061] running on GCE node
W20260608 12:41:02.240798  6356 instance_detector.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.241712   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:02.241827  6349 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39737
W20260608 12:41:02.242040   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.242272  6349 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:02.242281   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922462242260 us; error 0 us; skew 500 ppm
I20260608 12:41:02.243427   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:02.243402  6349 heartbeater.cc:507] Master 127.0.107.254:39737 requested a full tablet report, sending...
I20260608 12:41:02.246068  6222 ts_manager.cc:194] Registered new tserver with Master: 15016a56417e4f699402c6d6ee0759a9 (127.0.107.193:37649)
I20260608 12:41:02.246340   431 webserver.cc:533] Webserver started at http://127.0.107.194:42795/ using document root <none> and password file <none>
I20260608 12:41:02.246901   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:02.247090   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:02.247364   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:02.248052  6222 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37956
I20260608 12:41:02.248557   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-jl41"
I20260608 12:41:02.253603   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:02.256923  6361 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.257620   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:02.257887   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-jl41"
I20260608 12:41:02.258152   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-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:02.271961   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:02.273099   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:02.274480   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:02.276675   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:02.276875   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.277103   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:02.277256   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.315191   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:43973
I20260608 12:41:02.315344  6423 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:43973 every 8 connection(s)
I20260608 12:41:02.320194   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:02.327476  6427 instance_detector.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.328965  6428 instance_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.331712  6430 instance_detector.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.332446   431 server_base.cc:1061] running on GCE node
I20260608 12:41:02.332623  6424 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39737
I20260608 12:41:02.333097  6424 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:02.333563   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:02.333854   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.334017  6424 heartbeater.cc:507] Master 127.0.107.254:39737 requested a full tablet report, sending...
I20260608 12:41:02.334074   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922462334054 us; error 0 us; skew 500 ppm
I20260608 12:41:02.335181   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:02.336572  6222 ts_manager.cc:194] Registered new tserver with Master: 94bfa0c9ef204a1ca37abaa4d8c87b4c (127.0.107.194:43973)
I20260608 12:41:02.337705   431 webserver.cc:533] Webserver started at http://127.0.107.195:37187/ using document root <none> and password file <none>
I20260608 12:41:02.338109  6222 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37968
I20260608 12:41:02.338238   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:02.338490   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:02.338755   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:02.340282   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "a7d312e519964587880824b36641ec62"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-jl41"
I20260608 12:41:02.344830   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 12:41:02.348148  6435 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.348848   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:02.349123   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "a7d312e519964587880824b36641ec62"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-jl41"
I20260608 12:41:02.349373   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922314084774-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:02.368943   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:02.370131   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:02.371592   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:02.373840   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:02.374035   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.374258   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:02.374410   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.413033   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38661
I20260608 12:41:02.413153  6497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38661 every 8 connection(s)
I20260608 12:41:02.426491  6498 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39737
I20260608 12:41:02.426883  6498 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:02.427618  6498 heartbeater.cc:507] Master 127.0.107.254:39737 requested a full tablet report, sending...
I20260608 12:41:02.429541  6222 ts_manager.cc:194] Registered new tserver with Master: a7d312e519964587880824b36641ec62 (127.0.107.195:38661)
I20260608 12:41:02.429646   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013505022s
I20260608 12:41:02.430925  6222 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37980
I20260608 12:41:03.250975  6349 heartbeater.cc:499] Master 127.0.107.254:39737 was elected leader, sending a full tablet report...
I20260608 12:41:03.340859  6424 heartbeater.cc:499] Master 127.0.107.254:39737 was elected leader, sending a full tablet report...
I20260608 12:41:03.433686  6498 heartbeater.cc:499] Master 127.0.107.254:39737 was elected leader, sending a full tablet report...
I20260608 12:41:03.484918  6222 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37986:
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:03.486881  6222 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:03.528416  6314 tablet_service.cc:1511] Processing CreateTablet for tablet eb897933e5244d849200a90c5829b83a (DEFAULT_TABLE table=test-workload [id=4c6d17ee637c48e188e2ae0c2a9b7032]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:03.529790  6314 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eb897933e5244d849200a90c5829b83a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:03.532791  6463 tablet_service.cc:1511] Processing CreateTablet for tablet eb897933e5244d849200a90c5829b83a (DEFAULT_TABLE table=test-workload [id=4c6d17ee637c48e188e2ae0c2a9b7032]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:03.533959  6463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eb897933e5244d849200a90c5829b83a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:03.536150  6389 tablet_service.cc:1511] Processing CreateTablet for tablet eb897933e5244d849200a90c5829b83a (DEFAULT_TABLE table=test-workload [id=4c6d17ee637c48e188e2ae0c2a9b7032]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:03.537439  6389 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eb897933e5244d849200a90c5829b83a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:03.547113  6518 tablet_bootstrap.cc:492] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9: Bootstrap starting.
I20260608 12:41:03.548956  6519 tablet_bootstrap.cc:492] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62: Bootstrap starting.
I20260608 12:41:03.554008  6520 tablet_bootstrap.cc:492] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c: Bootstrap starting.
I20260608 12:41:03.555469  6519 tablet_bootstrap.cc:654] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:03.555663  6518 tablet_bootstrap.cc:654] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:03.560446  6519 tablet_bootstrap.cc:492] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62: No bootstrap required, opened a new log
I20260608 12:41:03.560931  6519 ts_tablet_manager.cc:1403] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62: Time spent bootstrapping tablet: real 0.012s	user 0.012s	sys 0.000s
I20260608 12:41:03.561854  6520 tablet_bootstrap.cc:654] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:03.561949  6518 tablet_bootstrap.cc:492] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9: No bootstrap required, opened a new log
I20260608 12:41:03.562525  6518 ts_tablet_manager.cc:1403] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.003s
I20260608 12:41:03.563906  6519 raft_consensus.cc:359] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "15016a56417e4f699402c6d6ee0759a9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37649 } } peers { permanent_uuid: "a7d312e519964587880824b36641ec62" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38661 } } peers { permanent_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43973 } }
I20260608 12:41:03.564693  6519 raft_consensus.cc:385] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:03.565009  6519 raft_consensus.cc:740] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a7d312e519964587880824b36641ec62, State: Initialized, Role: FOLLOWER
I20260608 12:41:03.565642  6518 raft_consensus.cc:359] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "15016a56417e4f699402c6d6ee0759a9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37649 } } peers { permanent_uuid: "a7d312e519964587880824b36641ec62" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38661 } } peers { permanent_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43973 } }
I20260608 12:41:03.565799  6519 consensus_queue.cc:260] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "15016a56417e4f699402c6d6ee0759a9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37649 } } peers { permanent_uuid: "a7d312e519964587880824b36641ec62" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38661 } } peers { permanent_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43973 } }
I20260608 12:41:03.566439  6520 tablet_bootstrap.cc:492] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c: No bootstrap required, opened a new log
I20260608 12:41:03.566380  6518 raft_consensus.cc:385] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:03.567022  6520 ts_tablet_manager.cc:1403] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
I20260608 12:41:03.566943  6518 raft_consensus.cc:740] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 15016a56417e4f699402c6d6ee0759a9, State: Initialized, Role: FOLLOWER
I20260608 12:41:03.568801  6519 ts_tablet_manager.cc:1434] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 12:41:03.568327  6518 consensus_queue.cc:260] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "15016a56417e4f699402c6d6ee0759a9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37649 } } peers { permanent_uuid: "a7d312e519964587880824b36641ec62" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38661 } } peers { permanent_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43973 } }
I20260608 12:41:03.570452  6520 raft_consensus.cc:359] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "15016a56417e4f699402c6d6ee0759a9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37649 } } peers { permanent_uuid: "a7d312e519964587880824b36641ec62" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38661 } } peers { permanent_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43973 } }
I20260608 12:41:03.571245  6520 raft_consensus.cc:385] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:03.571658  6518 ts_tablet_manager.cc:1434] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.001s
I20260608 12:41:03.571604  6520 raft_consensus.cc:740] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94bfa0c9ef204a1ca37abaa4d8c87b4c, State: Initialized, Role: FOLLOWER
I20260608 12:41:03.573206  6520 consensus_queue.cc:260] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "15016a56417e4f699402c6d6ee0759a9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37649 } } peers { permanent_uuid: "a7d312e519964587880824b36641ec62" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38661 } } peers { permanent_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43973 } }
I20260608 12:41:03.576936  6520 ts_tablet_manager.cc:1434] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
W20260608 12:41:03.668159  6499 tablet.cc:2404] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:41:03.749670  6526 raft_consensus.cc:493] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:03.750150  6526 raft_consensus.cc:515] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "15016a56417e4f699402c6d6ee0759a9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37649 } } peers { permanent_uuid: "a7d312e519964587880824b36641ec62" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38661 } } peers { permanent_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43973 } }
I20260608 12:41:03.752420  6526 leader_election.cc:290] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 15016a56417e4f699402c6d6ee0759a9 (127.0.107.193:37649), a7d312e519964587880824b36641ec62 (127.0.107.195:38661)
I20260608 12:41:03.763478  6473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb897933e5244d849200a90c5829b83a" candidate_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a7d312e519964587880824b36641ec62" is_pre_election: true
I20260608 12:41:03.763516  6324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb897933e5244d849200a90c5829b83a" candidate_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15016a56417e4f699402c6d6ee0759a9" is_pre_election: true
I20260608 12:41:03.764248  6473 raft_consensus.cc:2468] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94bfa0c9ef204a1ca37abaa4d8c87b4c in term 0.
I20260608 12:41:03.764325  6324 raft_consensus.cc:2468] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94bfa0c9ef204a1ca37abaa4d8c87b4c in term 0.
I20260608 12:41:03.765445  6362 leader_election.cc:304] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 94bfa0c9ef204a1ca37abaa4d8c87b4c, a7d312e519964587880824b36641ec62; no voters: 
I20260608 12:41:03.766127  6526 raft_consensus.cc:2804] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:03.766460  6526 raft_consensus.cc:493] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:03.766729  6526 raft_consensus.cc:3060] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:03.771929  6526 raft_consensus.cc:515] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "15016a56417e4f699402c6d6ee0759a9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37649 } } peers { permanent_uuid: "a7d312e519964587880824b36641ec62" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38661 } } peers { permanent_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43973 } }
I20260608 12:41:03.773487  6526 leader_election.cc:290] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [CANDIDATE]: Term 1 election: Requested vote from peers 15016a56417e4f699402c6d6ee0759a9 (127.0.107.193:37649), a7d312e519964587880824b36641ec62 (127.0.107.195:38661)
I20260608 12:41:03.774212  6324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb897933e5244d849200a90c5829b83a" candidate_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15016a56417e4f699402c6d6ee0759a9"
I20260608 12:41:03.774552  6473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb897933e5244d849200a90c5829b83a" candidate_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a7d312e519964587880824b36641ec62"
I20260608 12:41:03.774828  6324 raft_consensus.cc:3060] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:03.775127  6473 raft_consensus.cc:3060] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:03.781941  6473 raft_consensus.cc:2468] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94bfa0c9ef204a1ca37abaa4d8c87b4c in term 1.
I20260608 12:41:03.781941  6324 raft_consensus.cc:2468] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94bfa0c9ef204a1ca37abaa4d8c87b4c in term 1.
I20260608 12:41:03.783176  6362 leader_election.cc:304] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 94bfa0c9ef204a1ca37abaa4d8c87b4c, a7d312e519964587880824b36641ec62; no voters: 
I20260608 12:41:03.783854  6526 raft_consensus.cc:2804] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:03.784878  6526 raft_consensus.cc:697] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 1 LEADER]: Becoming Leader. State: Replica: 94bfa0c9ef204a1ca37abaa4d8c87b4c, State: Running, Role: LEADER
I20260608 12:41:03.785499  6526 consensus_queue.cc:237] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "15016a56417e4f699402c6d6ee0759a9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37649 } } peers { permanent_uuid: "a7d312e519964587880824b36641ec62" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38661 } } peers { permanent_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43973 } }
I20260608 12:41:03.792982  6222 catalog_manager.cc:5696] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c reported cstate change: term changed from 0 to 1, leader changed from <none> to 94bfa0c9ef204a1ca37abaa4d8c87b4c (127.0.107.194). New cstate: current_term: 1 leader_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "15016a56417e4f699402c6d6ee0759a9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37649 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a7d312e519964587880824b36641ec62" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38661 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94bfa0c9ef204a1ca37abaa4d8c87b4c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43973 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:03.827943   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:03.845615   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:03.846380   431 tablet_replica.cc:333] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9: stopping tablet replica
I20260608 12:41:03.846905   431 raft_consensus.cc:2243] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:03.847270   431 raft_consensus.cc:2272] T eb897933e5244d849200a90c5829b83a P 15016a56417e4f699402c6d6ee0759a9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:03.865445   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:04.074865  6275 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:04.076254  6275 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:04.076565  6275 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:04.290953  6526 consensus_queue.cc:1048] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [LEADER]: Connected to new peer: Peer: permanent_uuid: "a7d312e519964587880824b36641ec62" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38661 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:04.308349  6363 consensus_peers.cc:597] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c -> Peer 15016a56417e4f699402c6d6ee0759a9 (127.0.107.193:37649): Couldn't send request to peer 15016a56417e4f699402c6d6ee0759a9. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37649: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:06.077690  6275 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:06.079242  6275 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:06.079605  6275 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:06.746557  6363 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37649: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260608 12:41:06.749063  6363 consensus_peers.cc:597] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c -> Peer 15016a56417e4f699402c6d6ee0759a9 (127.0.107.193:37649): Couldn't send request to peer 15016a56417e4f699402c6d6ee0759a9. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37649: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 12:41:08.080531  6275 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:08.081861  6275 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:08.082165  6275 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:09.213827  6363 consensus_peers.cc:597] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c -> Peer 15016a56417e4f699402c6d6ee0759a9 (127.0.107.193:37649): Couldn't send request to peer 15016a56417e4f699402c6d6ee0759a9. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37649: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260608 12:41:10.083117  6275 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:10.084511  6275 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:10.084824  6275 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:11.756506  6363 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37649: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260608 12:41:11.759088  6363 consensus_peers.cc:597] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c -> Peer 15016a56417e4f699402c6d6ee0759a9 (127.0.107.193:37649): Couldn't send request to peer 15016a56417e4f699402c6d6ee0759a9. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37649: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260608 12:41:12.085775  6275 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:12.087121  6275 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:12.087453  6275 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:14.088379  6275 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:14.089717  6275 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:14.090008  6275 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:14.144372  6363 consensus_peers.cc:597] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c -> Peer 15016a56417e4f699402c6d6ee0759a9 (127.0.107.193:37649): Couldn't send request to peer 15016a56417e4f699402c6d6ee0759a9. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37649: connect: Connection refused (error 111). This is attempt 21: this message will repeat every 5th retry.
I20260608 12:41:14.936352   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:14.962821   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:14.963585   431 tablet_replica.cc:333] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c: stopping tablet replica
I20260608 12:41:14.964241   431 raft_consensus.cc:2243] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:14.965294   431 raft_consensus.cc:2272] T eb897933e5244d849200a90c5829b83a P 94bfa0c9ef204a1ca37abaa4d8c87b4c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:14.986388   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:14.999244   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:15.021742   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:15.022404   431 tablet_replica.cc:333] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62: stopping tablet replica
I20260608 12:41:15.022977   431 raft_consensus.cc:2243] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:15.023469   431 raft_consensus.cc:2272] T eb897933e5244d849200a90c5829b83a P a7d312e519964587880824b36641ec62 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.043121   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:15.055501   431 master.cc:562] Master@127.0.107.254:39737 shutting down...
I20260608 12:41:15.083586   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:15.084554   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.084931   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7807ff9e03934a21b0f7a0a6fad8f993: stopping tablet replica
I20260608 12:41:15.104245   431 master.cc:584] Master@127.0.107.254:39737 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13213 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260608 12:41:15.142848   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45105
I20260608 12:41:15.144233   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:15.150120  6558 instance_detector.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.150385  6559 instance_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.151266  6561 instance_detector.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.151566   431 server_base.cc:1061] running on GCE node
I20260608 12:41:15.152395   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:15.152570   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.152680   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922475152669 us; error 0 us; skew 500 ppm
I20260608 12:41:15.153195   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:15.155642   431 webserver.cc:533] Webserver started at http://127.0.107.254:40881/ using document root <none> and password file <none>
I20260608 12:41:15.156121   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:15.156288   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:15.156512   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:15.157673   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "f3a15a971ff145d5848f2db86130091d"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-jl41"
I20260608 12:41:15.162176   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260608 12:41:15.165755  6566 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.166580   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:41:15.166873   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "f3a15a971ff145d5848f2db86130091d"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-jl41"
I20260608 12:41:15.167128   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-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.184962   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:15.186285   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:15.225611   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45105
I20260608 12:41:15.225703  6617 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45105 every 8 connection(s)
I20260608 12:41:15.229914  6618 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.241533  6618 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d: Bootstrap starting.
I20260608 12:41:15.246389  6618 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:15.250587  6618 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d: No bootstrap required, opened a new log
I20260608 12:41:15.252899  6618 raft_consensus.cc:359] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3a15a971ff145d5848f2db86130091d" member_type: VOTER }
I20260608 12:41:15.253320  6618 raft_consensus.cc:385] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:15.253506  6618 raft_consensus.cc:740] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3a15a971ff145d5848f2db86130091d, State: Initialized, Role: FOLLOWER
I20260608 12:41:15.254048  6618 consensus_queue.cc:260] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f3a15a971ff145d5848f2db86130091d" member_type: VOTER }
I20260608 12:41:15.254480  6618 raft_consensus.cc:399] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:15.254674  6618 raft_consensus.cc:493] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:15.254885  6618 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:15.259297  6618 raft_consensus.cc:515] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3a15a971ff145d5848f2db86130091d" member_type: VOTER }
I20260608 12:41:15.259784  6618 leader_election.cc:304] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [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: f3a15a971ff145d5848f2db86130091d; no voters: 
I20260608 12:41:15.260828  6618 leader_election.cc:290] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:15.261265  6621 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:15.262599  6621 raft_consensus.cc:697] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [term 1 LEADER]: Becoming Leader. State: Replica: f3a15a971ff145d5848f2db86130091d, State: Running, Role: LEADER
I20260608 12:41:15.263350  6621 consensus_queue.cc:237] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [LEADER]: Queue going to LEADER mode. State: All 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: "f3a15a971ff145d5848f2db86130091d" member_type: VOTER }
I20260608 12:41:15.263756  6618 sys_catalog.cc:565] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:15.268105  6623 sys_catalog.cc:455] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [sys.catalog]: SysCatalogTable state changed. Reason: New leader f3a15a971ff145d5848f2db86130091d. Latest consensus state: current_term: 1 leader_uuid: "f3a15a971ff145d5848f2db86130091d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3a15a971ff145d5848f2db86130091d" member_type: VOTER } }
I20260608 12:41:15.268703  6623 sys_catalog.cc:458] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:15.272516  6627 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:15.272257  6622 sys_catalog.cc:455] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f3a15a971ff145d5848f2db86130091d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3a15a971ff145d5848f2db86130091d" member_type: VOTER } }
I20260608 12:41:15.272925  6622 sys_catalog.cc:458] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:15.279381  6627 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:15.283412   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:15.290606  6627 catalog_manager.cc:1382] Generated new cluster ID: d7798759db014f15b3b73b6792ddea66
I20260608 12:41:15.290889  6627 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:15.311195  6627 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:15.312500  6627 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:15.329250  6627 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d: Generated new TSK 0
I20260608 12:41:15.329826  6627 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:15.353701   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:15.360038  6639 instance_detector.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.360769  6640 instance_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:15.362751   431 server_base.cc:1061] running on GCE node
W20260608 12:41:15.363127  6642 instance_detector.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.363991   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:15.364202   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.364359   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922475364342 us; error 0 us; skew 500 ppm
I20260608 12:41:15.364957   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:15.367228   431 webserver.cc:533] Webserver started at http://127.0.107.193:33279/ using document root <none> and password file <none>
I20260608 12:41:15.367765   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:15.367959   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:15.368204   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:15.369580   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "c5e14757c3ec45b1b44db7bd2ab0be48"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-jl41"
I20260608 12:41:15.374157   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:41:15.377588  6647 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.378367   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:15.378639   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "c5e14757c3ec45b1b44db7bd2ab0be48"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-jl41"
I20260608 12:41:15.378898   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-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:15.390805   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:15.391989   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:15.393433   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:15.395812   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:15.396010   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.396224   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:15.396435   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.435257   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34007
I20260608 12:41:15.435382  6709 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34007 every 8 connection(s)
I20260608 12:41:15.440634   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:15.448544  6714 instance_detector.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.451272  6715 instance_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.452050  6717 instance_detector.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.452255   431 server_base.cc:1061] running on GCE node
I20260608 12:41:15.453924   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:15.454193  6710 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45105
W20260608 12:41:15.454191   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.454753   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922475454730 us; error 0 us; skew 500 ppm
I20260608 12:41:15.454797  6710 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:15.455760   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:15.455865  6710 heartbeater.cc:507] Master 127.0.107.254:45105 requested a full tablet report, sending...
I20260608 12:41:15.458379  6583 ts_manager.cc:194] Registered new tserver with Master: c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007)
I20260608 12:41:15.458474   431 webserver.cc:533] Webserver started at http://127.0.107.194:42497/ using document root <none> and password file <none>
I20260608 12:41:15.459004   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:15.459184   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:15.459455   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:15.460318  6583 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59720
I20260608 12:41:15.460604   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "4d15e5a190f64daf8fe346daff561283"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-jl41"
I20260608 12:41:15.465729   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:41:15.469206  6722 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.469956   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:15.470238   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "4d15e5a190f64daf8fe346daff561283"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-jl41"
I20260608 12:41:15.470522   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-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:15.485378   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:15.486538   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:15.488075   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:15.490303   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:15.490495   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.490710   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:15.490880   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.531416   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38801
I20260608 12:41:15.531570  6784 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38801 every 8 connection(s)
I20260608 12:41:15.536444   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:15.545698  6789 instance_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.545907  6788 instance_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:15.546854   431 server_base.cc:1061] running on GCE node
W20260608 12:41:15.546926  6791 instance_detector.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.547982   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:15.548204   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.548390   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922475548371 us; error 0 us; skew 500 ppm
I20260608 12:41:15.549150   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:15.551625  6785 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45105
I20260608 12:41:15.552083  6785 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:15.552342   431 webserver.cc:533] Webserver started at http://127.0.107.195:36833/ using document root <none> and password file <none>
I20260608 12:41:15.553159   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:15.553107  6785 heartbeater.cc:507] Master 127.0.107.254:45105 requested a full tablet report, sending...
I20260608 12:41:15.553649   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:15.554032   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:15.555517   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "3f36b3f892594a938bfa6fb406f6e260"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-jl41"
I20260608 12:41:15.555785  6583 ts_manager.cc:194] Registered new tserver with Master: 4d15e5a190f64daf8fe346daff561283 (127.0.107.194:38801)
I20260608 12:41:15.557660  6583 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59728
I20260608 12:41:15.561363   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:15.564931  6796 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.565689   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:15.565966   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "3f36b3f892594a938bfa6fb406f6e260"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-jl41"
I20260608 12:41:15.566244   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-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:15.603621   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:15.604812   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:15.606232   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:15.608515   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:15.608701   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.608968   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:15.609114   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.648200   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44645
I20260608 12:41:15.648332  6858 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44645 every 8 connection(s)
I20260608 12:41:15.662098  6859 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45105
I20260608 12:41:15.662535  6859 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:15.663293  6859 heartbeater.cc:507] Master 127.0.107.254:45105 requested a full tablet report, sending...
I20260608 12:41:15.665457  6583 ts_manager.cc:194] Registered new tserver with Master: 3f36b3f892594a938bfa6fb406f6e260 (127.0.107.195:44645)
I20260608 12:41:15.666198   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014628007s
I20260608 12:41:15.666822  6583 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59738
I20260608 12:41:16.463254  6710 heartbeater.cc:499] Master 127.0.107.254:45105 was elected leader, sending a full tablet report...
I20260608 12:41:16.560669  6785 heartbeater.cc:499] Master 127.0.107.254:45105 was elected leader, sending a full tablet report...
I20260608 12:41:16.669566  6859 heartbeater.cc:499] Master 127.0.107.254:45105 was elected leader, sending a full tablet report...
I20260608 12:41:16.721395  6583 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59752:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:16.723778  6583 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:16.786573  6750 tablet_service.cc:1511] Processing CreateTablet for tablet 57a39d4eb6b640c9b17e4a25e9b71c08 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:16.787653  6749 tablet_service.cc:1511] Processing CreateTablet for tablet d5890747b4d241f1b598384677b7f804 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:16.788142  6750 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57a39d4eb6b640c9b17e4a25e9b71c08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.790021  6748 tablet_service.cc:1511] Processing CreateTablet for tablet 9de3d75c75b54b8abadb6b1166f8afe6 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:16.791424  6748 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9de3d75c75b54b8abadb6b1166f8afe6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.792624  6747 tablet_service.cc:1511] Processing CreateTablet for tablet 7a6e39f8fce840a3b1a8e6772735bc55 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:16.793980  6747 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a6e39f8fce840a3b1a8e6772735bc55. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.794935  6824 tablet_service.cc:1511] Processing CreateTablet for tablet 57a39d4eb6b640c9b17e4a25e9b71c08 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:16.795766  6749 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5890747b4d241f1b598384677b7f804. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.796260  6824 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57a39d4eb6b640c9b17e4a25e9b71c08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.800256  6823 tablet_service.cc:1511] Processing CreateTablet for tablet d5890747b4d241f1b598384677b7f804 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:16.800693  6674 tablet_service.cc:1511] Processing CreateTablet for tablet d5890747b4d241f1b598384677b7f804 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:16.801644  6823 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5890747b4d241f1b598384677b7f804. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.802094  6674 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5890747b4d241f1b598384677b7f804. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.804657  6673 tablet_service.cc:1511] Processing CreateTablet for tablet 9de3d75c75b54b8abadb6b1166f8afe6 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:16.807657  6675 tablet_service.cc:1511] Processing CreateTablet for tablet 57a39d4eb6b640c9b17e4a25e9b71c08 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:16.807031  6672 tablet_service.cc:1511] Processing CreateTablet for tablet 7a6e39f8fce840a3b1a8e6772735bc55 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:16.815737  6672 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a6e39f8fce840a3b1a8e6772735bc55. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.816392  6822 tablet_service.cc:1511] Processing CreateTablet for tablet 9de3d75c75b54b8abadb6b1166f8afe6 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:16.817544  6673 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9de3d75c75b54b8abadb6b1166f8afe6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.817924  6822 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9de3d75c75b54b8abadb6b1166f8afe6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.819326  6675 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57a39d4eb6b640c9b17e4a25e9b71c08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.824611  6821 tablet_service.cc:1511] Processing CreateTablet for tablet 7a6e39f8fce840a3b1a8e6772735bc55 (DEFAULT_TABLE table=test-workload [id=88c74028de96475ba79251a76f2e29aa]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:16.826054  6821 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a6e39f8fce840a3b1a8e6772735bc55. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.910560  6881 tablet_bootstrap.cc:492] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48: Bootstrap starting.
I20260608 12:41:16.921034  6881 tablet_bootstrap.cc:654] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:16.932735  6880 tablet_bootstrap.cc:492] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260: Bootstrap starting.
I20260608 12:41:16.936100  6881 tablet_bootstrap.cc:492] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48: No bootstrap required, opened a new log
I20260608 12:41:16.934285  6879 tablet_bootstrap.cc:492] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283: Bootstrap starting.
I20260608 12:41:16.936620  6881 ts_tablet_manager.cc:1403] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48: Time spent bootstrapping tablet: real 0.027s	user 0.019s	sys 0.000s
I20260608 12:41:16.939852  6881 raft_consensus.cc:359] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:16.940559  6881 raft_consensus.cc:385] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:16.940879  6881 raft_consensus.cc:740] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e14757c3ec45b1b44db7bd2ab0be48, State: Initialized, Role: FOLLOWER
I20260608 12:41:16.941651  6881 consensus_queue.cc:260] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:16.944682  6881 ts_tablet_manager.cc:1434] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 12:41:16.945130  6879 tablet_bootstrap.cc:654] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:16.945722  6881 tablet_bootstrap.cc:492] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48: Bootstrap starting.
I20260608 12:41:16.948431  6880 tablet_bootstrap.cc:654] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:16.953126  6881 tablet_bootstrap.cc:654] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:16.957269  6880 tablet_bootstrap.cc:492] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260: No bootstrap required, opened a new log
I20260608 12:41:16.957875  6880 ts_tablet_manager.cc:1403] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260: Time spent bootstrapping tablet: real 0.026s	user 0.010s	sys 0.006s
I20260608 12:41:16.960018  6879 tablet_bootstrap.cc:492] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283: No bootstrap required, opened a new log
I20260608 12:41:16.960567  6881 tablet_bootstrap.cc:492] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48: No bootstrap required, opened a new log
I20260608 12:41:16.960525  6879 ts_tablet_manager.cc:1403] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283: Time spent bootstrapping tablet: real 0.027s	user 0.007s	sys 0.010s
I20260608 12:41:16.961171  6881 ts_tablet_manager.cc:1403] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.001s
I20260608 12:41:16.961067  6880 raft_consensus.cc:359] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } }
I20260608 12:41:16.961885  6880 raft_consensus.cc:385] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:16.962195  6880 raft_consensus.cc:740] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3f36b3f892594a938bfa6fb406f6e260, State: Initialized, Role: FOLLOWER
I20260608 12:41:16.963018  6880 consensus_queue.cc:260] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } }
I20260608 12:41:16.963708  6881 raft_consensus.cc:359] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } }
I20260608 12:41:16.964252  6881 raft_consensus.cc:385] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:16.964609  6881 raft_consensus.cc:740] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e14757c3ec45b1b44db7bd2ab0be48, State: Initialized, Role: FOLLOWER
I20260608 12:41:16.964280  6879 raft_consensus.cc:359] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:16.965409  6879 raft_consensus.cc:385] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:16.965790  6879 raft_consensus.cc:740] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d15e5a190f64daf8fe346daff561283, State: Initialized, Role: FOLLOWER
I20260608 12:41:16.966065  6880 ts_tablet_manager.cc:1434] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:16.965751  6881 consensus_queue.cc:260] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } }
I20260608 12:41:16.967487  6880 tablet_bootstrap.cc:492] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260: Bootstrap starting.
I20260608 12:41:16.968869  6881 ts_tablet_manager.cc:1434] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:16.969964  6881 tablet_bootstrap.cc:492] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48: Bootstrap starting.
I20260608 12:41:16.967087  6879 consensus_queue.cc:260] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:16.975101  6880 tablet_bootstrap.cc:654] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:16.976511  6881 tablet_bootstrap.cc:654] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:16.981310  6879 ts_tablet_manager.cc:1434] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283: Time spent starting tablet: real 0.020s	user 0.009s	sys 0.004s
I20260608 12:41:16.987197  6880 tablet_bootstrap.cc:492] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260: No bootstrap required, opened a new log
I20260608 12:41:16.987859  6880 ts_tablet_manager.cc:1403] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.007s
I20260608 12:41:16.988463  6879 tablet_bootstrap.cc:492] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283: Bootstrap starting.
I20260608 12:41:16.990933  6880 raft_consensus.cc:359] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:16.991783  6880 raft_consensus.cc:385] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:16.992125  6880 raft_consensus.cc:740] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3f36b3f892594a938bfa6fb406f6e260, State: Initialized, Role: FOLLOWER
I20260608 12:41:16.993093  6880 consensus_queue.cc:260] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:16.995544  6879 tablet_bootstrap.cc:654] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:16.995559  6880 ts_tablet_manager.cc:1434] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:41:16.999727  6880 tablet_bootstrap.cc:492] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260: Bootstrap starting.
I20260608 12:41:17.000773  6881 tablet_bootstrap.cc:492] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48: No bootstrap required, opened a new log
I20260608 12:41:17.001315  6881 ts_tablet_manager.cc:1403] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48: Time spent bootstrapping tablet: real 0.032s	user 0.005s	sys 0.023s
I20260608 12:41:17.004515  6881 raft_consensus.cc:359] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.005259  6881 raft_consensus.cc:385] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.005592  6881 raft_consensus.cc:740] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e14757c3ec45b1b44db7bd2ab0be48, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.006371  6880 tablet_bootstrap.cc:654] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.006356  6881 consensus_queue.cc:260] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.007786  6879 tablet_bootstrap.cc:492] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283: No bootstrap required, opened a new log
I20260608 12:41:17.008388  6879 ts_tablet_manager.cc:1403] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283: Time spent bootstrapping tablet: real 0.020s	user 0.007s	sys 0.005s
I20260608 12:41:17.008785  6881 ts_tablet_manager.cc:1434] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260608 12:41:17.009951  6881 tablet_bootstrap.cc:492] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48: Bootstrap starting.
I20260608 12:41:17.011663  6879 raft_consensus.cc:359] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } }
I20260608 12:41:17.012461  6879 raft_consensus.cc:385] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.012805  6879 raft_consensus.cc:740] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d15e5a190f64daf8fe346daff561283, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.013753  6879 consensus_queue.cc:260] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } }
I20260608 12:41:17.017616  6881 tablet_bootstrap.cc:654] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.023051  6879 ts_tablet_manager.cc:1434] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283: Time spent starting tablet: real 0.014s	user 0.002s	sys 0.004s
I20260608 12:41:17.024200  6879 tablet_bootstrap.cc:492] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283: Bootstrap starting.
I20260608 12:41:17.031997  6880 tablet_bootstrap.cc:492] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260: No bootstrap required, opened a new log
I20260608 12:41:17.032480  6881 tablet_bootstrap.cc:492] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48: No bootstrap required, opened a new log
I20260608 12:41:17.032644  6880 ts_tablet_manager.cc:1403] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260: Time spent bootstrapping tablet: real 0.033s	user 0.013s	sys 0.019s
I20260608 12:41:17.033066  6881 ts_tablet_manager.cc:1403] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48: Time spent bootstrapping tablet: real 0.023s	user 0.015s	sys 0.005s
I20260608 12:41:17.033385  6879 tablet_bootstrap.cc:654] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.036334  6881 raft_consensus.cc:359] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.037038  6881 raft_consensus.cc:385] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.037348  6881 raft_consensus.cc:740] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e14757c3ec45b1b44db7bd2ab0be48, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.036082  6880 raft_consensus.cc:359] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.038161  6879 tablet_bootstrap.cc:492] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283: No bootstrap required, opened a new log
I20260608 12:41:17.038215  6880 raft_consensus.cc:385] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.038164  6881 consensus_queue.cc:260] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.039089  6879 ts_tablet_manager.cc:1403] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.001s
I20260608 12:41:17.039039  6880 raft_consensus.cc:740] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3f36b3f892594a938bfa6fb406f6e260, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.040285  6880 consensus_queue.cc:260] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.041040  6881 ts_tablet_manager.cc:1434] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:41:17.042454  6879 raft_consensus.cc:359] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.043210  6879 raft_consensus.cc:385] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.043565  6879 raft_consensus.cc:740] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d15e5a190f64daf8fe346daff561283, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.044312  6880 ts_tablet_manager.cc:1434] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.005s
I20260608 12:41:17.044394  6879 consensus_queue.cc:260] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.045145  6880 tablet_bootstrap.cc:492] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260: Bootstrap starting.
I20260608 12:41:17.048333  6879 ts_tablet_manager.cc:1434] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:41:17.049376  6879 tablet_bootstrap.cc:492] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283: Bootstrap starting.
I20260608 12:41:17.053339  6880 tablet_bootstrap.cc:654] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.055832  6879 tablet_bootstrap.cc:654] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.059203  6880 tablet_bootstrap.cc:492] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260: No bootstrap required, opened a new log
I20260608 12:41:17.059720  6880 ts_tablet_manager.cc:1403] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.004s
I20260608 12:41:17.059772  6888 raft_consensus.cc:493] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:17.060420  6888 raft_consensus.cc:515] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } }
I20260608 12:41:17.060986  6879 tablet_bootstrap.cc:492] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283: No bootstrap required, opened a new log
I20260608 12:41:17.061625  6879 ts_tablet_manager.cc:1403] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283: Time spent bootstrapping tablet: real 0.012s	user 0.012s	sys 0.000s
I20260608 12:41:17.064543  6888 leader_election.cc:290] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3f36b3f892594a938bfa6fb406f6e260 (127.0.107.195:44645), c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007)
I20260608 12:41:17.064769  6880 raft_consensus.cc:359] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.065121  6888 raft_consensus.cc:493] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:17.065112  6879 raft_consensus.cc:359] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.065869  6888 raft_consensus.cc:515] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.066342  6879 raft_consensus.cc:385] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.066783  6879 raft_consensus.cc:740] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d15e5a190f64daf8fe346daff561283, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.067854  6879 consensus_queue.cc:260] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.068347  6888 leader_election.cc:290] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007), 3f36b3f892594a938bfa6fb406f6e260 (127.0.107.195:44645)
I20260608 12:41:17.069272  6880 raft_consensus.cc:385] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.069677  6880 raft_consensus.cc:740] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3f36b3f892594a938bfa6fb406f6e260, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.070333  6879 ts_tablet_manager.cc:1434] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:17.070679  6880 consensus_queue.cc:260] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.073643  6880 ts_tablet_manager.cc:1434] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260608 12:41:17.080492  6887 raft_consensus.cc:493] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:17.081043  6887 raft_consensus.cc:515] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.083905  6887 leader_election.cc:290] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007), 4d15e5a190f64daf8fe346daff561283 (127.0.107.194:38801)
I20260608 12:41:17.087038  6834 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57a39d4eb6b640c9b17e4a25e9b71c08" candidate_uuid: "4d15e5a190f64daf8fe346daff561283" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3f36b3f892594a938bfa6fb406f6e260" is_pre_election: true
I20260608 12:41:17.087792  6834 raft_consensus.cc:2468] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4d15e5a190f64daf8fe346daff561283 in term 0.
I20260608 12:41:17.087879  6833 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9de3d75c75b54b8abadb6b1166f8afe6" candidate_uuid: "4d15e5a190f64daf8fe346daff561283" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3f36b3f892594a938bfa6fb406f6e260" is_pre_election: true
I20260608 12:41:17.088748  6833 raft_consensus.cc:2468] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4d15e5a190f64daf8fe346daff561283 in term 0.
I20260608 12:41:17.089155  6725 leader_election.cc:304] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3f36b3f892594a938bfa6fb406f6e260, 4d15e5a190f64daf8fe346daff561283; no voters: 
I20260608 12:41:17.090071  6897 raft_consensus.cc:2804] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:17.090114  6725 leader_election.cc:304] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3f36b3f892594a938bfa6fb406f6e260, 4d15e5a190f64daf8fe346daff561283; no voters: 
I20260608 12:41:17.090613  6897 raft_consensus.cc:493] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:17.091066  6888 raft_consensus.cc:2804] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:17.091104  6897 raft_consensus.cc:3060] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.091756  6888 raft_consensus.cc:493] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:17.092163  6888 raft_consensus.cc:3060] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.098016  6685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57a39d4eb6b640c9b17e4a25e9b71c08" candidate_uuid: "4d15e5a190f64daf8fe346daff561283" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" is_pre_election: true
I20260608 12:41:17.098693  6685 raft_consensus.cc:2468] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4d15e5a190f64daf8fe346daff561283 in term 0.
I20260608 12:41:17.100020  6684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9de3d75c75b54b8abadb6b1166f8afe6" candidate_uuid: "4d15e5a190f64daf8fe346daff561283" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" is_pre_election: true
I20260608 12:41:17.100534  6888 raft_consensus.cc:515] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.100689  6684 raft_consensus.cc:2468] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4d15e5a190f64daf8fe346daff561283 in term 0.
I20260608 12:41:17.104190  6833 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9de3d75c75b54b8abadb6b1166f8afe6" candidate_uuid: "4d15e5a190f64daf8fe346daff561283" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3f36b3f892594a938bfa6fb406f6e260"
I20260608 12:41:17.104276  6684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9de3d75c75b54b8abadb6b1166f8afe6" candidate_uuid: "4d15e5a190f64daf8fe346daff561283" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48"
I20260608 12:41:17.104947  6684 raft_consensus.cc:3060] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.105350  6887 raft_consensus.cc:493] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:17.105870  6887 raft_consensus.cc:515] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.108219  6887 leader_election.cc:290] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007), 4d15e5a190f64daf8fe346daff561283 (127.0.107.194:38801)
I20260608 12:41:17.104840  6833 raft_consensus.cc:3060] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.113875  6897 raft_consensus.cc:515] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } }
I20260608 12:41:17.117115  6834 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57a39d4eb6b640c9b17e4a25e9b71c08" candidate_uuid: "4d15e5a190f64daf8fe346daff561283" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3f36b3f892594a938bfa6fb406f6e260"
I20260608 12:41:17.117276  6685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57a39d4eb6b640c9b17e4a25e9b71c08" candidate_uuid: "4d15e5a190f64daf8fe346daff561283" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48"
I20260608 12:41:17.117743  6834 raft_consensus.cc:3060] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.117872  6685 raft_consensus.cc:3060] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.118830  6684 raft_consensus.cc:2468] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4d15e5a190f64daf8fe346daff561283 in term 1.
I20260608 12:41:17.119731  6897 leader_election.cc:290] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [CANDIDATE]: Term 1 election: Requested vote from peers 3f36b3f892594a938bfa6fb406f6e260 (127.0.107.195:44645), c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007)
I20260608 12:41:17.121098  6833 raft_consensus.cc:2468] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4d15e5a190f64daf8fe346daff561283 in term 1.
I20260608 12:41:17.121737  6724 leader_election.cc:304] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4d15e5a190f64daf8fe346daff561283, c5e14757c3ec45b1b44db7bd2ab0be48; no voters: 
I20260608 12:41:17.122658  6897 raft_consensus.cc:2804] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:17.121941  6888 leader_election.cc:290] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [CANDIDATE]: Term 1 election: Requested vote from peers c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007), 3f36b3f892594a938bfa6fb406f6e260 (127.0.107.195:44645)
I20260608 12:41:17.126550  6684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5890747b4d241f1b598384677b7f804" candidate_uuid: "3f36b3f892594a938bfa6fb406f6e260" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" is_pre_election: true
I20260608 12:41:17.127259  6684 raft_consensus.cc:2468] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3f36b3f892594a938bfa6fb406f6e260 in term 0.
I20260608 12:41:17.127784  6834 raft_consensus.cc:2468] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4d15e5a190f64daf8fe346daff561283 in term 1.
I20260608 12:41:17.129009  6725 leader_election.cc:304] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3f36b3f892594a938bfa6fb406f6e260, 4d15e5a190f64daf8fe346daff561283; no voters: 
I20260608 12:41:17.129314  6684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a6e39f8fce840a3b1a8e6772735bc55" candidate_uuid: "3f36b3f892594a938bfa6fb406f6e260" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" is_pre_election: true
I20260608 12:41:17.130101  6684 raft_consensus.cc:2468] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3f36b3f892594a938bfa6fb406f6e260 in term 0.
I20260608 12:41:17.130075  6888 raft_consensus.cc:2804] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:17.131042  6888 raft_consensus.cc:697] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 1 LEADER]: Becoming Leader. State: Replica: 4d15e5a190f64daf8fe346daff561283, State: Running, Role: LEADER
I20260608 12:41:17.132359  6760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5890747b4d241f1b598384677b7f804" candidate_uuid: "3f36b3f892594a938bfa6fb406f6e260" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d15e5a190f64daf8fe346daff561283" is_pre_election: true
I20260608 12:41:17.132086  6888 consensus_queue.cc:237] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } }
I20260608 12:41:17.133021  6759 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a6e39f8fce840a3b1a8e6772735bc55" candidate_uuid: "3f36b3f892594a938bfa6fb406f6e260" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d15e5a190f64daf8fe346daff561283" is_pre_election: true
I20260608 12:41:17.133062  6760 raft_consensus.cc:2468] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3f36b3f892594a938bfa6fb406f6e260 in term 0.
I20260608 12:41:17.133878  6759 raft_consensus.cc:2468] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3f36b3f892594a938bfa6fb406f6e260 in term 0.
I20260608 12:41:17.135269  6798 leader_election.cc:304] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3f36b3f892594a938bfa6fb406f6e260, c5e14757c3ec45b1b44db7bd2ab0be48; no voters: 
I20260608 12:41:17.135569  6685 raft_consensus.cc:2468] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4d15e5a190f64daf8fe346daff561283 in term 1.
I20260608 12:41:17.136139  6887 raft_consensus.cc:2804] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:17.136353  6798 leader_election.cc:304] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3f36b3f892594a938bfa6fb406f6e260, c5e14757c3ec45b1b44db7bd2ab0be48; no voters: 
I20260608 12:41:17.136636  6887 raft_consensus.cc:493] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:17.137019  6887 raft_consensus.cc:3060] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.143494  6897 raft_consensus.cc:697] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 1 LEADER]: Becoming Leader. State: Replica: 4d15e5a190f64daf8fe346daff561283, State: Running, Role: LEADER
I20260608 12:41:17.144474  6905 raft_consensus.cc:2804] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:17.144765  6887 raft_consensus.cc:515] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.145030  6905 raft_consensus.cc:493] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:17.144620  6897 consensus_queue.cc:237] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.145586  6905 raft_consensus.cc:3060] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.146737  6887 leader_election.cc:290] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [CANDIDATE]: Term 1 election: Requested vote from peers c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007), 4d15e5a190f64daf8fe346daff561283 (127.0.107.194:38801)
I20260608 12:41:17.147514  6685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5890747b4d241f1b598384677b7f804" candidate_uuid: "3f36b3f892594a938bfa6fb406f6e260" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48"
I20260608 12:41:17.147984  6685 raft_consensus.cc:3060] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.152524  6759 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5890747b4d241f1b598384677b7f804" candidate_uuid: "3f36b3f892594a938bfa6fb406f6e260" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d15e5a190f64daf8fe346daff561283"
I20260608 12:41:17.152559  6905 raft_consensus.cc:515] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.153370  6759 raft_consensus.cc:3060] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.154963  6905 leader_election.cc:290] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [CANDIDATE]: Term 1 election: Requested vote from peers c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007), 4d15e5a190f64daf8fe346daff561283 (127.0.107.194:38801)
I20260608 12:41:17.154429  6582 catalog_manager.cc:5696] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4d15e5a190f64daf8fe346daff561283 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "4d15e5a190f64daf8fe346daff561283" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:17.156692  6760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a6e39f8fce840a3b1a8e6772735bc55" candidate_uuid: "3f36b3f892594a938bfa6fb406f6e260" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d15e5a190f64daf8fe346daff561283"
I20260608 12:41:17.157317  6760 raft_consensus.cc:3060] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.156567  6684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a6e39f8fce840a3b1a8e6772735bc55" candidate_uuid: "3f36b3f892594a938bfa6fb406f6e260" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48"
I20260608 12:41:17.158751  6685 raft_consensus.cc:2468] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3f36b3f892594a938bfa6fb406f6e260 in term 1.
I20260608 12:41:17.159301  6684 raft_consensus.cc:3060] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.160161  6759 raft_consensus.cc:2468] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3f36b3f892594a938bfa6fb406f6e260 in term 1.
I20260608 12:41:17.160518  6798 leader_election.cc:304] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3f36b3f892594a938bfa6fb406f6e260, c5e14757c3ec45b1b44db7bd2ab0be48; no voters: 
I20260608 12:41:17.162055  6905 raft_consensus.cc:2804] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:17.162575  6905 raft_consensus.cc:697] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 LEADER]: Becoming Leader. State: Replica: 3f36b3f892594a938bfa6fb406f6e260, State: Running, Role: LEADER
I20260608 12:41:17.163442  6905 consensus_queue.cc:237] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.163846  6760 raft_consensus.cc:2468] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3f36b3f892594a938bfa6fb406f6e260 in term 1.
I20260608 12:41:17.165938  6684 raft_consensus.cc:2468] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3f36b3f892594a938bfa6fb406f6e260 in term 1.
I20260608 12:41:17.166550  6798 leader_election.cc:304] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3f36b3f892594a938bfa6fb406f6e260, 4d15e5a190f64daf8fe346daff561283; no voters: 
I20260608 12:41:17.167423  6887 raft_consensus.cc:2804] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:17.167929  6887 raft_consensus.cc:697] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 LEADER]: Becoming Leader. State: Replica: 3f36b3f892594a938bfa6fb406f6e260, State: Running, Role: LEADER
I20260608 12:41:17.168813  6887 consensus_queue.cc:237] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } }
I20260608 12:41:17.173578  6582 catalog_manager.cc:5696] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3f36b3f892594a938bfa6fb406f6e260 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "3f36b3f892594a938bfa6fb406f6e260" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:17.175837  6583 catalog_manager.cc:5696] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4d15e5a190f64daf8fe346daff561283 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "4d15e5a190f64daf8fe346daff561283" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:17.186456  6583 catalog_manager.cc:5696] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3f36b3f892594a938bfa6fb406f6e260 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "3f36b3f892594a938bfa6fb406f6e260" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:17.265430   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:17.290175   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:17.290987   431 tablet_replica.cc:333] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48: stopping tablet replica
I20260608 12:41:17.291668   431 raft_consensus.cc:2243] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:17.292068   431 raft_consensus.cc:2272] T 9de3d75c75b54b8abadb6b1166f8afe6 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:17.293984   431 tablet_replica.cc:333] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48: stopping tablet replica
I20260608 12:41:17.294483   431 raft_consensus.cc:2243] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:17.294845   431 raft_consensus.cc:2272] T 57a39d4eb6b640c9b17e4a25e9b71c08 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:17.296665   431 tablet_replica.cc:333] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48: stopping tablet replica
I20260608 12:41:17.297209   431 raft_consensus.cc:2243] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:17.297552   431 raft_consensus.cc:2272] T d5890747b4d241f1b598384677b7f804 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:17.299381   431 tablet_replica.cc:333] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48: stopping tablet replica
I20260608 12:41:17.299849   431 raft_consensus.cc:2243] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:17.300184   431 raft_consensus.cc:2272] T 7a6e39f8fce840a3b1a8e6772735bc55 P c5e14757c3ec45b1b44db7bd2ab0be48 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:17.321892   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:41:17.527017  6724 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260608 12:41:17.530468  6724 consensus_peers.cc:597] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:17.558104  6798 consensus_peers.cc:597] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:17.561218  6897 consensus_queue.cc:1048] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:17.576318  6724 consensus_peers.cc:597] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:17.621179  6888 consensus_queue.cc:1048] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:17.688043  6798 consensus_peers.cc:597] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:17.735092  6887 consensus_queue.cc:1048] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:17.770669  6887 consensus_queue.cc:1048] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:18.290946  6631 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver c5e14757c3ec45b1b44db7bd2ab0be48 not available for placement
I20260608 12:41:18.334455   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:18.340222  6921 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:18.341909  6924 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:18.342032  6922 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:18.342234   431 server_base.cc:1061] running on GCE node
I20260608 12:41:18.343600   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:18.343789   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:18.343931   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922478343919 us; error 0 us; skew 500 ppm
I20260608 12:41:18.344439   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:18.346709   431 webserver.cc:533] Webserver started at http://127.0.107.196:35763/ using document root <none> and password file <none>
I20260608 12:41:18.347182   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:18.347383   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:18.347608   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:18.348618   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "e8e10bee3e8543458e0c0144e769c4dc"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-jl41"
I20260608 12:41:18.353055   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:18.356416  6929 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.357183   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:18.357493   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "e8e10bee3e8543458e0c0144e769c4dc"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-jl41"
I20260608 12:41:18.357769   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922314084774-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:18.371717  6887 consensus_queue.cc:579] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Leader has been unable to successfully communicate with peer c5e14757c3ec45b1b44db7bd2ab0be48 for more than 1 seconds (1.207s)
I20260608 12:41:18.378440   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:18.379504   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260608 12:41:18.380417  6583 catalog_manager.cc:5374] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet d5890747b4d241f1b598384677b7f804 with cas_config_opid_index -1: no extra replica candidate found for tablet d5890747b4d241f1b598384677b7f804 (table test-workload [id=88c74028de96475ba79251a76f2e29aa]): 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:41:18.381012   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:18.383562   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:18.383759   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.384009   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:18.384176   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.422847   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:41805
I20260608 12:41:18.422966  6993 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:41805 every 8 connection(s)
I20260608 12:41:18.437616  6994 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45105
I20260608 12:41:18.438050  6994 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:18.438822  6994 heartbeater.cc:507] Master 127.0.107.254:45105 requested a full tablet report, sending...
I20260608 12:41:18.440863  6583 ts_manager.cc:194] Registered new tserver with Master: e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196:41805)
I20260608 12:41:18.442232  6583 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59754
I20260608 12:41:18.465294  6834 consensus_queue.cc:237] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [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: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:18.473333  6760 raft_consensus.cc:1275] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Refusing update from remote peer 3f36b3f892594a938bfa6fb406f6e260: 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:18.475718  6887 consensus_queue.cc:1048] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:41:18.479416  6798 consensus_peers.cc:597] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:18.482877  6798 consensus_peers.cc:597] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 -> Peer e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196:41805): Couldn't send request to peer e8e10bee3e8543458e0c0144e769c4dc. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d5890747b4d241f1b598384677b7f804. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:18.482707  6934 raft_consensus.cc:2955] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } } }
I20260608 12:41:18.485661  6760 raft_consensus.cc:2955] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } } }
I20260608 12:41:18.490563  6569 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet d5890747b4d241f1b598384677b7f804 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 3)
I20260608 12:41:18.494719  6583 catalog_manager.cc:5696] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 reported cstate change: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "3f36b3f892594a938bfa6fb406f6e260" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:18.512291  6897 consensus_queue.cc:579] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Leader has been unable to successfully communicate with peer c5e14757c3ec45b1b44db7bd2ab0be48 for more than 1 seconds (1.378s)
I20260608 12:41:18.522913  6760 consensus_queue.cc:237] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [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: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:18.529116  6834 raft_consensus.cc:1275] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Refusing update from remote peer 4d15e5a190f64daf8fe346daff561283: 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:18.530653  7005 consensus_queue.cc:1048] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:41:18.532704  6724 consensus_peers.cc:597] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:18.536728  6897 raft_consensus.cc:2955] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } } }
W20260608 12:41:18.537953  6724 consensus_peers.cc:597] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 -> Peer e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196:41805): Couldn't send request to peer e8e10bee3e8543458e0c0144e769c4dc. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 57a39d4eb6b640c9b17e4a25e9b71c08. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:18.538472  6834 raft_consensus.cc:2955] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } } }
I20260608 12:41:18.543530  6568 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 57a39d4eb6b640c9b17e4a25e9b71c08 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:18.547838  6582 catalog_manager.cc:5696] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 reported cstate change: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4d15e5a190f64daf8fe346daff561283" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:18.575017  6887 consensus_queue.cc:579] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Leader has been unable to successfully communicate with peer c5e14757c3ec45b1b44db7bd2ab0be48 for more than 1 seconds (1.405s)
I20260608 12:41:18.584208  6834 consensus_queue.cc:237] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [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: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:18.589582  6760 raft_consensus.cc:1275] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Refusing update from remote peer 3f36b3f892594a938bfa6fb406f6e260: 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:18.589617  6798 consensus_peers.cc:597] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 -> Peer e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196:41805): Couldn't send request to peer e8e10bee3e8543458e0c0144e769c4dc. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7a6e39f8fce840a3b1a8e6772735bc55. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:18.591073  6935 consensus_queue.cc:1048] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:41:18.592415  6798 consensus_peers.cc:597] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:18.596793  6934 raft_consensus.cc:2955] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } } }
I20260608 12:41:18.598388  6760 raft_consensus.cc:2955] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } } }
I20260608 12:41:18.605633  6569 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 7a6e39f8fce840a3b1a8e6772735bc55 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:18.609006  6583 catalog_manager.cc:5696] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 reported cstate change: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "3f36b3f892594a938bfa6fb406f6e260" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:18.743474  7004 consensus_queue.cc:579] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Leader has been unable to successfully communicate with peer c5e14757c3ec45b1b44db7bd2ab0be48 for more than 1 seconds (1.597s)
I20260608 12:41:18.753129  6760 consensus_queue.cc:237] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [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: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:18.759289  6834 raft_consensus.cc:1275] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Refusing update from remote peer 4d15e5a190f64daf8fe346daff561283: 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:18.759593  6724 consensus_peers.cc:597] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 -> Peer e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196:41805): Couldn't send request to peer e8e10bee3e8543458e0c0144e769c4dc. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9de3d75c75b54b8abadb6b1166f8afe6. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:18.760779  6897 consensus_queue.cc:1048] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:41:18.762411  6724 consensus_peers.cc:597] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:18.767153  7005 raft_consensus.cc:2955] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } } }
I20260608 12:41:18.769047  6834 raft_consensus.cc:2955] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } } }
I20260608 12:41:18.776767  6568 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 9de3d75c75b54b8abadb6b1166f8afe6 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:18.781688  6582 catalog_manager.cc:5696] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 reported cstate change: config changed from index -1 to 2, NON_VOTER e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4d15e5a190f64daf8fe346daff561283" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:18.981734  7010 ts_tablet_manager.cc:933] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc: Initiating tablet copy from peer 3f36b3f892594a938bfa6fb406f6e260 (127.0.107.195:44645)
I20260608 12:41:18.983095  7010 tablet_copy_client.cc:323] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:44645
I20260608 12:41:18.999847  6844 tablet_copy_service.cc:140] P 3f36b3f892594a938bfa6fb406f6e260: Received BeginTabletCopySession request for tablet d5890747b4d241f1b598384677b7f804 from peer e8e10bee3e8543458e0c0144e769c4dc ({username='slave'} at 127.0.0.1:41948)
I20260608 12:41:19.000552  6844 tablet_copy_service.cc:161] P 3f36b3f892594a938bfa6fb406f6e260: Beginning new tablet copy session on tablet d5890747b4d241f1b598384677b7f804 from peer e8e10bee3e8543458e0c0144e769c4dc at {username='slave'} at 127.0.0.1:41948: session id = e8e10bee3e8543458e0c0144e769c4dc-d5890747b4d241f1b598384677b7f804
I20260608 12:41:19.006328  6844 tablet_copy_source_session.cc:215] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:19.009061  7010 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5890747b4d241f1b598384677b7f804. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:19.019230  7010 tablet_copy_client.cc:806] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:19.019748  7010 tablet_copy_client.cc:670] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:19.022995  7010 tablet_copy_client.cc:538] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:19.029371  7010 tablet_bootstrap.cc:492] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc: Bootstrap starting.
I20260608 12:41:19.035152  7014 ts_tablet_manager.cc:933] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc: Initiating tablet copy from peer 3f36b3f892594a938bfa6fb406f6e260 (127.0.107.195:44645)
I20260608 12:41:19.036962  7014 tablet_copy_client.cc:323] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:44645
I20260608 12:41:19.038560  6844 tablet_copy_service.cc:140] P 3f36b3f892594a938bfa6fb406f6e260: Received BeginTabletCopySession request for tablet 7a6e39f8fce840a3b1a8e6772735bc55 from peer e8e10bee3e8543458e0c0144e769c4dc ({username='slave'} at 127.0.0.1:41948)
I20260608 12:41:19.039064  6844 tablet_copy_service.cc:161] P 3f36b3f892594a938bfa6fb406f6e260: Beginning new tablet copy session on tablet 7a6e39f8fce840a3b1a8e6772735bc55 from peer e8e10bee3e8543458e0c0144e769c4dc at {username='slave'} at 127.0.0.1:41948: session id = e8e10bee3e8543458e0c0144e769c4dc-7a6e39f8fce840a3b1a8e6772735bc55
I20260608 12:41:19.044027  6844 tablet_copy_source_session.cc:215] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:19.044268  7010 tablet_bootstrap.cc:492] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc: 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:19.044945  7010 tablet_bootstrap.cc:492] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc: Bootstrap complete.
I20260608 12:41:19.045571  7010 ts_tablet_manager.cc:1403] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.000s
I20260608 12:41:19.046701  7014 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a6e39f8fce840a3b1a8e6772735bc55. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:19.047827  7010 raft_consensus.cc:359] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:19.048434  7010 raft_consensus.cc:740] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e8e10bee3e8543458e0c0144e769c4dc, State: Initialized, Role: LEARNER
I20260608 12:41:19.049010  7010 consensus_queue.cc:260] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc [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: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:19.051540  6994 heartbeater.cc:499] Master 127.0.107.254:45105 was elected leader, sending a full tablet report...
I20260608 12:41:19.051769  7010 ts_tablet_manager.cc:1434] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:41:19.053627  6844 tablet_copy_service.cc:342] P 3f36b3f892594a938bfa6fb406f6e260: Request end of tablet copy session e8e10bee3e8543458e0c0144e769c4dc-d5890747b4d241f1b598384677b7f804 received from {username='slave'} at 127.0.0.1:41948
I20260608 12:41:19.053983  6844 tablet_copy_service.cc:434] P 3f36b3f892594a938bfa6fb406f6e260: ending tablet copy session e8e10bee3e8543458e0c0144e769c4dc-d5890747b4d241f1b598384677b7f804 on tablet d5890747b4d241f1b598384677b7f804 with peer e8e10bee3e8543458e0c0144e769c4dc
I20260608 12:41:19.058401  7014 tablet_copy_client.cc:806] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:19.058877  7014 tablet_copy_client.cc:670] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:19.062126  7014 tablet_copy_client.cc:538] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:19.068075  7014 tablet_bootstrap.cc:492] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc: Bootstrap starting.
I20260608 12:41:19.083688  7014 tablet_bootstrap.cc:492] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc: 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:19.084331  7014 tablet_bootstrap.cc:492] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc: Bootstrap complete.
I20260608 12:41:19.084844  7014 ts_tablet_manager.cc:1403] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.001s
I20260608 12:41:19.086899  7014 raft_consensus.cc:359] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:19.087512  7014 raft_consensus.cc:740] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e8e10bee3e8543458e0c0144e769c4dc, State: Initialized, Role: LEARNER
I20260608 12:41:19.088012  7014 consensus_queue.cc:260] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc [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: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:19.089857  7014 ts_tablet_manager.cc:1434] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:19.091459  6844 tablet_copy_service.cc:342] P 3f36b3f892594a938bfa6fb406f6e260: Request end of tablet copy session e8e10bee3e8543458e0c0144e769c4dc-7a6e39f8fce840a3b1a8e6772735bc55 received from {username='slave'} at 127.0.0.1:41948
I20260608 12:41:19.091790  6844 tablet_copy_service.cc:434] P 3f36b3f892594a938bfa6fb406f6e260: ending tablet copy session e8e10bee3e8543458e0c0144e769c4dc-7a6e39f8fce840a3b1a8e6772735bc55 on tablet 7a6e39f8fce840a3b1a8e6772735bc55 with peer e8e10bee3e8543458e0c0144e769c4dc
I20260608 12:41:19.104094  7014 ts_tablet_manager.cc:933] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc: Initiating tablet copy from peer 4d15e5a190f64daf8fe346daff561283 (127.0.107.194:38801)
I20260608 12:41:19.105306  7014 tablet_copy_client.cc:323] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:38801
I20260608 12:41:19.114223  6770 tablet_copy_service.cc:140] P 4d15e5a190f64daf8fe346daff561283: Received BeginTabletCopySession request for tablet 57a39d4eb6b640c9b17e4a25e9b71c08 from peer e8e10bee3e8543458e0c0144e769c4dc ({username='slave'} at 127.0.0.1:38232)
I20260608 12:41:19.114682  6770 tablet_copy_service.cc:161] P 4d15e5a190f64daf8fe346daff561283: Beginning new tablet copy session on tablet 57a39d4eb6b640c9b17e4a25e9b71c08 from peer e8e10bee3e8543458e0c0144e769c4dc at {username='slave'} at 127.0.0.1:38232: session id = e8e10bee3e8543458e0c0144e769c4dc-57a39d4eb6b640c9b17e4a25e9b71c08
I20260608 12:41:19.119488  6770 tablet_copy_source_session.cc:215] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:19.121923  7014 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57a39d4eb6b640c9b17e4a25e9b71c08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:19.132368  7014 tablet_copy_client.cc:806] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:19.132787  7014 tablet_copy_client.cc:670] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:19.136018  7014 tablet_copy_client.cc:538] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:19.141502  7014 tablet_bootstrap.cc:492] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc: Bootstrap starting.
I20260608 12:41:19.154912  7014 tablet_bootstrap.cc:492] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc: 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:19.155577  7014 tablet_bootstrap.cc:492] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc: Bootstrap complete.
I20260608 12:41:19.156092  7014 ts_tablet_manager.cc:1403] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.004s
I20260608 12:41:19.158015  7014 raft_consensus.cc:359] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:19.158569  7014 raft_consensus.cc:740] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e8e10bee3e8543458e0c0144e769c4dc, State: Initialized, Role: LEARNER
I20260608 12:41:19.159087  7014 consensus_queue.cc:260] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc [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: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:19.160774  7014 ts_tablet_manager.cc:1434] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc: Time spent starting tablet: real 0.004s	user 0.000s	sys 0.004s
I20260608 12:41:19.162444  6770 tablet_copy_service.cc:342] P 4d15e5a190f64daf8fe346daff561283: Request end of tablet copy session e8e10bee3e8543458e0c0144e769c4dc-57a39d4eb6b640c9b17e4a25e9b71c08 received from {username='slave'} at 127.0.0.1:38232
I20260608 12:41:19.162751  6770 tablet_copy_service.cc:434] P 4d15e5a190f64daf8fe346daff561283: ending tablet copy session e8e10bee3e8543458e0c0144e769c4dc-57a39d4eb6b640c9b17e4a25e9b71c08 on tablet 57a39d4eb6b640c9b17e4a25e9b71c08 with peer e8e10bee3e8543458e0c0144e769c4dc
I20260608 12:41:19.285537  7014 ts_tablet_manager.cc:933] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc: Initiating tablet copy from peer 4d15e5a190f64daf8fe346daff561283 (127.0.107.194:38801)
I20260608 12:41:19.286837  7014 tablet_copy_client.cc:323] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:38801
I20260608 12:41:19.288373  6770 tablet_copy_service.cc:140] P 4d15e5a190f64daf8fe346daff561283: Received BeginTabletCopySession request for tablet 9de3d75c75b54b8abadb6b1166f8afe6 from peer e8e10bee3e8543458e0c0144e769c4dc ({username='slave'} at 127.0.0.1:38232)
I20260608 12:41:19.288971  6770 tablet_copy_service.cc:161] P 4d15e5a190f64daf8fe346daff561283: Beginning new tablet copy session on tablet 9de3d75c75b54b8abadb6b1166f8afe6 from peer e8e10bee3e8543458e0c0144e769c4dc at {username='slave'} at 127.0.0.1:38232: session id = e8e10bee3e8543458e0c0144e769c4dc-9de3d75c75b54b8abadb6b1166f8afe6
W20260608 12:41:19.292980  6631 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver c5e14757c3ec45b1b44db7bd2ab0be48 not available for placement
I20260608 12:41:19.293931  6770 tablet_copy_source_session.cc:215] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:19.296604  7014 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9de3d75c75b54b8abadb6b1166f8afe6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:19.306975  7014 tablet_copy_client.cc:806] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:19.307405  7014 tablet_copy_client.cc:670] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:19.310390  7014 tablet_copy_client.cc:538] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:19.315284  7014 tablet_bootstrap.cc:492] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc: Bootstrap starting.
I20260608 12:41:19.328413  7014 tablet_bootstrap.cc:492] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc: 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:19.329032  7014 tablet_bootstrap.cc:492] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc: Bootstrap complete.
I20260608 12:41:19.329493  7014 ts_tablet_manager.cc:1403] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.005s
I20260608 12:41:19.331280  7014 raft_consensus.cc:359] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:19.331813  7014 raft_consensus.cc:740] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e8e10bee3e8543458e0c0144e769c4dc, State: Initialized, Role: LEARNER
I20260608 12:41:19.332297  7014 consensus_queue.cc:260] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc [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: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: true } }
I20260608 12:41:19.333782  7014 ts_tablet_manager.cc:1434] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:19.335208  6770 tablet_copy_service.cc:342] P 4d15e5a190f64daf8fe346daff561283: Request end of tablet copy session e8e10bee3e8543458e0c0144e769c4dc-9de3d75c75b54b8abadb6b1166f8afe6 received from {username='slave'} at 127.0.0.1:38232
I20260608 12:41:19.335584  6770 tablet_copy_service.cc:434] P 4d15e5a190f64daf8fe346daff561283: ending tablet copy session e8e10bee3e8543458e0c0144e769c4dc-9de3d75c75b54b8abadb6b1166f8afe6 on tablet 9de3d75c75b54b8abadb6b1166f8afe6 with peer e8e10bee3e8543458e0c0144e769c4dc
I20260608 12:41:19.504540  6935 consensus_queue.cc:579] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Leader has been unable to successfully communicate with peer c5e14757c3ec45b1b44db7bd2ab0be48 for more than 1 seconds (1.038s)
I20260608 12:41:19.548374  6969 raft_consensus.cc:1217] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:19.587836  6969 raft_consensus.cc:1217] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:19.658567  6969 raft_consensus.cc:1217] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:19.753978  6969 raft_consensus.cc:1217] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:19.885430  7027 consensus_queue.cc:579] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Leader has been unable to successfully communicate with peer c5e14757c3ec45b1b44db7bd2ab0be48 for more than 1 seconds (1.131s)
I20260608 12:41:19.944569  7025 raft_consensus.cc:1064] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260: attempting to promote NON_VOTER e8e10bee3e8543458e0c0144e769c4dc to VOTER
I20260608 12:41:19.946571  7025 consensus_queue.cc:237] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [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: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } }
I20260608 12:41:19.953274  6969 raft_consensus.cc:1275] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Refusing update from remote peer 3f36b3f892594a938bfa6fb406f6e260: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:19.953528  6760 raft_consensus.cc:1275] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Refusing update from remote peer 3f36b3f892594a938bfa6fb406f6e260: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:19.956204  7029 consensus_queue.cc:1048] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:19.956881  7024 consensus_queue.cc:1048] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } 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:41:19.958638  6798 consensus_peers.cc:597] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.965451  7024 raft_consensus.cc:2955] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:19.967243  6760 raft_consensus.cc:2955] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:19.974603  6969 raft_consensus.cc:2955] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:19.977420  6582 catalog_manager.cc:5696] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 reported cstate change: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "3f36b3f892594a938bfa6fb406f6e260" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:19.993615  6834 consensus_queue.cc:237] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [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: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } }
I20260608 12:41:19.998400  6969 raft_consensus.cc:1275] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Refusing update from remote peer 3f36b3f892594a938bfa6fb406f6e260: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:19.998486  6760 raft_consensus.cc:1275] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Refusing update from remote peer 3f36b3f892594a938bfa6fb406f6e260: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:19.999727  6935 consensus_queue.cc:1048] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } 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:20.000353  7029 consensus_queue.cc:1048] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:20.007025  6935 raft_consensus.cc:2955] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.008893  6969 raft_consensus.cc:2955] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.009274  6760 raft_consensus.cc:2955] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.017987  6569 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet d5890747b4d241f1b598384677b7f804 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:20.020947  6581 catalog_manager.cc:5696] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc reported cstate change: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "3f36b3f892594a938bfa6fb406f6e260" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
W20260608 12:41:20.036866  6568 catalog_manager.cc:4754] TS c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet d5890747b4d241f1b598384677b7f804: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111)
I20260608 12:41:20.060150  6935 consensus_queue.cc:579] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Leader has been unable to successfully communicate with peer c5e14757c3ec45b1b44db7bd2ab0be48 for more than 1 seconds (1.475s)
I20260608 12:41:20.065017  7027 consensus_queue.cc:579] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Leader has been unable to successfully communicate with peer c5e14757c3ec45b1b44db7bd2ab0be48 for more than 1 seconds (1.540s)
I20260608 12:41:20.126874  7027 raft_consensus.cc:1064] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283: attempting to promote NON_VOTER e8e10bee3e8543458e0c0144e769c4dc to VOTER
I20260608 12:41:20.128789  7027 consensus_queue.cc:237] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [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: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } }
I20260608 12:41:20.135653  6834 raft_consensus.cc:1275] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Refusing update from remote peer 4d15e5a190f64daf8fe346daff561283: 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:20.136322  6969 raft_consensus.cc:1275] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Refusing update from remote peer 4d15e5a190f64daf8fe346daff561283: 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:20.136907  7039 consensus_queue.cc:1048] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:20.137921  7027 consensus_queue.cc:1048] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } 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:41:20.138509  6724 consensus_peers.cc:597] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:20.145285  7039 raft_consensus.cc:2955] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.147405  6935 raft_consensus.cc:1064] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260: attempting to promote NON_VOTER e8e10bee3e8543458e0c0144e769c4dc to VOTER
I20260608 12:41:20.147105  6969 raft_consensus.cc:2955] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.149888  6935 consensus_queue.cc:237] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [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: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } }
I20260608 12:41:20.156493  6834 raft_consensus.cc:2955] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.158073  6582 catalog_manager.cc:5696] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc reported cstate change: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "4d15e5a190f64daf8fe346daff561283" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.160482  6969 raft_consensus.cc:1275] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Refusing update from remote peer 3f36b3f892594a938bfa6fb406f6e260: 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:20.161448  6760 raft_consensus.cc:1275] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Refusing update from remote peer 3f36b3f892594a938bfa6fb406f6e260: 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:20.163038  6935 consensus_queue.cc:1048] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } 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:20.164669  6935 consensus_queue.cc:1048] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:20.172921  6760 consensus_queue.cc:237] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [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: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } }
W20260608 12:41:20.173085  6798 consensus_peers.cc:597] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:20.182715  6968 raft_consensus.cc:1275] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Refusing update from remote peer 4d15e5a190f64daf8fe346daff561283: 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:20.184530  7026 consensus_queue.cc:1048] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } 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:20.185220  6834 raft_consensus.cc:1275] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Refusing update from remote peer 4d15e5a190f64daf8fe346daff561283: 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:20.186565  7026 consensus_queue.cc:1048] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:20.187749  7029 raft_consensus.cc:2955] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.190364  6969 raft_consensus.cc:2955] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.192857  7027 raft_consensus.cc:2955] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.198295  6833 raft_consensus.cc:2955] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.200133  6968 raft_consensus.cc:2955] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.204494  6759 raft_consensus.cc:2955] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.206753  6583 catalog_manager.cc:5696] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 reported cstate change: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "3f36b3f892594a938bfa6fb406f6e260" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:20.207993  6568 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 57a39d4eb6b640c9b17e4a25e9b71c08 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:20.214283  6581 catalog_manager.cc:5696] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 reported cstate change: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "4d15e5a190f64daf8fe346daff561283" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:20.220916  7039 raft_consensus.cc:1064] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283: attempting to promote NON_VOTER e8e10bee3e8543458e0c0144e769c4dc to VOTER
I20260608 12:41:20.223433  7039 consensus_queue.cc:237] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [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: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } }
I20260608 12:41:20.224821  6834 consensus_queue.cc:237] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [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: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } }
I20260608 12:41:20.237792  6968 raft_consensus.cc:1275] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Refusing update from remote peer 3f36b3f892594a938bfa6fb406f6e260: 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:20.238214  6969 raft_consensus.cc:1275] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc [term 1 LEARNER]: Refusing update from remote peer 4d15e5a190f64daf8fe346daff561283: 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:20.238869  6834 raft_consensus.cc:1275] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Refusing update from remote peer 4d15e5a190f64daf8fe346daff561283: 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:20.240334  7026 consensus_queue.cc:1048] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } 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:20.241046  6935 consensus_queue.cc:1048] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } 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:20.240835  6759 raft_consensus.cc:1275] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Refusing update from remote peer 3f36b3f892594a938bfa6fb406f6e260: 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:20.243567  6935 consensus_queue.cc:1048] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:20.244563  7039 consensus_queue.cc:1048] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:41:20.248663  6724 consensus_peers.cc:597] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 -> Peer c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): Couldn't send request to peer c5e14757c3ec45b1b44db7bd2ab0be48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:20.249747  7025 raft_consensus.cc:2955] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.253079  6759 raft_consensus.cc:2955] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.260398  6569 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 7a6e39f8fce840a3b1a8e6772735bc55 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:20.261581  6969 raft_consensus.cc:2955] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.266182  6581 catalog_manager.cc:5696] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 reported cstate change: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "3f36b3f892594a938bfa6fb406f6e260" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:20.281574  7027 raft_consensus.cc:2955] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.282893  6834 raft_consensus.cc:2955] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.291529  6968 raft_consensus.cc:2955] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
W20260608 12:41:20.298189  6631 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver c5e14757c3ec45b1b44db7bd2ab0be48 not available for placement
I20260608 12:41:20.297827  6583 catalog_manager.cc:5696] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 reported cstate change: config changed from index 2 to 3, e8e10bee3e8543458e0c0144e769c4dc (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "4d15e5a190f64daf8fe346daff561283" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c5e14757c3ec45b1b44db7bd2ab0be48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:20.312068  6759 consensus_queue.cc:237] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [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: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } }
I20260608 12:41:20.316351  6968 raft_consensus.cc:1275] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Refusing update from remote peer 4d15e5a190f64daf8fe346daff561283: 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:20.316587  6834 raft_consensus.cc:1275] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Refusing update from remote peer 4d15e5a190f64daf8fe346daff561283: 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:20.317549  7026 consensus_queue.cc:1048] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } 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:20.318073  7027 consensus_queue.cc:1048] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:20.323881  7027 raft_consensus.cc:2955] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.325462  6968 raft_consensus.cc:2955] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.326406  6834 raft_consensus.cc:2955] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } } }
I20260608 12:41:20.331611  6568 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 9de3d75c75b54b8abadb6b1166f8afe6 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:20.335686  6583 catalog_manager.cc:5696] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 reported cstate change: config changed from index 3 to 4, VOTER c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "4d15e5a190f64daf8fe346daff561283" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4d15e5a190f64daf8fe346daff561283" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38801 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3f36b3f892594a938bfa6fb406f6e260" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44645 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8e10bee3e8543458e0c0144e769c4dc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41805 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260608 12:41:21.170595  6568 catalog_manager.cc:4754] TS c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet d5890747b4d241f1b598384677b7f804: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111)
W20260608 12:41:22.222159  6568 catalog_manager.cc:4754] TS c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet d5890747b4d241f1b598384677b7f804: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111)
W20260608 12:41:22.554189  6568 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111) [suppressed 60 similar messages]
W20260608 12:41:24.303067  6568 catalog_manager.cc:4754] TS c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet d5890747b4d241f1b598384677b7f804: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111)
I20260608 12:41:25.457898   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:25.481426   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:25.482192   431 tablet_replica.cc:333] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283: stopping tablet replica
I20260608 12:41:25.482869   431 raft_consensus.cc:2243] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.484136   431 raft_consensus.cc:2272] T d5890747b4d241f1b598384677b7f804 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.486688   431 tablet_replica.cc:333] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283: stopping tablet replica
I20260608 12:41:25.487212   431 raft_consensus.cc:2243] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.488168   431 raft_consensus.cc:2272] T 7a6e39f8fce840a3b1a8e6772735bc55 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.490350   431 tablet_replica.cc:333] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283: stopping tablet replica
I20260608 12:41:25.490784   431 raft_consensus.cc:2243] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.491714   431 raft_consensus.cc:2272] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.494650   431 tablet_replica.cc:333] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283: stopping tablet replica
I20260608 12:41:25.495126   431 raft_consensus.cc:2243] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.496024   431 raft_consensus.cc:2272] T 9de3d75c75b54b8abadb6b1166f8afe6 P 4d15e5a190f64daf8fe346daff561283 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.521247   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:25.538321   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:25.561372   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:25.562103   431 tablet_replica.cc:333] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260: stopping tablet replica
I20260608 12:41:25.562758   431 raft_consensus.cc:2243] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.563804   431 raft_consensus.cc:2272] T 9de3d75c75b54b8abadb6b1166f8afe6 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.566179   431 tablet_replica.cc:333] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260: stopping tablet replica
I20260608 12:41:25.566708   431 raft_consensus.cc:2243] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.567778   431 raft_consensus.cc:2272] T 7a6e39f8fce840a3b1a8e6772735bc55 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.570297   431 tablet_replica.cc:333] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260: stopping tablet replica
I20260608 12:41:25.570811   431 raft_consensus.cc:2243] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.571687   431 raft_consensus.cc:2272] T d5890747b4d241f1b598384677b7f804 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.573846   431 tablet_replica.cc:333] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260: stopping tablet replica
I20260608 12:41:25.574313   431 raft_consensus.cc:2243] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.575147   431 raft_consensus.cc:2272] T 57a39d4eb6b640c9b17e4a25e9b71c08 P 3f36b3f892594a938bfa6fb406f6e260 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.599202   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:25.616490   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:25.636232   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:25.637063   431 tablet_replica.cc:333] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc: stopping tablet replica
I20260608 12:41:25.637727   431 raft_consensus.cc:2243] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.638513   431 raft_consensus.cc:2272] T 9de3d75c75b54b8abadb6b1166f8afe6 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.640888   431 tablet_replica.cc:333] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc: stopping tablet replica
I20260608 12:41:25.641392   431 raft_consensus.cc:2243] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.642071   431 raft_consensus.cc:2272] T 57a39d4eb6b640c9b17e4a25e9b71c08 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.644208   431 tablet_replica.cc:333] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc: stopping tablet replica
I20260608 12:41:25.644678   431 raft_consensus.cc:2243] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.645460   431 raft_consensus.cc:2272] T 7a6e39f8fce840a3b1a8e6772735bc55 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.647672   431 tablet_replica.cc:333] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc: stopping tablet replica
I20260608 12:41:25.648180   431 raft_consensus.cc:2243] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.648862   431 raft_consensus.cc:2272] T d5890747b4d241f1b598384677b7f804 P e8e10bee3e8543458e0c0144e769c4dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.672075   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:25.690146   431 master.cc:562] Master@127.0.107.254:45105 shutting down...
W20260608 12:41:28.404879  6568 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260608 12:41:28.408265  6568 catalog_manager.cc:4754] TS c5e14757c3ec45b1b44db7bd2ab0be48 (127.0.107.193:34007): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet d5890747b4d241f1b598384677b7f804: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34007: connect: Connection refused (error 111)
I20260608 12:41:29.303122   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:29.303849   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:29.304189   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f3a15a971ff145d5848f2db86130091d: stopping tablet replica
I20260608 12:41:29.325178   431 master.cc:584] Master@127.0.107.254:45105 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (14222 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260608 12:41:29.365161   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33787
I20260608 12:41:29.366324   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:29.371945  7058 instance_detector.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:29.372114  7059 instance_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:29.373505  7061 instance_detector.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:29.374337   431 server_base.cc:1061] running on GCE node
I20260608 12:41:29.375133   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:29.375329   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:29.375460   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922489375447 us; error 0 us; skew 500 ppm
I20260608 12:41:29.376111   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:29.379029   431 webserver.cc:533] Webserver started at http://127.0.107.254:33599/ using document root <none> and password file <none>
I20260608 12:41:29.379716   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:29.379887   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:29.380159   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:29.381505   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "3eff23d2fd7f497ba3dede7a2c9c2d44"
format_stamp: "Formatted at 2026-06-08 12:41:29 on dist-test-slave-jl41"
I20260608 12:41:29.386768   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:41:29.390713  7066 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:29.391677   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:29.391973   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "3eff23d2fd7f497ba3dede7a2c9c2d44"
format_stamp: "Formatted at 2026-06-08 12:41:29 on dist-test-slave-jl41"
I20260608 12:41:29.392237   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-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:29.407116   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:29.408356   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:29.445248   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33787
I20260608 12:41:29.445384  7117 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33787 every 8 connection(s)
I20260608 12:41:29.449352  7118 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:29.460669  7118 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44: Bootstrap starting.
I20260608 12:41:29.465437  7118 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:29.469635  7118 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44: No bootstrap required, opened a new log
I20260608 12:41:29.471890  7118 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3eff23d2fd7f497ba3dede7a2c9c2d44" member_type: VOTER }
I20260608 12:41:29.472287  7118 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:29.472476  7118 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3eff23d2fd7f497ba3dede7a2c9c2d44, State: Initialized, Role: FOLLOWER
I20260608 12:41:29.473091  7118 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3eff23d2fd7f497ba3dede7a2c9c2d44" member_type: VOTER }
I20260608 12:41:29.473521  7118 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:29.473708  7118 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:29.473945  7118 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:29.478470  7118 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3eff23d2fd7f497ba3dede7a2c9c2d44" member_type: VOTER }
I20260608 12:41:29.478994  7118 leader_election.cc:304] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [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: 3eff23d2fd7f497ba3dede7a2c9c2d44; no voters: 
I20260608 12:41:29.480159  7118 leader_election.cc:290] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:29.480630  7121 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:29.481918  7121 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [term 1 LEADER]: Becoming Leader. State: Replica: 3eff23d2fd7f497ba3dede7a2c9c2d44, State: Running, Role: LEADER
I20260608 12:41:29.482625  7121 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [LEADER]: Queue going to LEADER mode. State: All 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: "3eff23d2fd7f497ba3dede7a2c9c2d44" member_type: VOTER }
I20260608 12:41:29.483011  7118 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:29.487075  7122 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3eff23d2fd7f497ba3dede7a2c9c2d44" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3eff23d2fd7f497ba3dede7a2c9c2d44" member_type: VOTER } }
I20260608 12:41:29.487777  7122 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:29.488111  7123 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3eff23d2fd7f497ba3dede7a2c9c2d44. Latest consensus state: current_term: 1 leader_uuid: "3eff23d2fd7f497ba3dede7a2c9c2d44" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3eff23d2fd7f497ba3dede7a2c9c2d44" member_type: VOTER } }
I20260608 12:41:29.488763  7123 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:29.491848  7129 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:29.499413  7129 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:29.500385   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:29.509132  7129 catalog_manager.cc:1382] Generated new cluster ID: 31114dd5effd4f6991cdf6ca57df8e42
I20260608 12:41:29.509423  7129 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:29.530059  7129 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:29.531343  7129 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:29.545231  7129 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44: Generated new TSK 0
I20260608 12:41:29.545796  7129 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:29.566777   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:29.573053  7139 instance_detector.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:29.573781  7140 instance_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:29.581182  7142 instance_detector.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:29.581229   431 server_base.cc:1061] running on GCE node
I20260608 12:41:29.582260   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:29.582449   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:29.582621   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922489582603 us; error 0 us; skew 500 ppm
I20260608 12:41:29.583216   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:29.585554   431 webserver.cc:533] Webserver started at http://127.0.107.193:36873/ using document root <none> and password file <none>
I20260608 12:41:29.586041   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:29.586222   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:29.586476   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:29.587615   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "5ab45b0b0dd84181af7557424b2f302b"
format_stamp: "Formatted at 2026-06-08 12:41:29 on dist-test-slave-jl41"
I20260608 12:41:29.592123   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:41:29.595819  7147 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:29.596561   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:29.596836   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "5ab45b0b0dd84181af7557424b2f302b"
format_stamp: "Formatted at 2026-06-08 12:41:29 on dist-test-slave-jl41"
I20260608 12:41:29.597102   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-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:29.610214   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:29.611405   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:29.612887   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:29.615163   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:29.615376   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:41:29.615595   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:29.615746   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:29.653988   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38119
I20260608 12:41:29.654107  7209 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38119 every 8 connection(s)
I20260608 12:41:29.659220   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:29.666693  7214 instance_detector.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:29.667949  7215 instance_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:29.670078   431 server_base.cc:1061] running on GCE node
W20260608 12:41:29.670172  7217 instance_detector.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:29.671157   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:29.671384   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:29.671531   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922489671518 us; error 0 us; skew 500 ppm
I20260608 12:41:29.672046   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:29.674572   431 webserver.cc:533] Webserver started at http://127.0.107.194:33297/ using document root <none> and password file <none>
I20260608 12:41:29.675247   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:29.675508   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:29.675788   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:29.677042  7210 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33787
I20260608 12:41:29.677151   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "49366d0a3e534772a21956b3be163fed"
format_stamp: "Formatted at 2026-06-08 12:41:29 on dist-test-slave-jl41"
I20260608 12:41:29.677423  7210 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:29.678177  7210 heartbeater.cc:507] Master 127.0.107.254:33787 requested a full tablet report, sending...
I20260608 12:41:29.680570  7083 ts_manager.cc:194] Registered new tserver with Master: 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119)
I20260608 12:41:29.682866   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:41:29.682912  7083 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35780
I20260608 12:41:29.687242  7222 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:29.688057   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:29.688362   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "49366d0a3e534772a21956b3be163fed"
format_stamp: "Formatted at 2026-06-08 12:41:29 on dist-test-slave-jl41"
I20260608 12:41:29.688637   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-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:29.713389   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:29.714623   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:29.716107   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:29.718334   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:29.718525   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:29.718756   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:29.718909   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:29.758852   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35879
I20260608 12:41:29.758972  7284 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35879 every 8 connection(s)
I20260608 12:41:29.763744   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:29.770352  7288 instance_detector.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:29.772707  7289 instance_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:29.774039  7291 instance_detector.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:29.774927   431 server_base.cc:1061] running on GCE node
I20260608 12:41:29.775941   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:29.776253   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:29.776268  7285 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33787
I20260608 12:41:29.776510   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922489776492 us; error 0 us; skew 500 ppm
I20260608 12:41:29.776746  7285 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:29.777237   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:29.777551  7285 heartbeater.cc:507] Master 127.0.107.254:33787 requested a full tablet report, sending...
I20260608 12:41:29.779888   431 webserver.cc:533] Webserver started at http://127.0.107.195:44849/ using document root <none> and password file <none>
I20260608 12:41:29.779918  7083 ts_manager.cc:194] Registered new tserver with Master: 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879)
I20260608 12:41:29.780555   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:29.780766   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:29.781018   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:29.781553  7083 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34380
I20260608 12:41:29.782145   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "2ad300ed21b54262935dbd3fc6e96c34"
format_stamp: "Formatted at 2026-06-08 12:41:29 on dist-test-slave-jl41"
I20260608 12:41:29.786840   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:29.790242  7296 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:29.791049   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:29.791353   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "2ad300ed21b54262935dbd3fc6e96c34"
format_stamp: "Formatted at 2026-06-08 12:41:29 on dist-test-slave-jl41"
I20260608 12:41:29.791611   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-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:29.819370   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:29.820564   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:29.822018   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:29.824281   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:29.824463   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:29.824712   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:29.824859   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:29.863150   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42439
I20260608 12:41:29.863365  7358 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42439 every 8 connection(s)
I20260608 12:41:29.877447  7359 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33787
I20260608 12:41:29.877843  7359 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:29.878579  7359 heartbeater.cc:507] Master 127.0.107.254:33787 requested a full tablet report, sending...
I20260608 12:41:29.880522  7083 ts_manager.cc:194] Registered new tserver with Master: 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:29.880959   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014459803s
I20260608 12:41:29.881873  7083 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34388
I20260608 12:41:30.685906  7210 heartbeater.cc:499] Master 127.0.107.254:33787 was elected leader, sending a full tablet report...
I20260608 12:41:30.784054  7285 heartbeater.cc:499] Master 127.0.107.254:33787 was elected leader, sending a full tablet report...
I20260608 12:41:30.884543  7359 heartbeater.cc:499] Master 127.0.107.254:33787 was elected leader, sending a full tablet report...
I20260608 12:41:30.937112  7083 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34400:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:30.939563  7083 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:31.005604  7324 tablet_service.cc:1511] Processing CreateTablet for tablet 1e0df85c34614fcd9014e21fc39f5c5d (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:31.007226  7324 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e0df85c34614fcd9014e21fc39f5c5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.008587  7322 tablet_service.cc:1511] Processing CreateTablet for tablet 4d7e72b38a4a434bac2dcc73b1b031bd (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:31.009995  7322 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d7e72b38a4a434bac2dcc73b1b031bd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.012454  7250 tablet_service.cc:1511] Processing CreateTablet for tablet 1e0df85c34614fcd9014e21fc39f5c5d (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:31.013943  7250 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e0df85c34614fcd9014e21fc39f5c5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.016144  7323 tablet_service.cc:1511] Processing CreateTablet for tablet b5ebe276f2264ed4a71be52ce197767b (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:31.017587  7323 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b5ebe276f2264ed4a71be52ce197767b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.018047  7248 tablet_service.cc:1511] Processing CreateTablet for tablet 4d7e72b38a4a434bac2dcc73b1b031bd (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:31.019380  7248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d7e72b38a4a434bac2dcc73b1b031bd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.007210  7321 tablet_service.cc:1511] Processing CreateTablet for tablet 4dc03629dae343d19724ec28c14f5ed8 (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:31.021013  7321 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4dc03629dae343d19724ec28c14f5ed8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.021394  7175 tablet_service.cc:1511] Processing CreateTablet for tablet 1e0df85c34614fcd9014e21fc39f5c5d (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:31.022750  7175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e0df85c34614fcd9014e21fc39f5c5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.024665  7247 tablet_service.cc:1511] Processing CreateTablet for tablet 4dc03629dae343d19724ec28c14f5ed8 (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:31.026085  7247 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4dc03629dae343d19724ec28c14f5ed8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.028640  7174 tablet_service.cc:1511] Processing CreateTablet for tablet b5ebe276f2264ed4a71be52ce197767b (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:31.030051  7174 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b5ebe276f2264ed4a71be52ce197767b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.033928  7173 tablet_service.cc:1511] Processing CreateTablet for tablet 4d7e72b38a4a434bac2dcc73b1b031bd (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:31.035372  7173 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d7e72b38a4a434bac2dcc73b1b031bd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.016639  7249 tablet_service.cc:1511] Processing CreateTablet for tablet b5ebe276f2264ed4a71be52ce197767b (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:31.036695  7249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b5ebe276f2264ed4a71be52ce197767b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.040333  7172 tablet_service.cc:1511] Processing CreateTablet for tablet 4dc03629dae343d19724ec28c14f5ed8 (DEFAULT_TABLE table=test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:31.041653  7172 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4dc03629dae343d19724ec28c14f5ed8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.052471  7379 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap starting.
I20260608 12:41:31.059593  7379 tablet_bootstrap.cc:654] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.070273  7380 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap starting.
I20260608 12:41:31.079051  7379 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34: No bootstrap required, opened a new log
I20260608 12:41:31.079689  7379 ts_tablet_manager.cc:1403] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34: Time spent bootstrapping tablet: real 0.045s	user 0.013s	sys 0.009s
I20260608 12:41:31.082862  7379 raft_consensus.cc:359] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:31.085207  7379 raft_consensus.cc:385] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.085538  7379 raft_consensus.cc:740] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ad300ed21b54262935dbd3fc6e96c34, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.085975  7380 tablet_bootstrap.cc:654] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.086347  7379 consensus_queue.cc:260] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:31.093065  7380 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: No bootstrap required, opened a new log
I20260608 12:41:31.093771  7380 ts_tablet_manager.cc:1403] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.000s
I20260608 12:41:31.094120  7379 ts_tablet_manager.cc:1434] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.004s
I20260608 12:41:31.094225  7383 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed: Bootstrap starting.
I20260608 12:41:31.096266  7379 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap starting.
I20260608 12:41:31.096997  7380 raft_consensus.cc:359] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:31.097788  7380 raft_consensus.cc:385] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.098150  7380 raft_consensus.cc:740] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.099179  7380 consensus_queue.cc:260] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:31.101977  7383 tablet_bootstrap.cc:654] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.103351  7379 tablet_bootstrap.cc:654] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.108732  7380 ts_tablet_manager.cc:1434] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.005s
I20260608 12:41:31.110847  7380 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap starting.
I20260608 12:41:31.112031  7383 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed: No bootstrap required, opened a new log
I20260608 12:41:31.112411  7379 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34: No bootstrap required, opened a new log
I20260608 12:41:31.112569  7383 ts_tablet_manager.cc:1403] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.006s
I20260608 12:41:31.112957  7379 ts_tablet_manager.cc:1403] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34: Time spent bootstrapping tablet: real 0.017s	user 0.014s	sys 0.002s
I20260608 12:41:31.115975  7383 raft_consensus.cc:359] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.116739  7383 raft_consensus.cc:385] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.117097  7380 tablet_bootstrap.cc:654] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.117079  7383 raft_consensus.cc:740] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49366d0a3e534772a21956b3be163fed, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.117666  7379 raft_consensus.cc:359] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.118417  7379 raft_consensus.cc:385] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.119951  7385 raft_consensus.cc:493] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.120131  7379 raft_consensus.cc:740] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ad300ed21b54262935dbd3fc6e96c34, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.119109  7383 consensus_queue.cc:260] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.120740  7385 raft_consensus.cc:515] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:31.121237  7379 consensus_queue.cc:260] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.123898  7379 ts_tablet_manager.cc:1434] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.004s
I20260608 12:41:31.124980  7379 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap starting.
I20260608 12:41:31.130751  7385 leader_election.cc:290] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439), 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879)
I20260608 12:41:31.134690  7380 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: No bootstrap required, opened a new log
I20260608 12:41:31.135249  7380 ts_tablet_manager.cc:1403] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: Time spent bootstrapping tablet: real 0.025s	user 0.009s	sys 0.008s
I20260608 12:41:31.137998  7379 tablet_bootstrap.cc:654] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.138635  7380 raft_consensus.cc:359] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.142848  7380 raft_consensus.cc:385] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.142899  7389 raft_consensus.cc:493] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.143412  7380 raft_consensus.cc:740] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.143690  7389 raft_consensus.cc:515] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.144538  7380 consensus_queue.cc:260] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.144987  7334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e0df85c34614fcd9014e21fc39f5c5d" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34" is_pre_election: true
I20260608 12:41:31.145779  7334 raft_consensus.cc:2468] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 0.
I20260608 12:41:31.147363  7380 ts_tablet_manager.cc:1434] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260608 12:41:31.147469  7149 leader_election.cc:304] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:31.148649  7380 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap starting.
I20260608 12:41:31.148691  7385 raft_consensus.cc:2804] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:31.149310  7385 raft_consensus.cc:493] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:31.149667  7385 raft_consensus.cc:3060] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.156076  7380 tablet_bootstrap.cc:654] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.157914  7385 raft_consensus.cc:515] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:31.161064  7334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e0df85c34614fcd9014e21fc39f5c5d" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34"
I20260608 12:41:31.161644  7334 raft_consensus.cc:3060] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.141233  7383 ts_tablet_manager.cc:1434] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed: Time spent starting tablet: real 0.028s	user 0.012s	sys 0.002s
I20260608 12:41:31.174245  7383 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: Bootstrap starting.
I20260608 12:41:31.177112  7389 leader_election.cc:290] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:31.175104  7334 raft_consensus.cc:2468] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 1.
I20260608 12:41:31.180173  7149 leader_election.cc:304] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:31.178869  7385 leader_election.cc:290] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 election: Requested vote from peers 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439), 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879)
I20260608 12:41:31.181818  7385 raft_consensus.cc:2804] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:31.182632  7385 raft_consensus.cc:697] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 LEADER]: Becoming Leader. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Running, Role: LEADER
I20260608 12:41:31.183246  7260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e0df85c34614fcd9014e21fc39f5c5d" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed" is_pre_election: true
I20260608 12:41:31.184868  7259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e0df85c34614fcd9014e21fc39f5c5d" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed"
I20260608 12:41:31.185447  7385 consensus_queue.cc:237] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
W20260608 12:41:31.186527  7150 leader_election.cc:343] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:31.190054  7379 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: No bootstrap required, opened a new log
I20260608 12:41:31.190881  7379 ts_tablet_manager.cc:1403] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: Time spent bootstrapping tablet: real 0.066s	user 0.019s	sys 0.004s
W20260608 12:41:31.191013  7150 leader_election.cc:343] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:31.194831  7379 raft_consensus.cc:359] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.195709  7379 raft_consensus.cc:385] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.196072  7379 raft_consensus.cc:740] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ad300ed21b54262935dbd3fc6e96c34, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.196180  7383 tablet_bootstrap.cc:654] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.197136  7379 consensus_queue.cc:260] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.204864  7379 ts_tablet_manager.cc:1434] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: Time spent starting tablet: real 0.014s	user 0.003s	sys 0.004s
I20260608 12:41:31.211376  7379 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap starting.
I20260608 12:41:31.206897  7383 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: No bootstrap required, opened a new log
I20260608 12:41:31.215440  7082 catalog_manager.cc:5696] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b reported cstate change: term changed from 0 to 1, leader changed from <none> to 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:31.216423  7383 ts_tablet_manager.cc:1403] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: Time spent bootstrapping tablet: real 0.042s	user 0.014s	sys 0.000s
I20260608 12:41:31.218412  7379 tablet_bootstrap.cc:654] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.221406  7383 raft_consensus.cc:359] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.222460  7185 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "49366d0a3e534772a21956b3be163fed" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ab45b0b0dd84181af7557424b2f302b" is_pre_election: true
I20260608 12:41:31.223563  7383 raft_consensus.cc:385] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.223896  7383 raft_consensus.cc:740] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49366d0a3e534772a21956b3be163fed, State: Initialized, Role: FOLLOWER
W20260608 12:41:31.224970  7223 leader_election.cc:343] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:31.224979  7334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "49366d0a3e534772a21956b3be163fed" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34" is_pre_election: true
I20260608 12:41:31.224723  7383 consensus_queue.cc:260] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.223114  7380 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: No bootstrap required, opened a new log
I20260608 12:41:31.226263  7380 ts_tablet_manager.cc:1403] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Time spent bootstrapping tablet: real 0.078s	user 0.030s	sys 0.038s
W20260608 12:41:31.226900  7224 leader_election.cc:343] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:31.227450  7224 leader_election.cc:304] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [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: 49366d0a3e534772a21956b3be163fed; no voters: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b
I20260608 12:41:31.228710  7383 ts_tablet_manager.cc:1434] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:41:31.228775  7392 raft_consensus.cc:2749] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:31.229918  7383 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: Bootstrap starting.
I20260608 12:41:31.229939  7380 raft_consensus.cc:359] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.230953  7380 raft_consensus.cc:385] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.231348  7380 raft_consensus.cc:740] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.232185  7380 consensus_queue.cc:260] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.232815  7379 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: No bootstrap required, opened a new log
I20260608 12:41:31.234571  7380 ts_tablet_manager.cc:1434] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:31.235721  7379 ts_tablet_manager.cc:1403] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.002s
I20260608 12:41:31.236416  7380 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap starting.
I20260608 12:41:31.238971  7379 raft_consensus.cc:359] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.239741  7379 raft_consensus.cc:385] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.240058  7379 raft_consensus.cc:740] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ad300ed21b54262935dbd3fc6e96c34, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.240630  7383 tablet_bootstrap.cc:654] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.240955  7379 consensus_queue.cc:260] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.243458  7379 ts_tablet_manager.cc:1434] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:41:31.243669  7380 tablet_bootstrap.cc:654] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.253647  7380 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: No bootstrap required, opened a new log
I20260608 12:41:31.254204  7380 ts_tablet_manager.cc:1403] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Time spent bootstrapping tablet: real 0.018s	user 0.016s	sys 0.000s
I20260608 12:41:31.254208  7383 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: No bootstrap required, opened a new log
I20260608 12:41:31.255101  7383 ts_tablet_manager.cc:1403] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.004s
I20260608 12:41:31.257695  7380 raft_consensus.cc:359] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.258085  7383 raft_consensus.cc:359] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:31.258482  7380 raft_consensus.cc:385] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.258795  7383 raft_consensus.cc:385] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.258872  7380 raft_consensus.cc:740] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.259276  7383 raft_consensus.cc:740] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49366d0a3e534772a21956b3be163fed, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.259923  7380 consensus_queue.cc:260] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.260149  7383 consensus_queue.cc:260] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:31.262310  7380 ts_tablet_manager.cc:1434] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.000s
I20260608 12:41:31.262720  7383 ts_tablet_manager.cc:1434] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:41:31.263777  7383 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed: Bootstrap starting.
I20260608 12:41:31.270313  7383 tablet_bootstrap.cc:654] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:31.277390  7383 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed: No bootstrap required, opened a new log
I20260608 12:41:31.277853  7383 ts_tablet_manager.cc:1403] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.005s
I20260608 12:41:31.280470  7383 raft_consensus.cc:359] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.280990  7383 raft_consensus.cc:385] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:31.281183  7383 raft_consensus.cc:740] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49366d0a3e534772a21956b3be163fed, State: Initialized, Role: FOLLOWER
I20260608 12:41:31.281757  7383 consensus_queue.cc:260] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.283707  7383 ts_tablet_manager.cc:1434] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260608 12:41:31.308884  7385 raft_consensus.cc:493] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.309379  7385 raft_consensus.cc:515] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.311249  7385 leader_election.cc:290] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:31.312060  7259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5ebe276f2264ed4a71be52ce197767b" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed" is_pre_election: true
I20260608 12:41:31.312338  7334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5ebe276f2264ed4a71be52ce197767b" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34" is_pre_election: true
I20260608 12:41:31.312611  7259 raft_consensus.cc:2468] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 0.
I20260608 12:41:31.312935  7334 raft_consensus.cc:2468] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 0.
I20260608 12:41:31.313098  7392 raft_consensus.cc:493] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.313632  7392 raft_consensus.cc:515] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:31.314069  7149 leader_election.cc:304] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:31.315008  7385 raft_consensus.cc:2804] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:31.315368  7385 raft_consensus.cc:493] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:31.315706  7385 raft_consensus.cc:3060] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.316612  7392 leader_election.cc:290] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439), 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119)
I20260608 12:41:31.316748  7334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e0df85c34614fcd9014e21fc39f5c5d" candidate_uuid: "49366d0a3e534772a21956b3be163fed" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34" is_pre_election: true
I20260608 12:41:31.317195  7185 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e0df85c34614fcd9014e21fc39f5c5d" candidate_uuid: "49366d0a3e534772a21956b3be163fed" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ab45b0b0dd84181af7557424b2f302b" is_pre_election: true
I20260608 12:41:31.317536  7334 raft_consensus.cc:2393] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 49366d0a3e534772a21956b3be163fed in current term 1: Already voted for candidate 5ab45b0b0dd84181af7557424b2f302b in this term.
I20260608 12:41:31.318794  7224 leader_election.cc:304] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [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: 49366d0a3e534772a21956b3be163fed; no voters: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b
I20260608 12:41:31.319669  7392 raft_consensus.cc:3060] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.321792  7385 raft_consensus.cc:515] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.323880  7385 leader_election.cc:290] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 election: Requested vote from peers 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:31.324209  7259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5ebe276f2264ed4a71be52ce197767b" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed"
I20260608 12:41:31.324463  7334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5ebe276f2264ed4a71be52ce197767b" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34"
I20260608 12:41:31.324735  7392 raft_consensus.cc:2749] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:31.324766  7259 raft_consensus.cc:3060] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.324942  7334 raft_consensus.cc:3060] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.329625  7334 raft_consensus.cc:2468] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 1.
I20260608 12:41:31.329769  7259 raft_consensus.cc:2468] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 1.
I20260608 12:41:31.330578  7149 leader_election.cc:304] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:31.331280  7385 raft_consensus.cc:2804] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:31.331687  7385 raft_consensus.cc:697] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 LEADER]: Becoming Leader. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Running, Role: LEADER
I20260608 12:41:31.332276  7385 consensus_queue.cc:237] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.339489  7081 catalog_manager.cc:5696] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b reported cstate change: term changed from 0 to 1, leader changed from <none> to 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:31.441551  7382 raft_consensus.cc:493] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.442075  7382 raft_consensus.cc:515] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.444262  7382 leader_election.cc:290] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119), 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879)
I20260608 12:41:31.454679  7185 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "2ad300ed21b54262935dbd3fc6e96c34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ab45b0b0dd84181af7557424b2f302b" is_pre_election: true
I20260608 12:41:31.454871  7259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "2ad300ed21b54262935dbd3fc6e96c34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed" is_pre_election: true
I20260608 12:41:31.455348  7185 raft_consensus.cc:2468] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2ad300ed21b54262935dbd3fc6e96c34 in term 0.
I20260608 12:41:31.455488  7259 raft_consensus.cc:2468] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2ad300ed21b54262935dbd3fc6e96c34 in term 0.
I20260608 12:41:31.456514  7297 leader_election.cc:304] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:31.457209  7382 raft_consensus.cc:2804] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:31.457479  7382 raft_consensus.cc:493] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:31.457690  7382 raft_consensus.cc:3060] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.462354  7382 raft_consensus.cc:515] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.464015  7382 leader_election.cc:290] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [CANDIDATE]: Term 1 election: Requested vote from peers 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119), 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879)
I20260608 12:41:31.464799  7185 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "2ad300ed21b54262935dbd3fc6e96c34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ab45b0b0dd84181af7557424b2f302b"
I20260608 12:41:31.465099  7259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "2ad300ed21b54262935dbd3fc6e96c34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed"
I20260608 12:41:31.465301  7185 raft_consensus.cc:3060] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.465626  7259 raft_consensus.cc:3060] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.470036  7259 raft_consensus.cc:2468] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2ad300ed21b54262935dbd3fc6e96c34 in term 1.
I20260608 12:41:31.470057  7185 raft_consensus.cc:2468] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2ad300ed21b54262935dbd3fc6e96c34 in term 1.
I20260608 12:41:31.471182  7299 leader_election.cc:304] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2ad300ed21b54262935dbd3fc6e96c34, 49366d0a3e534772a21956b3be163fed; no voters: 
I20260608 12:41:31.471873  7382 raft_consensus.cc:2804] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:31.472853  7382 raft_consensus.cc:697] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 LEADER]: Becoming Leader. State: Replica: 2ad300ed21b54262935dbd3fc6e96c34, State: Running, Role: LEADER
I20260608 12:41:31.473517  7382 consensus_queue.cc:237] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.480683  7081 catalog_manager.cc:5696] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "2ad300ed21b54262935dbd3fc6e96c34" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: HEALTHY } } }
W20260608 12:41:31.497707  7131 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:31.509162  7385 raft_consensus.cc:493] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.509625  7385 raft_consensus.cc:515] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.511345  7385 leader_election.cc:290] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:31.512176  7259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed" is_pre_election: true
I20260608 12:41:31.512416  7334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34" is_pre_election: true
I20260608 12:41:31.512719  7259 raft_consensus.cc:2468] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 0.
I20260608 12:41:31.512974  7334 raft_consensus.cc:2468] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 0.
I20260608 12:41:31.513747  7150 leader_election.cc:304] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 49366d0a3e534772a21956b3be163fed, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:31.514523  7385 raft_consensus.cc:2804] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:31.514914  7385 raft_consensus.cc:493] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:31.515172  7385 raft_consensus.cc:3060] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.519713  7385 raft_consensus.cc:515] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.521239  7385 leader_election.cc:290] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 election: Requested vote from peers 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:31.522002  7259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed"
I20260608 12:41:31.522272  7334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34"
I20260608 12:41:31.522611  7259 raft_consensus.cc:3060] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.522799  7334 raft_consensus.cc:3060] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.529233  7259 raft_consensus.cc:2468] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 1.
I20260608 12:41:31.529247  7334 raft_consensus.cc:2468] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 1.
I20260608 12:41:31.530567  7150 leader_election.cc:304] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 49366d0a3e534772a21956b3be163fed, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:31.531220  7385 raft_consensus.cc:2804] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:31.531668  7385 raft_consensus.cc:697] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 1 LEADER]: Becoming Leader. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Running, Role: LEADER
I20260608 12:41:31.532388  7385 consensus_queue.cc:237] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:31.538744  7081 catalog_manager.cc:5696] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b reported cstate change: term changed from 0 to 1, leader changed from <none> to 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:31.580106  7385 consensus_queue.cc:1048] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:31.592336   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:31.592785  7385 consensus_queue.cc:1048] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:31.622702   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:31.623525   431 tablet_replica.cc:333] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: stopping tablet replica
I20260608 12:41:31.624116   431 raft_consensus.cc:2243] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:31.624495   431 raft_consensus.cc:2272] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.626430   431 tablet_replica.cc:333] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: stopping tablet replica
I20260608 12:41:31.626976   431 raft_consensus.cc:2243] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:31.627580   431 pending_rounds.cc:70] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: Trying to abort 1 pending ops.
I20260608 12:41:31.627750   431 pending_rounds.cc:77] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658524503703552 op_type: NO_OP noop_request { }
I20260608 12:41:31.628031   431 raft_consensus.cc:2889] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:31.628276   431 raft_consensus.cc:2272] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.630472   431 tablet_replica.cc:333] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: stopping tablet replica
I20260608 12:41:31.630959   431 raft_consensus.cc:2243] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:31.631536   431 pending_rounds.cc:70] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Trying to abort 1 pending ops.
I20260608 12:41:31.631721   431 pending_rounds.cc:77] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658525323505664 op_type: NO_OP noop_request { }
I20260608 12:41:31.631958   431 raft_consensus.cc:2889] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:31.632203   431 raft_consensus.cc:2272] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.634325   431 tablet_replica.cc:333] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: stopping tablet replica
I20260608 12:41:31.634778   431 raft_consensus.cc:2243] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:31.635567   431 raft_consensus.cc:2272] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.657770   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:31.669091   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:31.684829   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:31.685604   431 tablet_replica.cc:333] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed: stopping tablet replica
I20260608 12:41:31.686280   431 raft_consensus.cc:2243] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:31.686648   431 raft_consensus.cc:2272] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.689050   431 tablet_replica.cc:333] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: stopping tablet replica
I20260608 12:41:31.689697   431 raft_consensus.cc:2243] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:31.690105   431 raft_consensus.cc:2272] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.692502   431 tablet_replica.cc:333] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: stopping tablet replica
I20260608 12:41:31.693069   431 raft_consensus.cc:2243] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:31.693467   431 raft_consensus.cc:2272] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.695565   431 tablet_replica.cc:333] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed: stopping tablet replica
I20260608 12:41:31.696048   431 raft_consensus.cc:2243] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:31.696415   431 raft_consensus.cc:2272] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.717999   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:31.730113   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:31.745704   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:31.746503   431 tablet_replica.cc:333] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: stopping tablet replica
I20260608 12:41:31.747017   431 raft_consensus.cc:2243] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:31.747625   431 pending_rounds.cc:70] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Trying to abort 1 pending ops.
I20260608 12:41:31.747826   431 pending_rounds.cc:77] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658525082525696 op_type: NO_OP noop_request { }
I20260608 12:41:31.748087   431 raft_consensus.cc:2889] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:31.748327   431 raft_consensus.cc:2272] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.750386   431 tablet_replica.cc:333] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34: stopping tablet replica
I20260608 12:41:31.750861   431 raft_consensus.cc:2243] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:31.751190   431 raft_consensus.cc:2272] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.752812   431 tablet_replica.cc:333] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: stopping tablet replica
I20260608 12:41:31.753288   431 raft_consensus.cc:2243] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:31.753620   431 raft_consensus.cc:2272] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.755285   431 tablet_replica.cc:333] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34: stopping tablet replica
I20260608 12:41:31.755810   431 raft_consensus.cc:2243] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:31.756189   431 raft_consensus.cc:2272] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:31.768800   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:31.781378   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:31.787276  7415 instance_detector.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:31.787470  7416 instance_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:31.788564  7418 instance_detector.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:31.790316   431 server_base.cc:1061] running on GCE node
I20260608 12:41:31.791416   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:31.791712   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:31.791972   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922491791956 us; error 0 us; skew 500 ppm
I20260608 12:41:31.792615   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:31.795015   431 webserver.cc:533] Webserver started at http://127.0.107.196:43745/ using document root <none> and password file <none>
I20260608 12:41:31.795619   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:31.795876   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:31.796238   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:31.797374   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "31e03b0ec3924a2f97082bf175394f92"
format_stamp: "Formatted at 2026-06-08 12:41:31 on dist-test-slave-jl41"
I20260608 12:41:31.801898   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:31.805344  7423 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:31.806219   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:31.806602   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "31e03b0ec3924a2f97082bf175394f92"
format_stamp: "Formatted at 2026-06-08 12:41:31 on dist-test-slave-jl41"
I20260608 12:41:31.806972   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-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:31.817333   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:31.818473   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:31.819924   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:31.822222   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:31.822511   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:31.822801   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:31.823055   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:31.858835   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:33647
I20260608 12:41:31.858968  7485 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:33647 every 8 connection(s)
I20260608 12:41:31.874069  7486 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33787
I20260608 12:41:31.874624  7486 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:31.875511  7486 heartbeater.cc:507] Master 127.0.107.254:33787 requested a full tablet report, sending...
I20260608 12:41:31.877632  7082 ts_manager.cc:194] Registered new tserver with Master: 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196:33647)
I20260608 12:41:31.879097  7082 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34402
W20260608 12:41:32.510286  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet b5ebe276f2264ed4a71be52ce197767b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38119: connect: Connection refused (error 111)
W20260608 12:41:32.513712  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 4d7e72b38a4a434bac2dcc73b1b031bd: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42439: connect: Connection refused (error 111)
W20260608 12:41:32.516829  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 1e0df85c34614fcd9014e21fc39f5c5d: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38119: connect: Connection refused (error 111)
I20260608 12:41:32.881891  7486 heartbeater.cc:499] Master 127.0.107.254:33787 was elected leader, sending a full tablet report...
W20260608 12:41:33.529831  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 4d7e72b38a4a434bac2dcc73b1b031bd: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42439: connect: Connection refused (error 111)
W20260608 12:41:33.533309  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 4dc03629dae343d19724ec28c14f5ed8: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38119: connect: Connection refused (error 111)
W20260608 12:41:33.536510  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet b5ebe276f2264ed4a71be52ce197767b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38119: connect: Connection refused (error 111)
W20260608 12:41:34.566552  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet b5ebe276f2264ed4a71be52ce197767b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38119: connect: Connection refused (error 111)
W20260608 12:41:34.569868  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 4d7e72b38a4a434bac2dcc73b1b031bd: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42439: connect: Connection refused (error 111)
W20260608 12:41:34.572868  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 4dc03629dae343d19724ec28c14f5ed8: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38119: connect: Connection refused (error 111)
W20260608 12:41:35.587610  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 4d7e72b38a4a434bac2dcc73b1b031bd: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42439: connect: Connection refused (error 111)
W20260608 12:41:35.591027  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 4dc03629dae343d19724ec28c14f5ed8: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38119: connect: Connection refused (error 111)
W20260608 12:41:35.594532  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet b5ebe276f2264ed4a71be52ce197767b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38119: connect: Connection refused (error 111)
W20260608 12:41:36.603076  7131 auto_rebalancer.cc:281] could not retrieve auto-rebalancing replica moves: Not found: table e39e6faead604f7a8b2a7b5adddbfe4e: could not find any suitable replica to move from server 5ab45b0b0dd84181af7557424b2f302b to server 31e03b0ec3924a2f97082bf175394f92
W20260608 12:41:37.605008  7131 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 2ad300ed21b54262935dbd3fc6e96c34 not available for placement
W20260608 12:41:38.606707  7131 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 2ad300ed21b54262935dbd3fc6e96c34 not available for placement
I20260608 12:41:38.896281   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:38.903959  7496 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:38.904044  7495 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:38.905277  7498 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:38.908530   431 server_base.cc:1061] running on GCE node
I20260608 12:41:38.910207   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:38.910425   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:38.910568   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922498910556 us; error 0 us; skew 500 ppm
I20260608 12:41:38.911166   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:38.913913   431 webserver.cc:533] Webserver started at http://127.0.107.193:36873/ using document root <none> and password file <none>
I20260608 12:41:38.914498   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:38.914669   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:41:38.918601   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.001s	sys 0.002s
I20260608 12:41:38.921901  7503 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:38.922606   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:38.922851   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "5ab45b0b0dd84181af7557424b2f302b"
format_stamp: "Formatted at 2026-06-08 12:41:29 on dist-test-slave-jl41"
I20260608 12:41:38.923211   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:38.951099   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:38.952404   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:38.953908   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:38.957526  7510 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260608 12:41:38.978845   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:41:38.979133   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.023s	user 0.002s	sys 0.000s
I20260608 12:41:38.979461   431 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260608 12:41:38.984689  7510 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap starting.
I20260608 12:41:38.994841   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:41:38.995213   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.016s	user 0.013s	sys 0.000s
I20260608 12:41:38.997951  7510 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:41:38.998783  7510 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap complete.
I20260608 12:41:38.999351  7510 ts_tablet_manager.cc:1403] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: Time spent bootstrapping tablet: real 0.015s	user 0.001s	sys 0.009s
I20260608 12:41:39.001804  7510 raft_consensus.cc:359] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.002787  7510 raft_consensus.cc:740] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.003532  7510 consensus_queue.cc:260] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [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: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.006358  7510 ts_tablet_manager.cc:1434] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:39.007289  7510 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap starting.
I20260608 12:41:39.021459  7510 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:39.022226  7510 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap complete.
I20260608 12:41:39.022791  7510 ts_tablet_manager.cc:1403] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.003s
I20260608 12:41:39.025104  7510 raft_consensus.cc:359] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:39.025740  7510 raft_consensus.cc:740] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.026715  7510 consensus_queue.cc:260] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [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: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:39.028497  7510 ts_tablet_manager.cc:1434] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:41:39.029381  7510 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap starting.
I20260608 12:41:39.042821  7510 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:41:39.043727  7510 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap complete.
I20260608 12:41:39.044459  7510 ts_tablet_manager.cc:1403] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Time spent bootstrapping tablet: real 0.015s	user 0.001s	sys 0.012s
I20260608 12:41:39.046864  7510 raft_consensus.cc:359] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.047602  7510 raft_consensus.cc:740] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.048286  7510 consensus_queue.cc:260] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [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: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.050208  7510 ts_tablet_manager.cc:1434] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.002s
I20260608 12:41:39.050987  7510 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap starting.
I20260608 12:41:39.053516   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38119
I20260608 12:41:39.053682  7570 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38119 every 8 connection(s)
W20260608 12:41:39.058545  7572 tablet.cc:2404] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:41:39.059379   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:41:39.066133  7510 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:39.067178  7510 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Bootstrap complete.
I20260608 12:41:39.067960  7510 ts_tablet_manager.cc:1403] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.003s
W20260608 12:41:39.068377  7576 instance_detector.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:39.071213  7577 instance_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:39.071342  7510 raft_consensus.cc:359] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.072381  7510 raft_consensus.cc:740] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.073392  7510 consensus_queue.cc:260] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.075637   431 server_base.cc:1061] running on GCE node
W20260608 12:41:39.075609  7579 instance_detector.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:39.076134  7510 ts_tablet_manager.cc:1434] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:39.077139   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:39.077409   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:39.077628   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922499077608 us; error 0 us; skew 500 ppm
I20260608 12:41:39.078518   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:39.080633  7571 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33787
I20260608 12:41:39.081001  7571 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:39.081354   431 webserver.cc:533] Webserver started at http://127.0.107.194:33297/ using document root <none> and password file <none>
I20260608 12:41:39.081734  7571 heartbeater.cc:507] Master 127.0.107.254:33787 requested a full tablet report, sending...
I20260608 12:41:39.081904   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:39.082124   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:41:39.085898  7082 ts_manager.cc:194] Re-registered known tserver with Master: 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119)
I20260608 12:41:39.086249   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:39.091423  7584 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:39.092317   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 12:41:39.092631   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "49366d0a3e534772a21956b3be163fed"
format_stamp: "Formatted at 2026-06-08 12:41:29 on dist-test-slave-jl41"
I20260608 12:41:39.092679  7082 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34416
I20260608 12:41:39.092972   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-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:39.095711  7571 heartbeater.cc:499] Master 127.0.107.254:33787 was elected leader, sending a full tablet report...
I20260608 12:41:39.132234   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:39.133594   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:39.135063   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:39.158512   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:41:39.158804   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.021s	user 0.001s	sys 0.000s
I20260608 12:41:39.163625  7591 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed: Bootstrap starting.
I20260608 12:41:39.173518   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:41:39.173795   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.013s	sys 0.000s
I20260608 12:41:39.174897  7591 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:39.175580  7591 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed: Bootstrap complete.
I20260608 12:41:39.176111  7591 ts_tablet_manager.cc:1403] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260608 12:41:39.178201  7591 raft_consensus.cc:359] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.178696  7591 raft_consensus.cc:740] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49366d0a3e534772a21956b3be163fed, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.179358  7591 consensus_queue.cc:260] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.181809  7591 ts_tablet_manager.cc:1434] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:39.182749  7591 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: Bootstrap starting.
I20260608 12:41:39.198150  7591 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:39.198921  7591 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: Bootstrap complete.
I20260608 12:41:39.199517  7591 ts_tablet_manager.cc:1403] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.004s
I20260608 12:41:39.201928  7591 raft_consensus.cc:359] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:39.202464  7591 raft_consensus.cc:740] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49366d0a3e534772a21956b3be163fed, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.203325  7591 consensus_queue.cc:260] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [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: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:39.205261  7591 ts_tablet_manager.cc:1434] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:39.206094  7591 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: Bootstrap starting.
I20260608 12:41:39.218578  7591 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:39.219273  7591 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: Bootstrap complete.
I20260608 12:41:39.220032  7591 ts_tablet_manager.cc:1403] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.008s
I20260608 12:41:39.222361  7591 raft_consensus.cc:359] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.222898  7591 raft_consensus.cc:740] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49366d0a3e534772a21956b3be163fed, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.223692  7591 consensus_queue.cc:260] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.225525  7591 ts_tablet_manager.cc:1434] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:39.226368  7591 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed: Bootstrap starting.
I20260608 12:41:39.229122   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35879
I20260608 12:41:39.229385  7651 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35879 every 8 connection(s)
I20260608 12:41:39.234192   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:41:39.241696  7591 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed: 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
W20260608 12:41:39.242415  7656 instance_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:39.242637  7591 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed: Bootstrap complete.
I20260608 12:41:39.243598  7591 ts_tablet_manager.cc:1403] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.008s
W20260608 12:41:39.245333  7657 instance_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:39.246861  7591 raft_consensus.cc:359] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.247695  7591 raft_consensus.cc:740] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49366d0a3e534772a21956b3be163fed, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.248600  7591 consensus_queue.cc:260] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.251368  7591 ts_tablet_manager.cc:1434] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:41:39.251456  7652 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33787
I20260608 12:41:39.251924  7652 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:39.252050  7659 instance_detector.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:39.252267   431 server_base.cc:1061] running on GCE node
I20260608 12:41:39.252962  7652 heartbeater.cc:507] Master 127.0.107.254:33787 requested a full tablet report, sending...
I20260608 12:41:39.253621   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:39.253926   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:39.254171   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922499254149 us; error 0 us; skew 500 ppm
I20260608 12:41:39.255050   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:39.257745  7082 ts_manager.cc:194] Re-registered known tserver with Master: 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879)
I20260608 12:41:39.257879   431 webserver.cc:533] Webserver started at http://127.0.107.195:44849/ using document root <none> and password file <none>
I20260608 12:41:39.258529   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:39.258692   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:41:39.262631   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:39.262872  7082 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34428
I20260608 12:41:39.265504  7652 heartbeater.cc:499] Master 127.0.107.254:33787 was elected leader, sending a full tablet report...
I20260608 12:41:39.266170  7664 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:39.267074   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
I20260608 12:41:39.267467   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "2ad300ed21b54262935dbd3fc6e96c34"
format_stamp: "Formatted at 2026-06-08 12:41:29 on dist-test-slave-jl41"
I20260608 12:41:39.267850   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-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:39.286005   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:39.287187   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:39.288653   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:39.312319   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:41:39.312623   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.022s	user 0.000s	sys 0.001s
I20260608 12:41:39.317351  7671 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap starting.
I20260608 12:41:39.327239   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:41:39.327564   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.014s	sys 0.001s
I20260608 12:41:39.328670  7671 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:39.329360  7671 tablet_bootstrap.cc:492] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap complete.
I20260608 12:41:39.329907  7671 ts_tablet_manager.cc:1403] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 12:41:39.332098  7671 raft_consensus.cc:359] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.332597  7671 raft_consensus.cc:740] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ad300ed21b54262935dbd3fc6e96c34, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.333256  7671 consensus_queue.cc:260] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.336061  7671 ts_tablet_manager.cc:1434] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:41:39.336992  7671 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap starting.
I20260608 12:41:39.352562  7671 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:39.353309  7671 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap complete.
I20260608 12:41:39.353938  7671 ts_tablet_manager.cc:1403] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34: Time spent bootstrapping tablet: real 0.017s	user 0.014s	sys 0.000s
I20260608 12:41:39.356752  7671 raft_consensus.cc:359] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:39.357494  7671 raft_consensus.cc:740] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ad300ed21b54262935dbd3fc6e96c34, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.358398  7671 consensus_queue.cc:260] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [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: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:39.360167  7671 ts_tablet_manager.cc:1434] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.004s
I20260608 12:41:39.360875  7671 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap starting.
I20260608 12:41:39.375190  7671 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:39.376103  7671 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap complete.
I20260608 12:41:39.376837  7671 ts_tablet_manager.cc:1403] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.008s
I20260608 12:41:39.379449   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42439
I20260608 12:41:39.379745  7731 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42439 every 8 connection(s)
I20260608 12:41:39.379968  7671 raft_consensus.cc:359] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.380559  7671 raft_consensus.cc:740] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ad300ed21b54262935dbd3fc6e96c34, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.381243  7671 consensus_queue.cc:260] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.383064  7671 ts_tablet_manager.cc:1434] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260608 12:41:39.384399  7671 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap starting.
I20260608 12:41:39.396251  7732 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33787
I20260608 12:41:39.396809  7732 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:39.397890  7732 heartbeater.cc:507] Master 127.0.107.254:33787 requested a full tablet report, sending...
I20260608 12:41:39.400210  7671 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:41:39.401331  7671 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Bootstrap complete.
I20260608 12:41:39.402285  7671 ts_tablet_manager.cc:1403] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.004s
I20260608 12:41:39.402751  7082 ts_manager.cc:194] Re-registered known tserver with Master: 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:39.404717  7671 raft_consensus.cc:359] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.405558  7671 raft_consensus.cc:740] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ad300ed21b54262935dbd3fc6e96c34, State: Initialized, Role: FOLLOWER
I20260608 12:41:39.406339  7671 consensus_queue.cc:260] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [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: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:39.407527  7082 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34442
I20260608 12:41:39.408195  7671 ts_tablet_manager.cc:1434] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.004s
I20260608 12:41:39.410269  7732 heartbeater.cc:499] Master 127.0.107.254:33787 was elected leader, sending a full tablet report...
W20260608 12:41:39.626621  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 1e0df85c34614fcd9014e21fc39f5c5d: Illegal state: Replica 5ab45b0b0dd84181af7557424b2f302b is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } }
W20260608 12:41:39.630743  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 4dc03629dae343d19724ec28c14f5ed8: Illegal state: Replica 5ab45b0b0dd84181af7557424b2f302b is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } }
W20260608 12:41:39.643914  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 4d7e72b38a4a434bac2dcc73b1b031bd: Illegal state: Replica 2ad300ed21b54262935dbd3fc6e96c34 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } }
I20260608 12:41:40.384829  7739 raft_consensus.cc:493] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.385492  7739 raft_consensus.cc:515] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.387887  7739 leader_election.cc:290] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:40.400693  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5ebe276f2264ed4a71be52ce197767b" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34" is_pre_election: true
I20260608 12:41:40.400774  7626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5ebe276f2264ed4a71be52ce197767b" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed" is_pre_election: true
I20260608 12:41:40.401602  7706 raft_consensus.cc:2468] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 1.
I20260608 12:41:40.401862  7626 raft_consensus.cc:2468] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 1.
I20260608 12:41:40.403146  7505 leader_election.cc:304] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [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: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:40.404001  7739 raft_consensus.cc:2804] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:40.404500  7739 raft_consensus.cc:493] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.404881  7739 raft_consensus.cc:3060] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:40.410410  7739 raft_consensus.cc:515] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.412262  7739 leader_election.cc:290] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 2 election: Requested vote from peers 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:40.412969  7626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5ebe276f2264ed4a71be52ce197767b" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed"
I20260608 12:41:40.413277  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5ebe276f2264ed4a71be52ce197767b" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34"
I20260608 12:41:40.414086  7626 raft_consensus.cc:3060] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:40.414427  7706 raft_consensus.cc:3060] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:40.420104  7626 raft_consensus.cc:2468] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 2.
I20260608 12:41:40.420156  7706 raft_consensus.cc:2468] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 2.
I20260608 12:41:40.421729  7506 leader_election.cc:304] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [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: 49366d0a3e534772a21956b3be163fed, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:40.422737  7739 raft_consensus.cc:2804] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:40.423935  7739 raft_consensus.cc:697] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 2 LEADER]: Becoming Leader. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Running, Role: LEADER
I20260608 12:41:40.424937  7739 consensus_queue.cc:237] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.431838  7082 catalog_manager.cc:5696] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:40.468053  7739 raft_consensus.cc:493] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.468659  7739 raft_consensus.cc:515] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:40.470628  7739 leader_election.cc:290] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439), 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879)
I20260608 12:41:40.471482  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e0df85c34614fcd9014e21fc39f5c5d" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34" is_pre_election: true
I20260608 12:41:40.471597  7626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e0df85c34614fcd9014e21fc39f5c5d" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed" is_pre_election: true
I20260608 12:41:40.472219  7706 raft_consensus.cc:2468] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 1.
I20260608 12:41:40.472445  7626 raft_consensus.cc:2468] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 1.
I20260608 12:41:40.473500  7505 leader_election.cc:304] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [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: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:40.474380  7739 raft_consensus.cc:2804] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:40.474821  7739 raft_consensus.cc:493] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.475219  7739 raft_consensus.cc:3060] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:40.480125  7739 raft_consensus.cc:515] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:40.481879  7739 leader_election.cc:290] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 2 election: Requested vote from peers 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439), 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879)
I20260608 12:41:40.482748  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e0df85c34614fcd9014e21fc39f5c5d" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34"
I20260608 12:41:40.482955  7626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e0df85c34614fcd9014e21fc39f5c5d" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed"
I20260608 12:41:40.483500  7706 raft_consensus.cc:3060] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:40.483801  7626 raft_consensus.cc:3060] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:40.488515  7706 raft_consensus.cc:2468] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 2.
I20260608 12:41:40.488713  7626 raft_consensus.cc:2468] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 2.
I20260608 12:41:40.489852  7505 leader_election.cc:304] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [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: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:40.490671  7739 raft_consensus.cc:2804] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:40.491302  7739 raft_consensus.cc:697] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 2 LEADER]: Becoming Leader. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Running, Role: LEADER
I20260608 12:41:40.492213  7739 consensus_queue.cc:237] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [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: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } }
I20260608 12:41:40.499634  7082 catalog_manager.cc:5696] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:40.590471  7751 raft_consensus.cc:493] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.591109  7751 raft_consensus.cc:515] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.593575  7751 leader_election.cc:290] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:40.605391  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "49366d0a3e534772a21956b3be163fed" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34" is_pre_election: true
I20260608 12:41:40.605782  7545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "49366d0a3e534772a21956b3be163fed" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ab45b0b0dd84181af7557424b2f302b" is_pre_election: true
I20260608 12:41:40.606156  7706 raft_consensus.cc:2468] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 49366d0a3e534772a21956b3be163fed in term 1.
I20260608 12:41:40.606890  7545 raft_consensus.cc:2410] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 49366d0a3e534772a21956b3be163fed 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:40.607539  7586 leader_election.cc:304] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [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: 2ad300ed21b54262935dbd3fc6e96c34, 49366d0a3e534772a21956b3be163fed; no voters: 
I20260608 12:41:40.608457  7751 raft_consensus.cc:2804] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:40.608901  7751 raft_consensus.cc:493] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.609261  7751 raft_consensus.cc:3060] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:40.614248  7751 raft_consensus.cc:515] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.616110  7751 leader_election.cc:290] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [CANDIDATE]: Term 2 election: Requested vote from peers 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:40.616750  7545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "49366d0a3e534772a21956b3be163fed" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ab45b0b0dd84181af7557424b2f302b"
I20260608 12:41:40.617139  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "49366d0a3e534772a21956b3be163fed" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34"
I20260608 12:41:40.617666  7545 raft_consensus.cc:3060] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:40.618044  7706 raft_consensus.cc:3060] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:40.625170  7706 raft_consensus.cc:2468] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 49366d0a3e534772a21956b3be163fed in term 2.
I20260608 12:41:40.625603  7545 raft_consensus.cc:2410] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 49366d0a3e534772a21956b3be163fed 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:40.626469  7586 leader_election.cc:304] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [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: 2ad300ed21b54262935dbd3fc6e96c34, 49366d0a3e534772a21956b3be163fed; no voters: 
I20260608 12:41:40.627274  7751 raft_consensus.cc:2804] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:40.628448  7751 raft_consensus.cc:697] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 2 LEADER]: Becoming Leader. State: Replica: 49366d0a3e534772a21956b3be163fed, State: Running, Role: LEADER
I20260608 12:41:40.629406  7751 consensus_queue.cc:237] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [LEADER]: Queue going to LEADER 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: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.636415  7082 catalog_manager.cc:5696] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed reported cstate change: term changed from 1 to 2, leader changed from 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193) to 49366d0a3e534772a21956b3be163fed (127.0.107.194). New cstate: current_term: 2 leader_uuid: "49366d0a3e534772a21956b3be163fed" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:40.639029  7739 raft_consensus.cc:493] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.639744  7739 raft_consensus.cc:515] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.642845  7626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed" is_pre_election: true
I20260608 12:41:40.642664  7739 leader_election.cc:290] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:40.643160  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34" is_pre_election: true
I20260608 12:41:40.646169  7626 raft_consensus.cc:2468] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 1.
I20260608 12:41:40.646921  7706 raft_consensus.cc:2410] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5ab45b0b0dd84181af7557424b2f302b 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:40.647547  7506 leader_election.cc:304] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [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: 49366d0a3e534772a21956b3be163fed, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:40.648552  7739 raft_consensus.cc:2804] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:40.649109  7739 raft_consensus.cc:493] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.649616  7739 raft_consensus.cc:3060] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:40.656807  7739 raft_consensus.cc:515] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.658524  7739 leader_election.cc:290] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 2 election: Requested vote from peers 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
W20260608 12:41:40.659420  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 4d7e72b38a4a434bac2dcc73b1b031bd: Illegal state: Replica 2ad300ed21b54262935dbd3fc6e96c34 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } }
I20260608 12:41:40.659492  7626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed"
I20260608 12:41:40.659715  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34"
I20260608 12:41:40.660413  7626 raft_consensus.cc:3060] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:40.660712  7706 raft_consensus.cc:3060] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:40.663131  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet b5ebe276f2264ed4a71be52ce197767b: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:41:40.667760  7626 raft_consensus.cc:2468] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 2.
I20260608 12:41:40.668498  7706 raft_consensus.cc:2410] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 5ab45b0b0dd84181af7557424b2f302b 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:40.669911  7506 leader_election.cc:304] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [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: 49366d0a3e534772a21956b3be163fed, 5ab45b0b0dd84181af7557424b2f302b; no voters: 
I20260608 12:41:40.671000  7739 raft_consensus.cc:2804] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:40.671665  7739 raft_consensus.cc:697] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 2 LEADER]: Becoming Leader. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Running, Role: LEADER
I20260608 12:41:40.672652  7739 consensus_queue.cc:237] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Queue going to LEADER 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: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.682819  7082 catalog_manager.cc:5696] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b reported cstate change: term changed from 1 to 2, leader changed from 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195) to 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193). New cstate: current_term: 2 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:40.685719  7131 auto_rebalancer.cc:591] Failed to schedule move for tablet 4dc03629dae343d19724ec28c14f5ed8: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:41:40.696080  7759 raft_consensus.cc:493] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.696893  7759 raft_consensus.cc:515] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.699582  7759 leader_election.cc:290] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119), 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879)
I20260608 12:41:40.710390  7545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "2ad300ed21b54262935dbd3fc6e96c34" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5ab45b0b0dd84181af7557424b2f302b" is_pre_election: true
I20260608 12:41:40.714619  7626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "2ad300ed21b54262935dbd3fc6e96c34" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed" is_pre_election: true
I20260608 12:41:40.715487  7626 raft_consensus.cc:2468] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2ad300ed21b54262935dbd3fc6e96c34 in term 2.
I20260608 12:41:40.718772  7667 leader_election.cc:304] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [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: 2ad300ed21b54262935dbd3fc6e96c34, 49366d0a3e534772a21956b3be163fed; no voters: 5ab45b0b0dd84181af7557424b2f302b
I20260608 12:41:40.719945  7759 raft_consensus.cc:2804] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:41:40.720499  7759 raft_consensus.cc:493] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.720973  7759 raft_consensus.cc:3060] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:40.722580  7739 raft_consensus.cc:493] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.723374  7739 raft_consensus.cc:515] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.726891  7626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed" is_pre_election: true
I20260608 12:41:40.727663  7739 leader_election.cc:290] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:40.727170  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34" is_pre_election: true
I20260608 12:41:40.728287  7759 raft_consensus.cc:515] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.728999  7706 raft_consensus.cc:2468] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 2.
I20260608 12:41:40.730756  7505 leader_election.cc:304] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [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: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b; no voters: 49366d0a3e534772a21956b3be163fed
I20260608 12:41:40.731914  7739 raft_consensus.cc:2804] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:41:40.732434  7739 raft_consensus.cc:493] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.732990  7739 raft_consensus.cc:3060] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:40.731019  7759 leader_election.cc:290] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [CANDIDATE]: Term 3 election: Requested vote from peers 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119), 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879)
I20260608 12:41:40.733042  7545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "2ad300ed21b54262935dbd3fc6e96c34" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5ab45b0b0dd84181af7557424b2f302b"
I20260608 12:41:40.733410  7626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d7e72b38a4a434bac2dcc73b1b031bd" candidate_uuid: "2ad300ed21b54262935dbd3fc6e96c34" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed"
I20260608 12:41:40.734725  7626 raft_consensus.cc:3060] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:40.738555  7739 raft_consensus.cc:515] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.739650  7626 raft_consensus.cc:2468] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2ad300ed21b54262935dbd3fc6e96c34 in term 3.
I20260608 12:41:40.740906  7739 leader_election.cc:290] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [CANDIDATE]: Term 3 election: Requested vote from peers 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879), 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:40.740835  7667 leader_election.cc:304] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [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: 2ad300ed21b54262935dbd3fc6e96c34, 49366d0a3e534772a21956b3be163fed; no voters: 5ab45b0b0dd84181af7557424b2f302b
I20260608 12:41:40.741634  7626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "49366d0a3e534772a21956b3be163fed"
I20260608 12:41:40.741493  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dc03629dae343d19724ec28c14f5ed8" candidate_uuid: "5ab45b0b0dd84181af7557424b2f302b" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "2ad300ed21b54262935dbd3fc6e96c34"
I20260608 12:41:40.742439  7759 raft_consensus.cc:2804] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:41:40.742828  7706 raft_consensus.cc:3060] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:40.743983  7759 raft_consensus.cc:697] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 LEADER]: Becoming Leader. State: Replica: 2ad300ed21b54262935dbd3fc6e96c34, State: Running, Role: LEADER
I20260608 12:41:40.745086  7759 consensus_queue.cc:237] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [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: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.748921  7706 raft_consensus.cc:2468] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ab45b0b0dd84181af7557424b2f302b in term 3.
I20260608 12:41:40.750358  7505 leader_election.cc:304] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [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: 2ad300ed21b54262935dbd3fc6e96c34, 5ab45b0b0dd84181af7557424b2f302b; no voters: 49366d0a3e534772a21956b3be163fed
I20260608 12:41:40.751209  7739 raft_consensus.cc:2804] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:41:40.751813  7739 raft_consensus.cc:697] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 3 LEADER]: Becoming Leader. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Running, Role: LEADER
I20260608 12:41:40.752300  7082 catalog_manager.cc:5696] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 reported cstate change: term changed from 2 to 3, leader changed from 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193) to 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195). New cstate: current_term: 3 leader_uuid: "2ad300ed21b54262935dbd3fc6e96c34" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:40.752669  7739 consensus_queue.cc:237] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [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: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:40.760859  7081 catalog_manager.cc:5696] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b reported cstate change: term changed from 2 to 3, leader changed from 49366d0a3e534772a21956b3be163fed (127.0.107.194) to 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193). New cstate: current_term: 3 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:40.934700  7706 raft_consensus.cc:1275] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:40.936192  7739 consensus_queue.cc:1048] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:40.948231  7626 raft_consensus.cc:1275] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:40.950364  7739 consensus_queue.cc:1048] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:40.988760  7626 raft_consensus.cc:1275] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: 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:40.990166  7739 consensus_queue.cc:1048] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:41.000445  7706 raft_consensus.cc:1275] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: 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:41.002662  7744 consensus_queue.cc:1048] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:41.113740  7545 raft_consensus.cc:1240] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 3 LEADER]: Rejecting Update request from peer 49366d0a3e534772a21956b3be163fed for earlier term 2. Current term is 3. Ops: []
I20260608 12:41:41.115190  7751 consensus_queue.cc:1059] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:41.115967  7751 consensus_queue.cc:1243] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [LEADER]: Peer 5ab45b0b0dd84181af7557424b2f302b log is divergent from this leader: its last log entry 3.2 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 12:41:41.116619  7755 raft_consensus.cc:3055] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:41:41.116976  7755 raft_consensus.cc:740] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 49366d0a3e534772a21956b3be163fed, State: Running, Role: LEADER
I20260608 12:41:41.117725  7755 consensus_queue.cc:260] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [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: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:41.118716  7755 raft_consensus.cc:3060] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:41.136229  7706 raft_consensus.cc:1275] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: 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:41.137660  7744 consensus_queue.cc:1048] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:41.151261  7626 raft_consensus.cc:1275] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:41.152693  7739 consensus_queue.cc:1048] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:41.153466  7739 consensus_queue.cc:1243] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Peer 49366d0a3e534772a21956b3be163fed log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 12:41:41.156407  7626 pending_rounds.cc:85] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: Aborting all ops after (but not including) 0
I20260608 12:41:41.156908  7626 pending_rounds.cc:107] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260608 12:41:41.157289  7626 raft_consensus.cc:2889] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:41:41.179085  7706 raft_consensus.cc:1240] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 LEADER]: Rejecting Update request from peer 5ab45b0b0dd84181af7557424b2f302b for earlier term 2. Current term is 3. Ops: []
I20260608 12:41:41.180449  7739 consensus_queue.cc:1059] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:41.181226  7739 consensus_queue.cc:1243] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Peer 2ad300ed21b54262935dbd3fc6e96c34 log is divergent from this leader: its last log entry 3.2 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 12:41:41.181808  7771 raft_consensus.cc:3055] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:41:41.182173  7771 raft_consensus.cc:740] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 5ab45b0b0dd84181af7557424b2f302b, State: Running, Role: LEADER
I20260608 12:41:41.182992  7771 consensus_queue.cc:260] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [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: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } }
I20260608 12:41:41.184072  7771 raft_consensus.cc:3060] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:41.314240  7626 raft_consensus.cc:1275] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Refusing update from remote peer 2ad300ed21b54262935dbd3fc6e96c34: 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:41.315697  7759 consensus_queue.cc:1048] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:41.321012  7545 raft_consensus.cc:1275] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 3 FOLLOWER]: Refusing update from remote peer 2ad300ed21b54262935dbd3fc6e96c34: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:41.322785  7759 consensus_queue.cc:1048] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:41:41.325480  7759 consensus_queue.cc:1243] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Peer 5ab45b0b0dd84181af7557424b2f302b log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 12:41:41.328855  7545 pending_rounds.cc:85] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Aborting all ops after (but not including) 0
I20260608 12:41:41.329324  7545 pending_rounds.cc:107] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260608 12:41:41.329744  7545 raft_consensus.cc:2889] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:41:41.697149  7545 consensus_queue.cc:237] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 3.2, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } }
I20260608 12:41:41.704918  7626 raft_consensus.cc:1275] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:41.705106  7706 raft_consensus.cc:1275] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:41.706650  7771 consensus_queue.cc:1048] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:41.707806  7739 consensus_queue.cc:1048] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:41:41.716156  7505 consensus_peers.cc:597] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b -> Peer 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196:33647): Couldn't send request to peer 31e03b0ec3924a2f97082bf175394f92. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4dc03629dae343d19724ec28c14f5ed8. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:41.715459  7739 raft_consensus.cc:2955] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } } }
I20260608 12:41:41.717708  7626 raft_consensus.cc:2955] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } } }
I20260608 12:41:41.718078  7706 raft_consensus.cc:2955] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } } }
I20260608 12:41:41.731370  7081 catalog_manager.cc:5696] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b reported cstate change: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:41.732771  7705 consensus_queue.cc:237] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 3.2, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } }
I20260608 12:41:41.740671  7626 raft_consensus.cc:1275] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Refusing update from remote peer 2ad300ed21b54262935dbd3fc6e96c34: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:41.742662  7759 consensus_queue.cc:1048] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:41.746088  7545 raft_consensus.cc:1275] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 3 FOLLOWER]: Refusing update from remote peer 2ad300ed21b54262935dbd3fc6e96c34: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:41.748507  7759 consensus_queue.cc:1048] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } 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:41.753615  7762 raft_consensus.cc:2955] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } } }
I20260608 12:41:41.754498  7626 raft_consensus.cc:2955] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } } }
W20260608 12:41:41.759112  7666 consensus_peers.cc:597] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 -> Peer 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196:33647): Couldn't send request to peer 31e03b0ec3924a2f97082bf175394f92. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4d7e72b38a4a434bac2dcc73b1b031bd. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:41.762729  7545 raft_consensus.cc:2955] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } } }
I20260608 12:41:41.769912  7544 consensus_queue.cc:237] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [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: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } }
I20260608 12:41:41.775266  7083 catalog_manager.cc:5696] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed reported cstate change: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "2ad300ed21b54262935dbd3fc6e96c34" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } } }
I20260608 12:41:41.781230  7626 raft_consensus.cc:1275] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: 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:41.783160  7739 consensus_queue.cc:1048] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } 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:41.786908  7705 raft_consensus.cc:1275] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260608 12:41:41.790568  7505 consensus_peers.cc:597] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b -> Peer 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196:33647): Couldn't send request to peer 31e03b0ec3924a2f97082bf175394f92. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1e0df85c34614fcd9014e21fc39f5c5d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:41.791988  7739 consensus_queue.cc:1048] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:41.794799  7771 raft_consensus.cc:2955] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } } }
I20260608 12:41:41.795281  7626 raft_consensus.cc:2955] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } } }
I20260608 12:41:41.797256  7705 raft_consensus.cc:2955] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } } }
I20260608 12:41:41.810067  7083 catalog_manager.cc:5696] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b reported cstate change: config changed from index -1 to 3, NON_VOTER 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:42.142287  7782 ts_tablet_manager.cc:933] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92: Initiating tablet copy from peer 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119)
I20260608 12:41:42.144095  7782 tablet_copy_client.cc:323] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38119
I20260608 12:41:42.157405  7555 tablet_copy_service.cc:140] P 5ab45b0b0dd84181af7557424b2f302b: Received BeginTabletCopySession request for tablet 4dc03629dae343d19724ec28c14f5ed8 from peer 31e03b0ec3924a2f97082bf175394f92 ({username='slave'} at 127.0.0.1:58018)
I20260608 12:41:42.158308  7555 tablet_copy_service.cc:161] P 5ab45b0b0dd84181af7557424b2f302b: Beginning new tablet copy session on tablet 4dc03629dae343d19724ec28c14f5ed8 from peer 31e03b0ec3924a2f97082bf175394f92 at {username='slave'} at 127.0.0.1:58018: session id = 31e03b0ec3924a2f97082bf175394f92-4dc03629dae343d19724ec28c14f5ed8
I20260608 12:41:42.167152  7555 tablet_copy_source_session.cc:215] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:42.170783  7782 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4dc03629dae343d19724ec28c14f5ed8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:42.181571  7782 tablet_copy_client.cc:806] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:42.182197  7782 tablet_copy_client.cc:670] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:42.185737  7786 ts_tablet_manager.cc:933] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92: Initiating tablet copy from peer 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439)
I20260608 12:41:42.186257  7782 tablet_copy_client.cc:538] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:42.189075  7786 tablet_copy_client.cc:323] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:42439
I20260608 12:41:42.195770  7782 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92: Bootstrap starting.
I20260608 12:41:42.201617  7716 tablet_copy_service.cc:140] P 2ad300ed21b54262935dbd3fc6e96c34: Received BeginTabletCopySession request for tablet 4d7e72b38a4a434bac2dcc73b1b031bd from peer 31e03b0ec3924a2f97082bf175394f92 ({username='slave'} at 127.0.0.1:53726)
I20260608 12:41:42.202493  7716 tablet_copy_service.cc:161] P 2ad300ed21b54262935dbd3fc6e96c34: Beginning new tablet copy session on tablet 4d7e72b38a4a434bac2dcc73b1b031bd from peer 31e03b0ec3924a2f97082bf175394f92 at {username='slave'} at 127.0.0.1:53726: session id = 31e03b0ec3924a2f97082bf175394f92-4d7e72b38a4a434bac2dcc73b1b031bd
I20260608 12:41:42.210747  7716 tablet_copy_source_session.cc:215] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:42.214038  7786 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d7e72b38a4a434bac2dcc73b1b031bd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:42.216547  7782 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92: 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:42.217614  7782 tablet_bootstrap.cc:492] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92: Bootstrap complete.
I20260608 12:41:42.218446  7782 ts_tablet_manager.cc:1403] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.004s
I20260608 12:41:42.221804  7782 raft_consensus.cc:359] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } }
I20260608 12:41:42.222855  7782 raft_consensus.cc:740] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 31e03b0ec3924a2f97082bf175394f92, State: Initialized, Role: LEARNER
I20260608 12:41:42.223719  7782 consensus_queue.cc:260] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } }
I20260608 12:41:42.228264  7782 ts_tablet_manager.cc:1434] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.004s
I20260608 12:41:42.229426  7786 tablet_copy_client.cc:806] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:42.230082  7786 tablet_copy_client.cc:670] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:42.230513  7555 tablet_copy_service.cc:342] P 5ab45b0b0dd84181af7557424b2f302b: Request end of tablet copy session 31e03b0ec3924a2f97082bf175394f92-4dc03629dae343d19724ec28c14f5ed8 received from {username='slave'} at 127.0.0.1:58018
I20260608 12:41:42.231128  7555 tablet_copy_service.cc:434] P 5ab45b0b0dd84181af7557424b2f302b: ending tablet copy session 31e03b0ec3924a2f97082bf175394f92-4dc03629dae343d19724ec28c14f5ed8 on tablet 4dc03629dae343d19724ec28c14f5ed8 with peer 31e03b0ec3924a2f97082bf175394f92
I20260608 12:41:42.235246  7786 tablet_copy_client.cc:538] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:42.242261  7786 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92: Bootstrap starting.
I20260608 12:41:42.259428  7786 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92: 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:42.260411  7786 tablet_bootstrap.cc:492] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92: Bootstrap complete.
I20260608 12:41:42.261025  7786 ts_tablet_manager.cc:1403] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.008s
I20260608 12:41:42.263830  7786 raft_consensus.cc:359] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } }
I20260608 12:41:42.264866  7786 raft_consensus.cc:740] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 31e03b0ec3924a2f97082bf175394f92, State: Initialized, Role: LEARNER
I20260608 12:41:42.265684  7786 consensus_queue.cc:260] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } }
I20260608 12:41:42.268149  7786 ts_tablet_manager.cc:1434] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260608 12:41:42.270534  7716 tablet_copy_service.cc:342] P 2ad300ed21b54262935dbd3fc6e96c34: Request end of tablet copy session 31e03b0ec3924a2f97082bf175394f92-4d7e72b38a4a434bac2dcc73b1b031bd received from {username='slave'} at 127.0.0.1:53726
I20260608 12:41:42.271126  7716 tablet_copy_service.cc:434] P 2ad300ed21b54262935dbd3fc6e96c34: ending tablet copy session 31e03b0ec3924a2f97082bf175394f92-4d7e72b38a4a434bac2dcc73b1b031bd on tablet 4d7e72b38a4a434bac2dcc73b1b031bd with peer 31e03b0ec3924a2f97082bf175394f92
I20260608 12:41:42.331573  7786 ts_tablet_manager.cc:933] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92: Initiating tablet copy from peer 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119)
I20260608 12:41:42.333240  7786 tablet_copy_client.cc:323] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38119
I20260608 12:41:42.334865  7555 tablet_copy_service.cc:140] P 5ab45b0b0dd84181af7557424b2f302b: Received BeginTabletCopySession request for tablet 1e0df85c34614fcd9014e21fc39f5c5d from peer 31e03b0ec3924a2f97082bf175394f92 ({username='slave'} at 127.0.0.1:58018)
I20260608 12:41:42.335467  7555 tablet_copy_service.cc:161] P 5ab45b0b0dd84181af7557424b2f302b: Beginning new tablet copy session on tablet 1e0df85c34614fcd9014e21fc39f5c5d from peer 31e03b0ec3924a2f97082bf175394f92 at {username='slave'} at 127.0.0.1:58018: session id = 31e03b0ec3924a2f97082bf175394f92-1e0df85c34614fcd9014e21fc39f5c5d
I20260608 12:41:42.340392  7555 tablet_copy_source_session.cc:215] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:42.343181  7786 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e0df85c34614fcd9014e21fc39f5c5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:42.353255  7786 tablet_copy_client.cc:806] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:42.353840  7786 tablet_copy_client.cc:670] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:42.357163  7786 tablet_copy_client.cc:538] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:42.363078  7786 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92: Bootstrap starting.
I20260608 12:41:42.380087  7786 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92: 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:42.380856  7786 tablet_bootstrap.cc:492] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92: Bootstrap complete.
I20260608 12:41:42.381476  7786 ts_tablet_manager.cc:1403] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92: Time spent bootstrapping tablet: real 0.019s	user 0.019s	sys 0.000s
I20260608 12:41:42.383823  7786 raft_consensus.cc:359] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } }
I20260608 12:41:42.384684  7786 raft_consensus.cc:740] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 31e03b0ec3924a2f97082bf175394f92, State: Initialized, Role: LEARNER
I20260608 12:41:42.385304  7786 consensus_queue.cc:260] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92 [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: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: true } }
I20260608 12:41:42.387147  7786 ts_tablet_manager.cc:1434] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:42.389012  7555 tablet_copy_service.cc:342] P 5ab45b0b0dd84181af7557424b2f302b: Request end of tablet copy session 31e03b0ec3924a2f97082bf175394f92-1e0df85c34614fcd9014e21fc39f5c5d received from {username='slave'} at 127.0.0.1:58018
I20260608 12:41:42.389611  7555 tablet_copy_service.cc:434] P 5ab45b0b0dd84181af7557424b2f302b: ending tablet copy session 31e03b0ec3924a2f97082bf175394f92-1e0df85c34614fcd9014e21fc39f5c5d on tablet 1e0df85c34614fcd9014e21fc39f5c5d with peer 31e03b0ec3924a2f97082bf175394f92
I20260608 12:41:42.614306  7461 raft_consensus.cc:1217] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260608 12:41:42.689873  7461 raft_consensus.cc:1217] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260608 12:41:42.716027  7461 raft_consensus.cc:1217] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:41:43.045563  7794 raft_consensus.cc:1064] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34: attempting to promote NON_VOTER 31e03b0ec3924a2f97082bf175394f92 to VOTER
I20260608 12:41:43.047685  7794 consensus_queue.cc:237] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } }
I20260608 12:41:43.054030  7461 raft_consensus.cc:1275] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 [term 3 LEARNER]: Refusing update from remote peer 2ad300ed21b54262935dbd3fc6e96c34: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:43.054260  7626 raft_consensus.cc:1275] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Refusing update from remote peer 2ad300ed21b54262935dbd3fc6e96c34: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:43.055295  7544 raft_consensus.cc:1275] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 3 FOLLOWER]: Refusing update from remote peer 2ad300ed21b54262935dbd3fc6e96c34: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:43.055924  7795 consensus_queue.cc:1048] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } 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:43.056814  7762 consensus_queue.cc:1048] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } 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:43.057545  7794 consensus_queue.cc:1048] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:43.080209  7762 raft_consensus.cc:2955] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.085421  7461 raft_consensus.cc:2955] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.084558  7544 raft_consensus.cc:2955] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.095429  7626 raft_consensus.cc:2955] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.099380  7796 raft_consensus.cc:1064] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b: attempting to promote NON_VOTER 31e03b0ec3924a2f97082bf175394f92 to VOTER
I20260608 12:41:43.107708  7796 consensus_queue.cc:237] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } }
I20260608 12:41:43.111840  7082 catalog_manager.cc:5696] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 reported cstate change: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "2ad300ed21b54262935dbd3fc6e96c34" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } attrs { replace: true } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.127696  7461 raft_consensus.cc:1275] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92 [term 3 LEARNER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:43.129348  7705 raft_consensus.cc:1275] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:43.131727  7796 consensus_queue.cc:1048] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } 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:43.135437  7625 raft_consensus.cc:1275] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:43.136423  7739 consensus_queue.cc:1048] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } 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:43.141422  7739 consensus_queue.cc:1048] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:43.165810  7796 raft_consensus.cc:2955] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.170874  7705 raft_consensus.cc:2955] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.172248  7461 raft_consensus.cc:2955] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.174495  7706 consensus_queue.cc:237] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } }
I20260608 12:41:43.186249  7083 catalog_manager.cc:5696] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 reported cstate change: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.188365  7626 raft_consensus.cc:2955] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } attrs { replace: true } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.187281  7461 raft_consensus.cc:1275] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 [term 3 FOLLOWER]: Refusing update from remote peer 2ad300ed21b54262935dbd3fc6e96c34: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:41:43.194018  7624 raft_consensus.cc:1275] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Refusing update from remote peer 2ad300ed21b54262935dbd3fc6e96c34: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:41:43.196097  7795 consensus_queue.cc:1048] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:43.197484  7794 consensus_queue.cc:1048] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } 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:43.205904  7794 raft_consensus.cc:2955] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.211484  7624 raft_consensus.cc:2955] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.215288  7461 raft_consensus.cc:2955] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.222460  7771 raft_consensus.cc:1064] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b: attempting to promote NON_VOTER 31e03b0ec3924a2f97082bf175394f92 to VOTER
I20260608 12:41:43.225212  7771 consensus_queue.cc:237] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [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: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } }
I20260608 12:41:43.230072  7068 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 4d7e72b38a4a434bac2dcc73b1b031bd with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:43.230070  7081 catalog_manager.cc:5696] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 reported cstate change: config changed from index 4 to 5, VOTER 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193) evicted. New cstate: current_term: 3 leader_uuid: "2ad300ed21b54262935dbd3fc6e96c34" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.241766  7461 raft_consensus.cc:1275] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92 [term 2 LEARNER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: 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:43.243731  7706 raft_consensus.cc:1275] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: 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:43.244351  7771 consensus_queue.cc:1048] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } 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:43.244310  7544 consensus_queue.cc:237] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } }
I20260608 12:41:43.242007  7624 raft_consensus.cc:1275] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: 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:43.247470  7535 tablet_service.cc:1558] Processing DeleteTablet for tablet 4d7e72b38a4a434bac2dcc73b1b031bd with delete_type TABLET_DATA_TOMBSTONED (TS 5ab45b0b0dd84181af7557424b2f302b not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:58030
I20260608 12:41:43.255517  7739 consensus_queue.cc:1048] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:43.259753  7626 raft_consensus.cc:1275] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:41:43.259929  7461 raft_consensus.cc:1275] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92 [term 3 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:41:43.261181  7796 consensus_queue.cc:1048] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } 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:43.264055  7771 consensus_queue.cc:1048] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } 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:43.265287  7739 consensus_queue.cc:1048] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:43.271746  7744 raft_consensus.cc:2955] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.273582  7460 raft_consensus.cc:2955] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.282836  7626 raft_consensus.cc:2955] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.287919  7083 catalog_manager.cc:5696] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92 reported cstate change: config changed from index 4 to 5, VOTER 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195) evicted. New cstate: current_term: 3 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.290633  7067 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 4dc03629dae343d19724ec28c14f5ed8 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:43.290513  7815 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:43.293043  7815 raft_consensus.cc:2243] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.298002  7815 raft_consensus.cc:2272] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.297098  7796 raft_consensus.cc:2955] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.299973  7706 raft_consensus.cc:2955] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.303261  7696 tablet_service.cc:1558] Processing DeleteTablet for tablet 4dc03629dae343d19724ec28c14f5ed8 with delete_type TABLET_DATA_TOMBSTONED (TS 2ad300ed21b54262935dbd3fc6e96c34 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:53736
I20260608 12:41:43.299973  7626 raft_consensus.cc:2955] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.311403  7815 ts_tablet_manager.cc:1916] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:43.311065  7460 raft_consensus.cc:2955] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.316324  7818 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:43.322196  7081 catalog_manager.cc:5696] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b reported cstate change: config changed from index 3 to 4, 31e03b0ec3924a2f97082bf175394f92 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "49366d0a3e534772a21956b3be163fed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35879 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:43.325896  7818 raft_consensus.cc:2243] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.326735  7818 raft_consensus.cc:2272] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.331605  7818 ts_tablet_manager.cc:1916] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:43.335757  7815 ts_tablet_manager.cc:1929] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260608 12:41:43.336259  7815 log.cc:1199] T 4d7e72b38a4a434bac2dcc73b1b031bd P 5ab45b0b0dd84181af7557424b2f302b: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-0-root/wals/4d7e72b38a4a434bac2dcc73b1b031bd
I20260608 12:41:43.337846  7067 catalog_manager.cc:5027] TS 5ab45b0b0dd84181af7557424b2f302b (127.0.107.193:38119): tablet 4d7e72b38a4a434bac2dcc73b1b031bd (table test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]) successfully deleted
I20260608 12:41:43.341753  7544 consensus_queue.cc:237] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [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: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } }
I20260608 12:41:43.346316  7818 ts_tablet_manager.cc:1929] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260608 12:41:43.346803  7818 log.cc:1199] T 4dc03629dae343d19724ec28c14f5ed8 P 2ad300ed21b54262935dbd3fc6e96c34: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-2-root/wals/4dc03629dae343d19724ec28c14f5ed8
I20260608 12:41:43.347150  7460 raft_consensus.cc:1275] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92 [term 2 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: 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:43.348513  7068 catalog_manager.cc:5027] TS 2ad300ed21b54262935dbd3fc6e96c34 (127.0.107.195:42439): tablet 4dc03629dae343d19724ec28c14f5ed8 (table test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]) successfully deleted
I20260608 12:41:43.349505  7706 raft_consensus.cc:1275] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Refusing update from remote peer 5ab45b0b0dd84181af7557424b2f302b: 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:43.349345  7771 consensus_queue.cc:1048] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } 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:43.350728  7739 consensus_queue.cc:1048] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [LEADER]: Connected to new peer: Peer: permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:43.356966  7796 raft_consensus.cc:2955] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 49366d0a3e534772a21956b3be163fed (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.362133  7460 raft_consensus.cc:2955] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 49366d0a3e534772a21956b3be163fed (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.363862  7706 raft_consensus.cc:2955] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 49366d0a3e534772a21956b3be163fed (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } } }
I20260608 12:41:43.365451  7067 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 1e0df85c34614fcd9014e21fc39f5c5d with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:43.371728  7080 catalog_manager.cc:5696] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b reported cstate change: config changed from index 4 to 5, VOTER 49366d0a3e534772a21956b3be163fed (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "5ab45b0b0dd84181af7557424b2f302b" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2ad300ed21b54262935dbd3fc6e96c34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5ab45b0b0dd84181af7557424b2f302b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38119 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31e03b0ec3924a2f97082bf175394f92" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 33647 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:43.393492  7616 tablet_service.cc:1558] Processing DeleteTablet for tablet 1e0df85c34614fcd9014e21fc39f5c5d with delete_type TABLET_DATA_TOMBSTONED (TS 49366d0a3e534772a21956b3be163fed not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:48438
I20260608 12:41:43.395434  7820 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:43.396106  7820 raft_consensus.cc:2243] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.396721  7820 raft_consensus.cc:2272] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.399145  7820 ts_tablet_manager.cc:1916] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:43.409598  7820 ts_tablet_manager.cc:1929] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:41:43.409901  7820 log.cc:1199] T 1e0df85c34614fcd9014e21fc39f5c5d P 49366d0a3e534772a21956b3be163fed: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922314084774-431-0/minicluster-data/ts-1-root/wals/1e0df85c34614fcd9014e21fc39f5c5d
I20260608 12:41:43.411257  7069 catalog_manager.cc:5027] TS 49366d0a3e534772a21956b3be163fed (127.0.107.194:35879): tablet 1e0df85c34614fcd9014e21fc39f5c5d (table test-workload [id=e39e6faead604f7a8b2a7b5adddbfe4e]) successfully deleted
I20260608 12:41:45.424116   431 tablet_server.cc:179] TabletServer@127.0.107.193:38119 shutting down...
I20260608 12:41:45.455791   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:45.456669   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.457314   431 raft_consensus.cc:2243] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:41:45.458452   431 raft_consensus.cc:2272] T 4dc03629dae343d19724ec28c14f5ed8 P 5ab45b0b0dd84181af7557424b2f302b [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.461102   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.461589   431 raft_consensus.cc:2243] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:45.462603   431 raft_consensus.cc:2272] T 1e0df85c34614fcd9014e21fc39f5c5d P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.464946   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.465346   431 raft_consensus.cc:2243] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:45.466550   431 raft_consensus.cc:2272] T b5ebe276f2264ed4a71be52ce197767b P 5ab45b0b0dd84181af7557424b2f302b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.493183   431 tablet_server.cc:196] TabletServer@127.0.107.193:38119 shutdown complete.
I20260608 12:41:45.513535   431 tablet_server.cc:179] TabletServer@127.0.107.194:35879 shutting down...
I20260608 12:41:45.542825   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:45.543650   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.544303   431 raft_consensus.cc:2243] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.545017   431 raft_consensus.cc:2272] T 4d7e72b38a4a434bac2dcc73b1b031bd P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.547628   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.548177   431 raft_consensus.cc:2243] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.549278   431 raft_consensus.cc:2272] T 4dc03629dae343d19724ec28c14f5ed8 P 49366d0a3e534772a21956b3be163fed [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.551807   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.552300   431 raft_consensus.cc:2243] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.552778   431 raft_consensus.cc:2272] T b5ebe276f2264ed4a71be52ce197767b P 49366d0a3e534772a21956b3be163fed [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.577636   431 tablet_server.cc:196] TabletServer@127.0.107.194:35879 shutdown complete.
I20260608 12:41:45.596355   431 tablet_server.cc:179] TabletServer@127.0.107.195:42439 shutting down...
I20260608 12:41:45.621105   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:45.621958   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.622575   431 raft_consensus.cc:2243] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:41:45.623714   431 raft_consensus.cc:2272] T 4d7e72b38a4a434bac2dcc73b1b031bd P 2ad300ed21b54262935dbd3fc6e96c34 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.626114   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.626633   431 raft_consensus.cc:2243] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.627629   431 raft_consensus.cc:2272] T 1e0df85c34614fcd9014e21fc39f5c5d P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.629918   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:45.630402   431 raft_consensus.cc:2243] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.630975   431 raft_consensus.cc:2272] T b5ebe276f2264ed4a71be52ce197767b P 2ad300ed21b54262935dbd3fc6e96c34 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.655613   431 tablet_server.cc:196] TabletServer@127.0.107.195:42439 shutdown complete.
I20260608 12:41:45.672417   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:45.694134   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:45.694977   431 tablet_replica.cc:333] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92: stopping tablet replica
I20260608 12:41:45.695608   431 raft_consensus.cc:2243] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.696348   431 raft_consensus.cc:2272] T 4d7e72b38a4a434bac2dcc73b1b031bd P 31e03b0ec3924a2f97082bf175394f92 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.698550   431 tablet_replica.cc:333] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92: stopping tablet replica
I20260608 12:41:45.698971   431 raft_consensus.cc:2243] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.699702   431 raft_consensus.cc:2272] T 1e0df85c34614fcd9014e21fc39f5c5d P 31e03b0ec3924a2f97082bf175394f92 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.701901   431 tablet_replica.cc:333] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92: stopping tablet replica
I20260608 12:41:45.702368   431 raft_consensus.cc:2243] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:45.702917   431 raft_consensus.cc:2272] T 4dc03629dae343d19724ec28c14f5ed8 P 31e03b0ec3924a2f97082bf175394f92 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.724737   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:45.739732   431 master.cc:562] Master@127.0.107.254:33787 shutting down...
I20260608 12:41:45.756682   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:45.757323   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:45.757649   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3eff23d2fd7f497ba3dede7a2c9c2d44: stopping tablet replica
I20260608 12:41:45.777046   431 master.cc:584] Master@127.0.107.254:33787 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (16449 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260608 12:41:45.814990   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41329
I20260608 12:41:45.816203   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:45.821635  7822 instance_detector.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:45.821818  7823 instance_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:45.822461  7825 instance_detector.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:45.823577   431 server_base.cc:1061] running on GCE node
I20260608 12:41:45.824488   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:45.824669   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:45.824781   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922505824770 us; error 0 us; skew 500 ppm
I20260608 12:41:45.825278   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:45.827515   431 webserver.cc:533] Webserver started at http://127.0.107.254:40171/ using document root <none> and password file <none>
I20260608 12:41:45.827971   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:45.828133   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:45.828346   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:45.829423   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "73f8508b918043d1aefcf18b1adb188f"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-jl41"
I20260608 12:41:45.833720   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260608 12:41:45.837071  7830 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:45.837845   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:45.838094   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "73f8508b918043d1aefcf18b1adb188f"
format_stamp: "Formatted at 2026-06-08 12:41:45 on dist-test-slave-jl41"
I20260608 12:41:45.838325   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-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:45.855252   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:45.856509   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:45.896574   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41329
I20260608 12:41:45.896692  7881 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41329 every 8 connection(s)
I20260608 12:41:45.900745  7882 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:45.911374  7882 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f: Bootstrap starting.
I20260608 12:41:45.916189  7882 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:45.920377  7882 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f: No bootstrap required, opened a new log
I20260608 12:41:45.922576  7882 raft_consensus.cc:359] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "73f8508b918043d1aefcf18b1adb188f" member_type: VOTER }
I20260608 12:41:45.923010  7882 raft_consensus.cc:385] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:45.923207  7882 raft_consensus.cc:740] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 73f8508b918043d1aefcf18b1adb188f, State: Initialized, Role: FOLLOWER
I20260608 12:41:45.923792  7882 consensus_queue.cc:260] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "73f8508b918043d1aefcf18b1adb188f" member_type: VOTER }
I20260608 12:41:45.924221  7882 raft_consensus.cc:399] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:45.924407  7882 raft_consensus.cc:493] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:45.924620  7882 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:45.928892  7882 raft_consensus.cc:515] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "73f8508b918043d1aefcf18b1adb188f" member_type: VOTER }
I20260608 12:41:45.929374  7882 leader_election.cc:304] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [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: 73f8508b918043d1aefcf18b1adb188f; no voters: 
I20260608 12:41:45.930490  7882 leader_election.cc:290] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:45.930940  7885 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:45.932325  7885 raft_consensus.cc:697] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [term 1 LEADER]: Becoming Leader. State: Replica: 73f8508b918043d1aefcf18b1adb188f, State: Running, Role: LEADER
I20260608 12:41:45.933040  7885 consensus_queue.cc:237] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [LEADER]: Queue going to LEADER mode. State: All 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: "73f8508b918043d1aefcf18b1adb188f" member_type: VOTER }
I20260608 12:41:45.933449  7882 sys_catalog.cc:565] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:45.937593  7886 sys_catalog.cc:455] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "73f8508b918043d1aefcf18b1adb188f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "73f8508b918043d1aefcf18b1adb188f" member_type: VOTER } }
I20260608 12:41:45.938246  7886 sys_catalog.cc:458] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:45.938625  7887 sys_catalog.cc:455] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 73f8508b918043d1aefcf18b1adb188f. Latest consensus state: current_term: 1 leader_uuid: "73f8508b918043d1aefcf18b1adb188f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "73f8508b918043d1aefcf18b1adb188f" member_type: VOTER } }
I20260608 12:41:45.939239  7887 sys_catalog.cc:458] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:45.944485  7892 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:45.950006  7892 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:45.950955   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:45.959539  7892 catalog_manager.cc:1382] Generated new cluster ID: 14192fb4b6764f4fbcc6fa12b8e69ca4
I20260608 12:41:45.959856  7892 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:45.976330  7892 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:45.977625  7892 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:45.990437  7892 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f: Generated new TSK 0
I20260608 12:41:45.991101  7892 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:46.017443   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:46.023409  7903 instance_detector.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:46.024279  7904 instance_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:46.025595  7906 instance_detector.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:46.026407   431 server_base.cc:1061] running on GCE node
I20260608 12:41:46.027261   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:46.027496   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:46.027630   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922506027614 us; error 0 us; skew 500 ppm
I20260608 12:41:46.028174   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:46.030313   431 webserver.cc:533] Webserver started at http://127.0.107.193:43127/ using document root <none> and password file <none>
I20260608 12:41:46.030748   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:46.030900   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:46.031107   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:46.032239   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "4428cf420f45491e84e1fb2bef8f72d0"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-jl41"
I20260608 12:41:46.036969   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:46.040529  7911 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:46.041262   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260608 12:41:46.041522   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "4428cf420f45491e84e1fb2bef8f72d0"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-jl41"
I20260608 12:41:46.041764   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-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:46.068815   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:46.069993   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:46.071367   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:46.073655   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:46.073841   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.074085   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:46.074224   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.113540   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45875
I20260608 12:41:46.113638  7973 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45875 every 8 connection(s)
I20260608 12:41:46.118769   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:46.125641  7978 instance_detector.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:46.126102  7979 instance_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:46.129580   431 server_base.cc:1061] running on GCE node
W20260608 12:41:46.130478  7981 instance_detector.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:46.131364   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:46.131587   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:46.131767   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922506131749 us; error 0 us; skew 500 ppm
I20260608 12:41:46.132354   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:46.135238  7974 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41329
I20260608 12:41:46.135241   431 webserver.cc:533] Webserver started at http://127.0.107.194:45737/ using document root <none> and password file <none>
I20260608 12:41:46.135831  7974 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:46.136065   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:46.136302   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:46.136538   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:46.136643  7974 heartbeater.cc:507] Master 127.0.107.254:41329 requested a full tablet report, sending...
I20260608 12:41:46.137868   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "ad39690179fa49278d0dbe47911973b6"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-jl41"
I20260608 12:41:46.138926  7847 ts_manager.cc:194] Registered new tserver with Master: 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875)
I20260608 12:41:46.140885  7847 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46828
I20260608 12:41:46.142931   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:41:46.146579  7986 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:46.147337   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:46.147611   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "ad39690179fa49278d0dbe47911973b6"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-jl41"
I20260608 12:41:46.147881   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-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:46.175170   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:46.176414   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:46.177845   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:46.180091   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:46.180282   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.180503   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:46.180655   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.219274   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42899
I20260608 12:41:46.219420  8048 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42899 every 8 connection(s)
I20260608 12:41:46.224257   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:46.231359  8052 instance_detector.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:46.232246  8053 instance_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:46.234606  8055 instance_detector.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:46.236407   431 server_base.cc:1061] running on GCE node
I20260608 12:41:46.236594  8049 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41329
I20260608 12:41:46.237089  8049 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:46.237396   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:46.237638   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:46.237816   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922506237799 us; error 0 us; skew 500 ppm
I20260608 12:41:46.237907  8049 heartbeater.cc:507] Master 127.0.107.254:41329 requested a full tablet report, sending...
I20260608 12:41:46.238492   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:46.240337  7847 ts_manager.cc:194] Registered new tserver with Master: ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:46.241400   431 webserver.cc:533] Webserver started at http://127.0.107.195:45503/ using document root <none> and password file <none>
I20260608 12:41:46.242090   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:46.242327   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:46.242237  7847 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46840
I20260608 12:41:46.242755   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:46.244195   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "4a6f47166ced4408a19fb6bc514d47be"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-jl41"
I20260608 12:41:46.248771   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:46.252223  8060 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:46.252928   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:46.253216   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "4a6f47166ced4408a19fb6bc514d47be"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-jl41"
I20260608 12:41:46.253466   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-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:46.265316   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:46.266461   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:46.267916   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:46.270119   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:46.270309   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.270526   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:46.270682   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:46.309468   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41729
I20260608 12:41:46.309612  8122 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41729 every 8 connection(s)
I20260608 12:41:46.322955  8123 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41329
I20260608 12:41:46.323359  8123 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:46.324050  8123 heartbeater.cc:507] Master 127.0.107.254:41329 requested a full tablet report, sending...
I20260608 12:41:46.325897  7847 ts_manager.cc:194] Registered new tserver with Master: 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:46.326108   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013260166s
I20260608 12:41:46.327239  7847 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46856
I20260608 12:41:47.143493  7974 heartbeater.cc:499] Master 127.0.107.254:41329 was elected leader, sending a full tablet report...
I20260608 12:41:47.245265  8049 heartbeater.cc:499] Master 127.0.107.254:41329 was elected leader, sending a full tablet report...
I20260608 12:41:47.330127  8123 heartbeater.cc:499] Master 127.0.107.254:41329 was elected leader, sending a full tablet report...
I20260608 12:41:47.382484  7847 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46864:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:47.384889  7847 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:47.445799  7939 tablet_service.cc:1511] Processing CreateTablet for tablet c244cce5d4424322800a12f5e765efd7 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:47.446354  7938 tablet_service.cc:1511] Processing CreateTablet for tablet 71a4d35fab6649b08fa7d22af9b838b0 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:47.447369  7939 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c244cce5d4424322800a12f5e765efd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.448064  7938 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71a4d35fab6649b08fa7d22af9b838b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.453246  7937 tablet_service.cc:1511] Processing CreateTablet for tablet 818c92f5819b4394b21409ce28b89477 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:47.454618  7937 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 818c92f5819b4394b21409ce28b89477. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.457111  7936 tablet_service.cc:1511] Processing CreateTablet for tablet c14a170c83334f88a640142c96902370 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:47.458389  7936 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c14a170c83334f88a640142c96902370. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.460515  8012 tablet_service.cc:1511] Processing CreateTablet for tablet 818c92f5819b4394b21409ce28b89477 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:47.461899  8012 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 818c92f5819b4394b21409ce28b89477. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.464452  8142 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:47.466068  8014 tablet_service.cc:1511] Processing CreateTablet for tablet c244cce5d4424322800a12f5e765efd7 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:47.466950  8088 tablet_service.cc:1511] Processing CreateTablet for tablet c244cce5d4424322800a12f5e765efd7 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:47.468302  8088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c244cce5d4424322800a12f5e765efd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.468568  8085 tablet_service.cc:1511] Processing CreateTablet for tablet c14a170c83334f88a640142c96902370 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:47.469795  8085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c14a170c83334f88a640142c96902370. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.470873  8142 tablet_bootstrap.cc:654] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.471560  8014 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c244cce5d4424322800a12f5e765efd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.471484  8013 tablet_service.cc:1511] Processing CreateTablet for tablet 71a4d35fab6649b08fa7d22af9b838b0 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:47.472589  8087 tablet_service.cc:1511] Processing CreateTablet for tablet 71a4d35fab6649b08fa7d22af9b838b0 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:47.473954  8087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71a4d35fab6649b08fa7d22af9b838b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.476060  8086 tablet_service.cc:1511] Processing CreateTablet for tablet 818c92f5819b4394b21409ce28b89477 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:47.464633  8011 tablet_service.cc:1511] Processing CreateTablet for tablet c14a170c83334f88a640142c96902370 (DEFAULT_TABLE table=test-workload [id=f307fe07fad5445ca75f8bf15367878c]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:47.477406  8086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 818c92f5819b4394b21409ce28b89477. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.473017  8013 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71a4d35fab6649b08fa7d22af9b838b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.479638  8011 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c14a170c83334f88a640142c96902370. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:47.525200  8142 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0: No bootstrap required, opened a new log
I20260608 12:41:47.525763  8142 ts_tablet_manager.cc:1403] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.062s	user 0.034s	sys 0.016s
I20260608 12:41:47.530105  8142 raft_consensus.cc:359] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.531214  8142 raft_consensus.cc:385] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.532852  8142 raft_consensus.cc:740] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.533651  8142 consensus_queue.cc:260] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.536134  8145 tablet_bootstrap.cc:492] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be: Bootstrap starting.
I20260608 12:41:47.536230  8144 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6: Bootstrap starting.
I20260608 12:41:47.537850  8142 ts_tablet_manager.cc:1434] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.001s
I20260608 12:41:47.538925  8142 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:47.548259  8145 tablet_bootstrap.cc:654] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.548177  8144 tablet_bootstrap.cc:654] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.549000  8142 tablet_bootstrap.cc:654] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.561270  8145 tablet_bootstrap.cc:492] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be: No bootstrap required, opened a new log
I20260608 12:41:47.561702  8145 ts_tablet_manager.cc:1403] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.007s
I20260608 12:41:47.561966  8144 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6: No bootstrap required, opened a new log
I20260608 12:41:47.562528  8144 ts_tablet_manager.cc:1403] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6: Time spent bootstrapping tablet: real 0.027s	user 0.008s	sys 0.011s
I20260608 12:41:47.562754  8142 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: No bootstrap required, opened a new log
I20260608 12:41:47.563299  8142 ts_tablet_manager.cc:1403] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.007s
I20260608 12:41:47.564025  8145 raft_consensus.cc:359] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.564604  8145 raft_consensus.cc:385] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.564882  8145 raft_consensus.cc:740] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.565554  8145 consensus_queue.cc:260] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.565814  8144 raft_consensus.cc:359] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.566624  8144 raft_consensus.cc:385] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.566314  8142 raft_consensus.cc:359] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.566962  8144 raft_consensus.cc:740] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad39690179fa49278d0dbe47911973b6, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.567078  8142 raft_consensus.cc:385] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.567589  8142 raft_consensus.cc:740] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.567945  8144 consensus_queue.cc:260] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.568511  8142 consensus_queue.cc:260] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.570998  8142 ts_tablet_manager.cc:1434] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:47.572185  8142 tablet_bootstrap.cc:492] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:47.573405  8144 ts_tablet_manager.cc:1434] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.003s
I20260608 12:41:47.574527  8144 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6: Bootstrap starting.
I20260608 12:41:47.579195  8142 tablet_bootstrap.cc:654] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.581087  8144 tablet_bootstrap.cc:654] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.582975  8145 ts_tablet_manager.cc:1434] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.013s
I20260608 12:41:47.587143  8145 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: Bootstrap starting.
I20260608 12:41:47.594110  8145 tablet_bootstrap.cc:654] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.597903  8142 tablet_bootstrap.cc:492] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0: No bootstrap required, opened a new log
I20260608 12:41:47.597903  8144 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6: No bootstrap required, opened a new log
I20260608 12:41:47.598685  8142 ts_tablet_manager.cc:1403] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.027s	user 0.015s	sys 0.008s
I20260608 12:41:47.598713  8144 ts_tablet_manager.cc:1403] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.002s
I20260608 12:41:47.600488  8145 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: No bootstrap required, opened a new log
I20260608 12:41:47.601003  8145 ts_tablet_manager.cc:1403] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260608 12:41:47.601393  8142 raft_consensus.cc:359] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.601945  8142 raft_consensus.cc:385] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.602169  8142 raft_consensus.cc:740] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.602099  8144 raft_consensus.cc:359] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.603026  8144 raft_consensus.cc:385] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.603072  8142 consensus_queue.cc:260] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.603497  8144 raft_consensus.cc:740] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad39690179fa49278d0dbe47911973b6, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.604014  8145 raft_consensus.cc:359] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.604768  8145 raft_consensus.cc:385] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.604357  8144 consensus_queue.cc:260] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.605090  8145 raft_consensus.cc:740] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.605293  8142 ts_tablet_manager.cc:1434] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:47.606416  8142 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:47.606037  8145 consensus_queue.cc:260] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.606897  8144 ts_tablet_manager.cc:1434] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.006s
I20260608 12:41:47.608902  8144 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6: Bootstrap starting.
I20260608 12:41:47.610908  8145 ts_tablet_manager.cc:1434] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:41:47.611979  8145 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be: Bootstrap starting.
I20260608 12:41:47.613440  8142 tablet_bootstrap.cc:654] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.615130  8144 tablet_bootstrap.cc:654] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.618258  8145 tablet_bootstrap.cc:654] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.628712  8144 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6: No bootstrap required, opened a new log
I20260608 12:41:47.629259  8144 ts_tablet_manager.cc:1403] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.009s
I20260608 12:41:47.629899  8145 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be: No bootstrap required, opened a new log
I20260608 12:41:47.630453  8145 ts_tablet_manager.cc:1403] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.001s
I20260608 12:41:47.632336  8144 raft_consensus.cc:359] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.633141  8144 raft_consensus.cc:385] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.633495  8144 raft_consensus.cc:740] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad39690179fa49278d0dbe47911973b6, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.633526  8145 raft_consensus.cc:359] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.634442  8145 raft_consensus.cc:385] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.634466  8144 consensus_queue.cc:260] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.635175  8145 raft_consensus.cc:740] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.636250  8145 consensus_queue.cc:260] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.637439  8144 ts_tablet_manager.cc:1434] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:47.638561  8144 tablet_bootstrap.cc:492] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6: Bootstrap starting.
I20260608 12:41:47.640689  8145 ts_tablet_manager.cc:1434] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:41:47.641868  8145 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be: Bootstrap starting.
I20260608 12:41:47.645166  8144 tablet_bootstrap.cc:654] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.648224  8145 tablet_bootstrap.cc:654] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:47.657456  8144 tablet_bootstrap.cc:492] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6: No bootstrap required, opened a new log
I20260608 12:41:47.658082  8144 ts_tablet_manager.cc:1403] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260608 12:41:47.660492  8145 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be: No bootstrap required, opened a new log
I20260608 12:41:47.661090  8145 ts_tablet_manager.cc:1403] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.008s
I20260608 12:41:47.661332  8144 raft_consensus.cc:359] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.662132  8144 raft_consensus.cc:385] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.662460  8144 raft_consensus.cc:740] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad39690179fa49278d0dbe47911973b6, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.663442  8144 consensus_queue.cc:260] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.664480  8145 raft_consensus.cc:359] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.665241  8145 raft_consensus.cc:385] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.665572  8145 raft_consensus.cc:740] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.666076  8142 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: No bootstrap required, opened a new log
I20260608 12:41:47.666550  8142 ts_tablet_manager.cc:1403] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.060s	user 0.022s	sys 0.031s
I20260608 12:41:47.666548  8145 consensus_queue.cc:260] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.667730  8144 ts_tablet_manager.cc:1434] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.003s
I20260608 12:41:47.669112  8145 ts_tablet_manager.cc:1434] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:47.669929  8142 raft_consensus.cc:359] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.670657  8142 raft_consensus.cc:385] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:47.670944  8142 raft_consensus.cc:740] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:47.671772  8142 consensus_queue.cc:260] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.674057  8142 ts_tablet_manager.cc:1434] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:41:47.732908  8150 raft_consensus.cc:493] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:47.733470  8150 raft_consensus.cc:515] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.735885  8150 leader_election.cc:290] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:47.742723  8150 raft_consensus.cc:493] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:47.743131  8150 raft_consensus.cc:515] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.745409  8150 leader_election.cc:290] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:47.746678  7949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "818c92f5819b4394b21409ce28b89477" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0" is_pre_election: true
I20260608 12:41:47.747051  7948 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c14a170c83334f88a640142c96902370" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0" is_pre_election: true
I20260608 12:41:47.747529  7949 raft_consensus.cc:2468] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 0.
I20260608 12:41:47.747730  7948 raft_consensus.cc:2468] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 0.
I20260608 12:41:47.748206  8024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "818c92f5819b4394b21409ce28b89477" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6" is_pre_election: true
I20260608 12:41:47.748693  8023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c14a170c83334f88a640142c96902370" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6" is_pre_election: true
I20260608 12:41:47.748940  8024 raft_consensus.cc:2468] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 0.
I20260608 12:41:47.749044  8061 leader_election.cc:304] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, 4a6f47166ced4408a19fb6bc514d47be; no voters: 
I20260608 12:41:47.749403  8023 raft_consensus.cc:2468] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 0.
I20260608 12:41:47.749858  8150 raft_consensus.cc:2804] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:47.750059  8061 leader_election.cc:304] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, 4a6f47166ced4408a19fb6bc514d47be; no voters: 
I20260608 12:41:47.750305  8150 raft_consensus.cc:493] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:47.750710  8150 raft_consensus.cc:3060] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.751899  8162 raft_consensus.cc:2804] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:47.752238  8162 raft_consensus.cc:493] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:47.752524  8162 raft_consensus.cc:3060] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.756608  8150 raft_consensus.cc:515] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.757350  8162 raft_consensus.cc:515] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.758363  8150 leader_election.cc:290] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 election: Requested vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:47.759174  7948 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "818c92f5819b4394b21409ce28b89477" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0"
I20260608 12:41:47.759423  8023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "818c92f5819b4394b21409ce28b89477" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6"
I20260608 12:41:47.759807  7948 raft_consensus.cc:3060] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.759443  8162 leader_election.cc:290] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 election: Requested vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:47.760483  7949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c14a170c83334f88a640142c96902370" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0"
I20260608 12:41:47.760681  8024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c14a170c83334f88a640142c96902370" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6"
I20260608 12:41:47.761101  7949 raft_consensus.cc:3060] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.761221  8024 raft_consensus.cc:3060] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.760046  8023 raft_consensus.cc:3060] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.766219  7948 raft_consensus.cc:2468] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 1.
I20260608 12:41:47.767458  8061 leader_election.cc:304] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, 4a6f47166ced4408a19fb6bc514d47be; no voters: 
I20260608 12:41:47.768316  8024 raft_consensus.cc:2468] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 1.
I20260608 12:41:47.768316  7949 raft_consensus.cc:2468] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 1.
I20260608 12:41:47.768440  8162 raft_consensus.cc:2804] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:47.769524  8162 raft_consensus.cc:697] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Becoming Leader. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Running, Role: LEADER
I20260608 12:41:47.769899  8061 leader_election.cc:304] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, 4a6f47166ced4408a19fb6bc514d47be; no voters: 
I20260608 12:41:47.770679  8023 raft_consensus.cc:2468] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 1.
I20260608 12:41:47.770419  8162 consensus_queue.cc:237] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.770900  8150 raft_consensus.cc:2804] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:47.772370  8150 raft_consensus.cc:697] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Becoming Leader. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Running, Role: LEADER
I20260608 12:41:47.773144  8150 consensus_queue.cc:237] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.779721  8146 raft_consensus.cc:493] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:47.779484  7845 catalog_manager.cc:5696] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: term changed from 0 to 1, leader changed from <none> to 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195). New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:47.780123  8146 raft_consensus.cc:515] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.782285  8146 leader_election.cc:290] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899), 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:47.793447  7845 catalog_manager.cc:5696] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: term changed from 0 to 1, leader changed from <none> to 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195). New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:47.796288  8023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71a4d35fab6649b08fa7d22af9b838b0" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6" is_pre_election: true
I20260608 12:41:47.797027  8023 raft_consensus.cc:2468] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 0.
I20260608 12:41:47.797694  8150 raft_consensus.cc:493] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:47.798255  8150 raft_consensus.cc:515] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.798496  7912 leader_election.cc:304] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, ad39690179fa49278d0dbe47911973b6; no voters: 
I20260608 12:41:47.799495  8146 raft_consensus.cc:2804] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:47.799865  8146 raft_consensus.cc:493] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:47.800203  8146 raft_consensus.cc:3060] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.800630  8150 leader_election.cc:290] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:47.798607  8098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71a4d35fab6649b08fa7d22af9b838b0" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a6f47166ced4408a19fb6bc514d47be" is_pre_election: true
I20260608 12:41:47.801579  8098 raft_consensus.cc:2468] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 0.
I20260608 12:41:47.801925  7949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71a4d35fab6649b08fa7d22af9b838b0" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0" is_pre_election: true
I20260608 12:41:47.803303  8023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71a4d35fab6649b08fa7d22af9b838b0" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6" is_pre_election: true
I20260608 12:41:47.803831  8023 raft_consensus.cc:2468] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 0.
I20260608 12:41:47.804728  8061 leader_election.cc:304] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4a6f47166ced4408a19fb6bc514d47be, ad39690179fa49278d0dbe47911973b6; no voters: 
I20260608 12:41:47.805579  8150 raft_consensus.cc:2804] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:47.805951  8150 raft_consensus.cc:493] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:47.806289  8150 raft_consensus.cc:3060] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.807552  8146 raft_consensus.cc:515] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.808761  7949 raft_consensus.cc:2393] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4a6f47166ced4408a19fb6bc514d47be in current term 1: Already voted for candidate 4428cf420f45491e84e1fb2bef8f72d0 in this term.
I20260608 12:41:47.809823  8146 leader_election.cc:290] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 election: Requested vote from peers ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899), 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:47.810591  8023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71a4d35fab6649b08fa7d22af9b838b0" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6"
I20260608 12:41:47.811184  8023 raft_consensus.cc:3060] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.812284  8150 raft_consensus.cc:515] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.813860  8150 leader_election.cc:290] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 election: Requested vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:47.815414  8024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71a4d35fab6649b08fa7d22af9b838b0" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6"
I20260608 12:41:47.816285  8098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71a4d35fab6649b08fa7d22af9b838b0" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a6f47166ced4408a19fb6bc514d47be"
I20260608 12:41:47.816820  8023 raft_consensus.cc:2468] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 1.
I20260608 12:41:47.817013  8098 raft_consensus.cc:2393] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 4428cf420f45491e84e1fb2bef8f72d0 in current term 1: Already voted for candidate 4a6f47166ced4408a19fb6bc514d47be in this term.
I20260608 12:41:47.817819  7912 leader_election.cc:304] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, ad39690179fa49278d0dbe47911973b6; no voters: 
I20260608 12:41:47.817991  7949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71a4d35fab6649b08fa7d22af9b838b0" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0"
I20260608 12:41:47.818720  7949 raft_consensus.cc:2393] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 4a6f47166ced4408a19fb6bc514d47be in current term 1: Already voted for candidate 4428cf420f45491e84e1fb2bef8f72d0 in this term.
I20260608 12:41:47.819100  8146 raft_consensus.cc:2804] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:47.819694  8061 leader_election.cc:304] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [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: 4a6f47166ced4408a19fb6bc514d47be; no voters: 4428cf420f45491e84e1fb2bef8f72d0, ad39690179fa49278d0dbe47911973b6
I20260608 12:41:47.820310  8146 raft_consensus.cc:697] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 LEADER]: Becoming Leader. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Running, Role: LEADER
I20260608 12:41:47.821281  8146 consensus_queue.cc:237] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.820386  8150 raft_consensus.cc:2749] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:41:47.828584  7845 catalog_manager.cc:5696] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4428cf420f45491e84e1fb2bef8f72d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:47.904819  8150 raft_consensus.cc:493] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:47.905315  8150 raft_consensus.cc:515] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.907029  8150 leader_election.cc:290] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:47.907837  7949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c244cce5d4424322800a12f5e765efd7" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0" is_pre_election: true
I20260608 12:41:47.908124  8023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c244cce5d4424322800a12f5e765efd7" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6" is_pre_election: true
I20260608 12:41:47.908572  7949 raft_consensus.cc:2468] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 0.
I20260608 12:41:47.908746  8023 raft_consensus.cc:2468] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 0.
I20260608 12:41:47.909699  8061 leader_election.cc:304] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, 4a6f47166ced4408a19fb6bc514d47be; no voters: 
I20260608 12:41:47.910332  8150 raft_consensus.cc:2804] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:47.910641  8150 raft_consensus.cc:493] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:47.910917  8150 raft_consensus.cc:3060] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.915959  8150 raft_consensus.cc:515] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.917567  8150 leader_election.cc:290] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 election: Requested vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:47.918385  7949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c244cce5d4424322800a12f5e765efd7" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0"
I20260608 12:41:47.918649  8023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c244cce5d4424322800a12f5e765efd7" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6"
I20260608 12:41:47.918907  7949 raft_consensus.cc:3060] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.919186  8023 raft_consensus.cc:3060] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:47.923508  7949 raft_consensus.cc:2468] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 1.
I20260608 12:41:47.923653  8023 raft_consensus.cc:2468] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 1.
I20260608 12:41:47.924561  8061 leader_election.cc:304] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, 4a6f47166ced4408a19fb6bc514d47be; no voters: 
I20260608 12:41:47.925254  8150 raft_consensus.cc:2804] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:47.925758  8150 raft_consensus.cc:697] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Becoming Leader. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Running, Role: LEADER
I20260608 12:41:47.926384  8150 consensus_queue.cc:237] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:47.933561  7845 catalog_manager.cc:5696] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: term changed from 0 to 1, leader changed from <none> to 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195). New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:48.031375  7845 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46868:
name: "dugtrio"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:48.033608  7845 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table dugtrio in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:48.064960  7937 tablet_service.cc:1511] Processing CreateTablet for tablet 818282cebcc44d4d9f67f7a66030b19f (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:48.066087  7937 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 818282cebcc44d4d9f67f7a66030b19f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.066323  8011 tablet_service.cc:1511] Processing CreateTablet for tablet 818282cebcc44d4d9f67f7a66030b19f (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:48.067335  8011 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 818282cebcc44d4d9f67f7a66030b19f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.073755  8087 tablet_service.cc:1511] Processing CreateTablet for tablet 818282cebcc44d4d9f67f7a66030b19f (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:48.075049  8087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 818282cebcc44d4d9f67f7a66030b19f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.075986  7938 tablet_service.cc:1511] Processing CreateTablet for tablet d284c8f402a34d7db21f09d45d16a533 (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:48.077314  7938 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d284c8f402a34d7db21f09d45d16a533. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.080536  8142 tablet_bootstrap.cc:492] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:48.081039  8144 tablet_bootstrap.cc:492] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6: Bootstrap starting.
I20260608 12:41:48.087026  8013 tablet_service.cc:1511] Processing CreateTablet for tablet d284c8f402a34d7db21f09d45d16a533 (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:48.088366  8013 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d284c8f402a34d7db21f09d45d16a533. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.088920  8086 tablet_service.cc:1511] Processing CreateTablet for tablet d284c8f402a34d7db21f09d45d16a533 (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:48.090224  8086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d284c8f402a34d7db21f09d45d16a533. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.090794  7937 tablet_service.cc:1511] Processing CreateTablet for tablet 9a830b364c414bcaa7aaf17193d8b657 (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:48.092063  7937 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9a830b364c414bcaa7aaf17193d8b657. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.085448  8142 tablet_bootstrap.cc:654] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.093714  8144 tablet_bootstrap.cc:654] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.102151  8011 tablet_service.cc:1511] Processing CreateTablet for tablet 9a830b364c414bcaa7aaf17193d8b657 (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:48.103523  8011 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9a830b364c414bcaa7aaf17193d8b657. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.111716  8088 tablet_service.cc:1511] Processing CreateTablet for tablet 9a830b364c414bcaa7aaf17193d8b657 (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:48.113075  8088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9a830b364c414bcaa7aaf17193d8b657. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.113785  7938 tablet_service.cc:1511] Processing CreateTablet for tablet b7c664522350430da5a1fb176ebe7c1f (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:48.115005  7938 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7c664522350430da5a1fb176ebe7c1f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.121147  8145 tablet_bootstrap.cc:492] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be: Bootstrap starting.
I20260608 12:41:48.124291  8144 tablet_bootstrap.cc:492] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6: No bootstrap required, opened a new log
I20260608 12:41:48.124845  8144 ts_tablet_manager.cc:1403] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6: Time spent bootstrapping tablet: real 0.044s	user 0.012s	sys 0.003s
I20260608 12:41:48.128399  8142 tablet_bootstrap.cc:492] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: No bootstrap required, opened a new log
I20260608 12:41:48.128942  8142 ts_tablet_manager.cc:1403] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.049s	user 0.012s	sys 0.006s
I20260608 12:41:48.130398  8013 tablet_service.cc:1511] Processing CreateTablet for tablet b7c664522350430da5a1fb176ebe7c1f (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:48.130398  8086 tablet_service.cc:1511] Processing CreateTablet for tablet b7c664522350430da5a1fb176ebe7c1f (DEFAULT_TABLE table=dugtrio [id=6a172db42980455898341c969905feb6]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:48.131821  8145 tablet_bootstrap.cc:654] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.132139  8086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7c664522350430da5a1fb176ebe7c1f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.132139  8013 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7c664522350430da5a1fb176ebe7c1f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:48.139092  8142 raft_consensus.cc:359] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.139915  8142 raft_consensus.cc:385] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.140218  8142 raft_consensus.cc:740] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.141008  8142 consensus_queue.cc:260] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.143270  8142 ts_tablet_manager.cc:1434] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.000s
I20260608 12:41:48.145015  8145 tablet_bootstrap.cc:492] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be: No bootstrap required, opened a new log
I20260608 12:41:48.145653  8145 ts_tablet_manager.cc:1403] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.004s
I20260608 12:41:48.139098  8144 raft_consensus.cc:359] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.148262  8144 raft_consensus.cc:385] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.148873  8144 raft_consensus.cc:740] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad39690179fa49278d0dbe47911973b6, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.150135  8144 consensus_queue.cc:260] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.148797  8145 raft_consensus.cc:359] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.153177  8145 raft_consensus.cc:385] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.153568  8145 raft_consensus.cc:740] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.154407  8145 consensus_queue.cc:260] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.154731  8144 ts_tablet_manager.cc:1434] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6: Time spent starting tablet: real 0.030s	user 0.008s	sys 0.001s
I20260608 12:41:48.161506  8144 tablet_bootstrap.cc:492] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6: Bootstrap starting.
I20260608 12:41:48.165042  8145 ts_tablet_manager.cc:1434] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.000s
I20260608 12:41:48.168921  8145 tablet_bootstrap.cc:492] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be: Bootstrap starting.
I20260608 12:41:48.169799  8144 tablet_bootstrap.cc:654] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.174870  8142 tablet_bootstrap.cc:492] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:48.174957  8144 tablet_bootstrap.cc:492] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6: No bootstrap required, opened a new log
I20260608 12:41:48.175400  8145 tablet_bootstrap.cc:654] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.175595  8144 ts_tablet_manager.cc:1403] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.004s
I20260608 12:41:48.177955  8144 raft_consensus.cc:359] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.178663  8144 raft_consensus.cc:385] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.179016  8144 raft_consensus.cc:740] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad39690179fa49278d0dbe47911973b6, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.179760  8144 consensus_queue.cc:260] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.180879  8145 tablet_bootstrap.cc:492] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be: No bootstrap required, opened a new log
I20260608 12:41:48.181443  8145 ts_tablet_manager.cc:1403] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260608 12:41:48.181743  8144 ts_tablet_manager.cc:1434] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260608 12:41:48.181900  8142 tablet_bootstrap.cc:654] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.182832  8144 tablet_bootstrap.cc:492] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6: Bootstrap starting.
I20260608 12:41:48.184856  8145 raft_consensus.cc:359] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.185638  8145 raft_consensus.cc:385] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.185977  8145 raft_consensus.cc:740] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.186794  8145 consensus_queue.cc:260] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.189029  8144 tablet_bootstrap.cc:654] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.192328  8145 ts_tablet_manager.cc:1434] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 12:41:48.193518  8145 tablet_bootstrap.cc:492] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be: Bootstrap starting.
I20260608 12:41:48.199925  8144 tablet_bootstrap.cc:492] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6: No bootstrap required, opened a new log
I20260608 12:41:48.200451  8144 ts_tablet_manager.cc:1403] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.004s
I20260608 12:41:48.203590  8145 tablet_bootstrap.cc:654] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.203425  8144 raft_consensus.cc:359] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.204574  8144 raft_consensus.cc:385] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.204805  8144 raft_consensus.cc:740] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad39690179fa49278d0dbe47911973b6, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.205415  8144 consensus_queue.cc:260] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.205699  8142 tablet_bootstrap.cc:492] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: No bootstrap required, opened a new log
I20260608 12:41:48.206357  8142 ts_tablet_manager.cc:1403] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.032s	user 0.018s	sys 0.000s
I20260608 12:41:48.207494  8144 ts_tablet_manager.cc:1434] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260608 12:41:48.208570  8144 tablet_bootstrap.cc:492] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6: Bootstrap starting.
I20260608 12:41:48.209709  8142 raft_consensus.cc:359] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.210575  8142 raft_consensus.cc:385] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.210881  8142 raft_consensus.cc:740] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.211848  8142 consensus_queue.cc:260] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.215142  8144 tablet_bootstrap.cc:654] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.216490  8145 tablet_bootstrap.cc:492] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be: No bootstrap required, opened a new log
I20260608 12:41:48.217058  8145 ts_tablet_manager.cc:1403] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.006s
I20260608 12:41:48.220212  8142 ts_tablet_manager.cc:1434] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260608 12:41:48.221894  8145 raft_consensus.cc:359] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.222668  8145 raft_consensus.cc:385] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.223006  8145 raft_consensus.cc:740] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.223975  8145 consensus_queue.cc:260] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.224649  8142 tablet_bootstrap.cc:492] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:48.232084  8145 ts_tablet_manager.cc:1434] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.001s
I20260608 12:41:48.232438  8142 tablet_bootstrap.cc:654] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.233408  8145 tablet_bootstrap.cc:492] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be: Bootstrap starting.
I20260608 12:41:48.236363  8144 tablet_bootstrap.cc:492] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6: No bootstrap required, opened a new log
I20260608 12:41:48.236878  8144 ts_tablet_manager.cc:1403] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6: Time spent bootstrapping tablet: real 0.029s	user 0.010s	sys 0.016s
I20260608 12:41:48.239890  8144 raft_consensus.cc:359] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.240556  8144 raft_consensus.cc:385] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.240828  8144 raft_consensus.cc:740] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad39690179fa49278d0dbe47911973b6, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.241397  8145 tablet_bootstrap.cc:654] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.241516  8144 consensus_queue.cc:260] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.244120  8144 ts_tablet_manager.cc:1434] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:48.246668  8142 tablet_bootstrap.cc:492] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: No bootstrap required, opened a new log
I20260608 12:41:48.246991  8150 raft_consensus.cc:493] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.247190  8142 ts_tablet_manager.cc:1403] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.023s	user 0.009s	sys 0.008s
I20260608 12:41:48.247610  8150 raft_consensus.cc:515] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.248148  8145 tablet_bootstrap.cc:492] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be: No bootstrap required, opened a new log
I20260608 12:41:48.248757  8145 ts_tablet_manager.cc:1403] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260608 12:41:48.250126  8150 leader_election.cc:290] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:48.250757  8142 raft_consensus.cc:359] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.251488  8142 raft_consensus.cc:385] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.252175  7949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7c664522350430da5a1fb176ebe7c1f" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0" is_pre_election: true
I20260608 12:41:48.257879  8142 raft_consensus.cc:740] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.258136  8023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7c664522350430da5a1fb176ebe7c1f" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6" is_pre_election: true
I20260608 12:41:48.259009  8023 raft_consensus.cc:2468] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 0.
I20260608 12:41:48.259131  8142 consensus_queue.cc:260] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
W20260608 12:41:48.259343  8061 leader_election.cc:343] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:48.251641  8145 raft_consensus.cc:359] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.260452  8145 raft_consensus.cc:385] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.260735  8145 raft_consensus.cc:740] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.260696  8061 leader_election.cc:304] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [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: 4a6f47166ced4408a19fb6bc514d47be, ad39690179fa49278d0dbe47911973b6; no voters: 4428cf420f45491e84e1fb2bef8f72d0
I20260608 12:41:48.261708  8150 raft_consensus.cc:2804] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.261557  8145 consensus_queue.cc:260] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.262106  8150 raft_consensus.cc:493] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.262499  8150 raft_consensus.cc:3060] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.264882  8142 ts_tablet_manager.cc:1434] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.017s	user 0.008s	sys 0.003s
I20260608 12:41:48.265944  8142 tablet_bootstrap.cc:492] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:48.268033  8145 ts_tablet_manager.cc:1434] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.000s
I20260608 12:41:48.269579  8150 raft_consensus.cc:515] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.271404  8142 tablet_bootstrap.cc:654] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:48.273202  8163 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:48.275820  8023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7c664522350430da5a1fb176ebe7c1f" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6"
I20260608 12:41:48.276419  8023 raft_consensus.cc:3060] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.282583  8150 leader_election.cc:290] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 election: Requested vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:48.284512  7949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7c664522350430da5a1fb176ebe7c1f" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0"
I20260608 12:41:48.285179  8150 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.286016  8142 tablet_bootstrap.cc:492] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: No bootstrap required, opened a new log
W20260608 12:41:48.285975  8061 leader_election.cc:343] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:48.286649  8142 ts_tablet_manager.cc:1403] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.000s
I20260608 12:41:48.289590  8142 raft_consensus.cc:359] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.289718  8023 raft_consensus.cc:2468] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 1.
I20260608 12:41:48.290256  8142 raft_consensus.cc:385] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:48.290609  8142 raft_consensus.cc:740] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:48.291064  8061 leader_election.cc:304] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [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: 4a6f47166ced4408a19fb6bc514d47be, ad39690179fa49278d0dbe47911973b6; no voters: 4428cf420f45491e84e1fb2bef8f72d0
I20260608 12:41:48.291356  8142 consensus_queue.cc:260] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.292393  8150 raft_consensus.cc:2804] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.292944  8150 raft_consensus.cc:697] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Becoming Leader. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Running, Role: LEADER
I20260608 12:41:48.293397  8142 ts_tablet_manager.cc:1434] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.003s
I20260608 12:41:48.293823  8150 consensus_queue.cc:237] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.301545  8146 raft_consensus.cc:493] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.301936  8146 raft_consensus.cc:515] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.303740  8146 leader_election.cc:290] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899), 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:48.306130  8098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "818282cebcc44d4d9f67f7a66030b19f" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a6f47166ced4408a19fb6bc514d47be" is_pre_election: true
I20260608 12:41:48.306785  8098 raft_consensus.cc:2468] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 0.
I20260608 12:41:48.308264  7912 leader_election.cc:304] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, 4a6f47166ced4408a19fb6bc514d47be; no voters: 
I20260608 12:41:48.308471  8146 raft_consensus.cc:493] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.308946  8146 raft_consensus.cc:515] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.309763  8168 raft_consensus.cc:2804] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.310155  8168 raft_consensus.cc:493] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.310516  8168 raft_consensus.cc:3060] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.311115  8146 leader_election.cc:290] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899), 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:48.312279  7845 catalog_manager.cc:5696] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: term changed from 0 to 1, leader changed from <none> to 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195). New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:48.315846  8168 raft_consensus.cc:515] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.317637  8024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a830b364c414bcaa7aaf17193d8b657" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6" is_pre_election: true
I20260608 12:41:48.318265  8024 raft_consensus.cc:2468] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 0.
I20260608 12:41:48.319684  8098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a830b364c414bcaa7aaf17193d8b657" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a6f47166ced4408a19fb6bc514d47be" is_pre_election: true
I20260608 12:41:48.320317  8098 raft_consensus.cc:2468] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 0.
I20260608 12:41:48.321482  7912 leader_election.cc:304] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, 4a6f47166ced4408a19fb6bc514d47be; no voters: 
I20260608 12:41:48.322670  8146 raft_consensus.cc:2804] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.323117  8146 raft_consensus.cc:493] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.323473  8146 raft_consensus.cc:3060] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.324136  8163 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.328662  8162 raft_consensus.cc:493] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:48.328816  8168 leader_election.cc:290] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 election: Requested vote from peers ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899), 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:48.329183  8162 raft_consensus.cc:515] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.331084  8162 leader_election.cc:290] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:48.331563  8162 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.333684  8146 raft_consensus.cc:515] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.334461  8022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d284c8f402a34d7db21f09d45d16a533" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6" is_pre_election: true
I20260608 12:41:48.335178  8022 raft_consensus.cc:2468] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 0.
I20260608 12:41:48.335800  8146 leader_election.cc:290] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 election: Requested vote from peers ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899), 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:48.322728  8023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "818282cebcc44d4d9f67f7a66030b19f" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6" is_pre_election: true
I20260608 12:41:48.336684  8023 raft_consensus.cc:2468] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 0.
I20260608 12:41:48.337388  8022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "818282cebcc44d4d9f67f7a66030b19f" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6"
I20260608 12:41:48.337684  8021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a830b364c414bcaa7aaf17193d8b657" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6"
I20260608 12:41:48.337992  8061 leader_election.cc:304] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4a6f47166ced4408a19fb6bc514d47be, ad39690179fa49278d0dbe47911973b6; no voters: 
I20260608 12:41:48.338328  8021 raft_consensus.cc:3060] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.337594  8098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "818282cebcc44d4d9f67f7a66030b19f" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a6f47166ced4408a19fb6bc514d47be"
I20260608 12:41:48.339232  8098 raft_consensus.cc:3060] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.341276  8163 raft_consensus.cc:2804] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:48.341586  8163 raft_consensus.cc:493] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:48.341850  8163 raft_consensus.cc:3060] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.343494  8022 raft_consensus.cc:3060] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.344877  7949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d284c8f402a34d7db21f09d45d16a533" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0" is_pre_election: true
I20260608 12:41:48.338315  8097 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a830b364c414bcaa7aaf17193d8b657" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a6f47166ced4408a19fb6bc514d47be"
I20260608 12:41:48.345551  8097 raft_consensus.cc:3060] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.352218  8098 raft_consensus.cc:2468] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 1.
I20260608 12:41:48.356221  8097 raft_consensus.cc:2468] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 1.
I20260608 12:41:48.357012  7912 leader_election.cc:304] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, 4a6f47166ced4408a19fb6bc514d47be; no voters: 
I20260608 12:41:48.345551  7949 raft_consensus.cc:2468] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 0.
I20260608 12:41:48.358055  8146 raft_consensus.cc:2804] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.358597  8146 raft_consensus.cc:697] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 LEADER]: Becoming Leader. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Running, Role: LEADER
I20260608 12:41:48.360019  7912 leader_election.cc:304] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4428cf420f45491e84e1fb2bef8f72d0, 4a6f47166ced4408a19fb6bc514d47be; no voters: 
I20260608 12:41:48.360548  8146 consensus_queue.cc:237] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.361137  8194 raft_consensus.cc:2804] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.361697  8194 raft_consensus.cc:697] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 LEADER]: Becoming Leader. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Running, Role: LEADER
I20260608 12:41:48.361915  8021 raft_consensus.cc:2468] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 1.
I20260608 12:41:48.356009  8163 raft_consensus.cc:515] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.362588  8194 consensus_queue.cc:237] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.368307  7949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d284c8f402a34d7db21f09d45d16a533" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0"
I20260608 12:41:48.368887  7949 raft_consensus.cc:3060] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.372625  8163 leader_election.cc:290] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 election: Requested vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:48.373885  8021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d284c8f402a34d7db21f09d45d16a533" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6"
I20260608 12:41:48.374449  8021 raft_consensus.cc:3060] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:48.382653  8021 raft_consensus.cc:2468] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 1.
I20260608 12:41:48.378593  7847 catalog_manager.cc:5696] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4428cf420f45491e84e1fb2bef8f72d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:48.387466  8061 leader_election.cc:304] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4a6f47166ced4408a19fb6bc514d47be, ad39690179fa49278d0dbe47911973b6; no voters: 
I20260608 12:41:48.388736  8150 raft_consensus.cc:2804] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:48.389240  8150 raft_consensus.cc:697] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Becoming Leader. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Running, Role: LEADER
I20260608 12:41:48.390363  7949 raft_consensus.cc:2468] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 1.
I20260608 12:41:48.390043  8150 consensus_queue.cc:237] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:48.399691  8150 consensus_queue.cc:1048] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.402743  7845 catalog_manager.cc:5696] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: term changed from 0 to 1, leader changed from <none> to 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195). New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:48.404417  8194 consensus_queue.cc:1048] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.393163  8022 raft_consensus.cc:2468] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 1.
I20260608 12:41:48.416432  7847 catalog_manager.cc:5696] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4428cf420f45491e84e1fb2bef8f72d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:48.427490  8194 consensus_queue.cc:1048] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.428416  8162 consensus_queue.cc:1048] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.457297   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:48.489078   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:48.489919   431 tablet_replica.cc:333] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: stopping tablet replica
I20260608 12:41:48.490528   431 raft_consensus.cc:2243] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:48.491175   431 pending_rounds.cc:70] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Trying to abort 1 pending ops.
I20260608 12:41:48.491463   431 pending_rounds.cc:77] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658594268934144 op_type: NO_OP noop_request { }
I20260608 12:41:48.491766   431 raft_consensus.cc:2889] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:48.492049   431 raft_consensus.cc:2272] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.494526   431 tablet_replica.cc:333] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: stopping tablet replica
I20260608 12:41:48.495075   431 raft_consensus.cc:2243] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:48.495479   431 raft_consensus.cc:2272] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.497393   431 tablet_replica.cc:333] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: stopping tablet replica
I20260608 12:41:48.497918   431 raft_consensus.cc:2243] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:48.498287   431 raft_consensus.cc:2272] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.500221   431 tablet_replica.cc:333] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: stopping tablet replica
I20260608 12:41:48.500784   431 raft_consensus.cc:2243] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:48.501189   431 raft_consensus.cc:2272] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.503341   431 tablet_replica.cc:333] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: stopping tablet replica
I20260608 12:41:48.503883   431 raft_consensus.cc:2243] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:48.504447   431 pending_rounds.cc:70] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Trying to abort 1 pending ops.
I20260608 12:41:48.504652   431 pending_rounds.cc:77] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658594258042880 op_type: NO_OP noop_request { }
I20260608 12:41:48.504900   431 raft_consensus.cc:2889] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:48.505159   431 raft_consensus.cc:2272] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.507340   431 tablet_replica.cc:333] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0: stopping tablet replica
I20260608 12:41:48.507861   431 raft_consensus.cc:2243] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:48.508607   431 raft_consensus.cc:2272] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.510632   431 tablet_replica.cc:333] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: stopping tablet replica
I20260608 12:41:48.511121   431 raft_consensus.cc:2243] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:48.511538   431 raft_consensus.cc:2272] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.514242   431 tablet_replica.cc:333] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0: stopping tablet replica
I20260608 12:41:48.514732   431 raft_consensus.cc:2243] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:48.515115   431 raft_consensus.cc:2272] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.531972   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:41:48.774873  8061 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111) [suppressed 3 similar messages]
W20260608 12:41:48.786623  8061 consensus_peers.cc:597] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be -> Peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Couldn't send request to peer 4428cf420f45491e84e1fb2bef8f72d0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:48.787590  8150 consensus_queue.cc:1048] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:48.804719  8163 consensus_queue.cc:1048] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:48.805665  8061 consensus_peers.cc:597] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Couldn't send request to peer 4428cf420f45491e84e1fb2bef8f72d0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:49.078339  8061 consensus_peers.cc:597] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Couldn't send request to peer 4428cf420f45491e84e1fb2bef8f72d0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:49.081260  8061 consensus_peers.cc:597] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Couldn't send request to peer 4428cf420f45491e84e1fb2bef8f72d0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:49.096689  8061 consensus_peers.cc:597] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Couldn't send request to peer 4428cf420f45491e84e1fb2bef8f72d0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:49.352254  8210 consensus_queue.cc:579] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Leader has been unable to successfully communicate with peer 4428cf420f45491e84e1fb2bef8f72d0 for more than 1 seconds (1.057s)
I20260608 12:41:49.458770  8210 consensus_queue.cc:579] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Leader has been unable to successfully communicate with peer 4428cf420f45491e84e1fb2bef8f72d0 for more than 1 seconds (1.012s)
I20260608 12:41:49.493371  8210 consensus_queue.cc:579] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Leader has been unable to successfully communicate with peer 4428cf420f45491e84e1fb2bef8f72d0 for more than 1 seconds (1.163s)
I20260608 12:41:49.649917  7844 catalog_manager.cc:2532] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:46864:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:41:49.650563  7844 catalog_manager.cc:2780] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:46864:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:41:49.661419  8210 consensus_queue.cc:579] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Leader has been unable to successfully communicate with peer 4428cf420f45491e84e1fb2bef8f72d0 for more than 1 seconds (1.313s)
I20260608 12:41:49.667282  7844 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f: Sending DeleteTablet for 3 replicas of tablet 818282cebcc44d4d9f67f7a66030b19f
I20260608 12:41:49.668715  7844 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f: Sending DeleteTablet for 3 replicas of tablet d284c8f402a34d7db21f09d45d16a533
I20260608 12:41:49.670372  7844 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f: Sending DeleteTablet for 3 replicas of tablet 9a830b364c414bcaa7aaf17193d8b657
I20260608 12:41:49.671607  8088 tablet_service.cc:1558] Processing DeleteTablet for tablet 818282cebcc44d4d9f67f7a66030b19f with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:35518
I20260608 12:41:49.672006  7844 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f: Sending DeleteTablet for 3 replicas of tablet b7c664522350430da5a1fb176ebe7c1f
I20260608 12:41:49.672394  8013 tablet_service.cc:1558] Processing DeleteTablet for tablet 818282cebcc44d4d9f67f7a66030b19f with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:38254
I20260608 12:41:49.672365  8086 tablet_service.cc:1558] Processing DeleteTablet for tablet d284c8f402a34d7db21f09d45d16a533 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:35518
I20260608 12:41:49.673195  8011 tablet_service.cc:1558] Processing DeleteTablet for tablet d284c8f402a34d7db21f09d45d16a533 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:38254
I20260608 12:41:49.677052   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:41:49.685369  8222 tablet_replica.cc:333] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be: stopping tablet replica
I20260608 12:41:49.685411  8223 tablet_replica.cc:333] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6: stopping tablet replica
I20260608 12:41:49.686501  8223 raft_consensus.cc:2243] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.687147  8223 raft_consensus.cc:2272] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.687932  8222 raft_consensus.cc:2243] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.688539  8222 raft_consensus.cc:2272] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.689845  8013 tablet_service.cc:1558] Processing DeleteTablet for tablet 9a830b364c414bcaa7aaf17193d8b657 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:38254
I20260608 12:41:49.690673  8088 tablet_service.cc:1558] Processing DeleteTablet for tablet 9a830b364c414bcaa7aaf17193d8b657 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:35518
I20260608 12:41:49.689826  8223 ts_tablet_manager.cc:1916] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:49.691620  8222 ts_tablet_manager.cc:1916] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:49.691823  8013 tablet_service.cc:1558] Processing DeleteTablet for tablet b7c664522350430da5a1fb176ebe7c1f with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:38254
I20260608 12:41:49.692790  8088 tablet_service.cc:1558] Processing DeleteTablet for tablet b7c664522350430da5a1fb176ebe7c1f with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:35518
W20260608 12:41:49.697897  7831 catalog_manager.cc:4754] TS 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet 9a830b364c414bcaa7aaf17193d8b657: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111)
W20260608 12:41:49.699851  8224 instance_detector.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.703058  8225 instance_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:49.704692  8227 instance_detector.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.711393  8222 ts_tablet_manager.cc:1929] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:49.711621  8223 ts_tablet_manager.cc:1929] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:49.711624   431 server_base.cc:1061] running on GCE node
I20260608 12:41:49.711925  8222 log.cc:1199] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-2-root/wals/818282cebcc44d4d9f67f7a66030b19f
I20260608 12:41:49.712203  8223 log.cc:1199] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-1-root/wals/818282cebcc44d4d9f67f7a66030b19f
I20260608 12:41:49.712837  8222 ts_tablet_manager.cc:1950] T 818282cebcc44d4d9f67f7a66030b19f P 4a6f47166ced4408a19fb6bc514d47be: Deleting consensus metadata
I20260608 12:41:49.712895  8223 ts_tablet_manager.cc:1950] T 818282cebcc44d4d9f67f7a66030b19f P ad39690179fa49278d0dbe47911973b6: Deleting consensus metadata
I20260608 12:41:49.712934   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:49.713547   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.713735   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922509713719 us; error 0 us; skew 500 ppm
I20260608 12:41:49.714381   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:49.716295  8223 tablet_replica.cc:333] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6: stopping tablet replica
I20260608 12:41:49.716300  7831 catalog_manager.cc:5027] TS ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899): tablet 818282cebcc44d4d9f67f7a66030b19f (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:49.717347  7831 catalog_manager.cc:5027] TS 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729): tablet 818282cebcc44d4d9f67f7a66030b19f (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:49.717535  8223 raft_consensus.cc:2243] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.716295  8222 tablet_replica.cc:333] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be: stopping tablet replica
I20260608 12:41:49.718063   431 webserver.cc:533] Webserver started at http://127.0.107.196:42159/ using document root <none> and password file <none>
I20260608 12:41:49.718201  8223 raft_consensus.cc:2272] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.718645   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:49.718694  8222 raft_consensus.cc:2243] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:49.718958   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:49.719421   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:49.720544   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "138dcf8b2ebe4598a6a5b88663adeb02"
format_stamp: "Formatted at 2026-06-08 12:41:49 on dist-test-slave-jl41"
I20260608 12:41:49.721504  8223 ts_tablet_manager.cc:1916] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:49.721417  8222 raft_consensus.cc:2272] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.726473  8222 ts_tablet_manager.cc:1916] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:49.736708  8223 ts_tablet_manager.cc:1929] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:49.737051   431 fs_manager.cc:696] Time spent creating directory manager: real 0.016s	user 0.012s	sys 0.000s
I20260608 12:41:49.737188  8223 log.cc:1199] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-1-root/wals/d284c8f402a34d7db21f09d45d16a533
I20260608 12:41:49.738024  8223 ts_tablet_manager.cc:1950] T d284c8f402a34d7db21f09d45d16a533 P ad39690179fa49278d0dbe47911973b6: Deleting consensus metadata
I20260608 12:41:49.740820  8222 ts_tablet_manager.cc:1929] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:49.741026  8232 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.741338  8222 log.cc:1199] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-2-root/wals/d284c8f402a34d7db21f09d45d16a533
I20260608 12:41:49.741289  7831 catalog_manager.cc:5027] TS ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899): tablet d284c8f402a34d7db21f09d45d16a533 (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:49.742039   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:49.742280  8222 ts_tablet_manager.cc:1950] T d284c8f402a34d7db21f09d45d16a533 P 4a6f47166ced4408a19fb6bc514d47be: Deleting consensus metadata
I20260608 12:41:49.742365   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "138dcf8b2ebe4598a6a5b88663adeb02"
format_stamp: "Formatted at 2026-06-08 12:41:49 on dist-test-slave-jl41"
I20260608 12:41:49.742587  8223 tablet_replica.cc:333] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6: stopping tablet replica
I20260608 12:41:49.742914   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-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:49.743623  8223 raft_consensus.cc:2243] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.744210  8223 raft_consensus.cc:2272] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.745946  8222 tablet_replica.cc:333] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be: stopping tablet replica
I20260608 12:41:49.746798  8222 raft_consensus.cc:2243] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.746933  8223 ts_tablet_manager.cc:1916] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:49.747383  8222 raft_consensus.cc:2272] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.748799  7831 catalog_manager.cc:5027] TS 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729): tablet d284c8f402a34d7db21f09d45d16a533 (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:49.750185  8222 ts_tablet_manager.cc:1916] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:49.761543  8223 ts_tablet_manager.cc:1929] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:49.762001  8223 log.cc:1199] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-1-root/wals/9a830b364c414bcaa7aaf17193d8b657
I20260608 12:41:49.762656  8223 ts_tablet_manager.cc:1950] T 9a830b364c414bcaa7aaf17193d8b657 P ad39690179fa49278d0dbe47911973b6: Deleting consensus metadata
I20260608 12:41:49.764942  8222 ts_tablet_manager.cc:1929] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:49.765529  8222 log.cc:1199] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-2-root/wals/9a830b364c414bcaa7aaf17193d8b657
I20260608 12:41:49.766196  8222 ts_tablet_manager.cc:1950] T 9a830b364c414bcaa7aaf17193d8b657 P 4a6f47166ced4408a19fb6bc514d47be: Deleting consensus metadata
I20260608 12:41:49.766172  7831 catalog_manager.cc:5027] TS ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899): tablet 9a830b364c414bcaa7aaf17193d8b657 (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:49.768023  8223 tablet_replica.cc:333] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6: stopping tablet replica
I20260608 12:41:49.768932  8223 raft_consensus.cc:2243] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.769580  7831 catalog_manager.cc:5027] TS 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729): tablet 9a830b364c414bcaa7aaf17193d8b657 (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:49.769501  8223 raft_consensus.cc:2272] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.770660  8222 tablet_replica.cc:333] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be: stopping tablet replica
I20260608 12:41:49.771739  8222 raft_consensus.cc:2243] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:49.772843  8222 raft_consensus.cc:2272] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.773329  8223 ts_tablet_manager.cc:1916] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:49.775856  8222 ts_tablet_manager.cc:1916] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:49.787882  8223 ts_tablet_manager.cc:1929] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:49.788359  8223 log.cc:1199] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-1-root/wals/b7c664522350430da5a1fb176ebe7c1f
I20260608 12:41:49.789014   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:49.789078  8223 ts_tablet_manager.cc:1950] T b7c664522350430da5a1fb176ebe7c1f P ad39690179fa49278d0dbe47911973b6: Deleting consensus metadata
I20260608 12:41:49.790221  8222 ts_tablet_manager.cc:1929] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:49.790323   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:49.790729  8222 log.cc:1199] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-2-root/wals/b7c664522350430da5a1fb176ebe7c1f
I20260608 12:41:49.791533  8222 ts_tablet_manager.cc:1950] T b7c664522350430da5a1fb176ebe7c1f P 4a6f47166ced4408a19fb6bc514d47be: Deleting consensus metadata
I20260608 12:41:49.792259   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:49.792834  7831 catalog_manager.cc:5027] TS ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899): tablet b7c664522350430da5a1fb176ebe7c1f (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:49.794526  7831 catalog_manager.cc:5027] TS 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729): tablet b7c664522350430da5a1fb176ebe7c1f (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:49.794806   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:49.795109   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:49.795387   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:49.795552   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
W20260608 12:41:49.818863  8045 debug-util.cc:398] Leaking SignalData structure 0x7b0800164ea0 after lost signal to thread 434
W20260608 12:41:49.821245  8045 debug-util.cc:398] Leaking SignalData structure 0x7b08000addc0 after lost signal to thread 8048
W20260608 12:41:49.822607  8045 debug-util.cc:398] Leaking SignalData structure 0x7b080027ae20 after lost signal to thread 8122
I20260608 12:41:49.843052   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34383
I20260608 12:41:49.843178  8294 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34383 every 8 connection(s)
I20260608 12:41:49.848887   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:49.856331  8298 instance_detector.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.858062  8299 instance_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:49.862577  8302 instance_detector.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.863552   431 server_base.cc:1061] running on GCE node
I20260608 12:41:49.863903  8295 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41329
I20260608 12:41:49.864300  8295 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:49.865054  8295 heartbeater.cc:507] Master 127.0.107.254:41329 requested a full tablet report, sending...
I20260608 12:41:49.865561   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:49.865873   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.866103   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922509866079 us; error 0 us; skew 500 ppm
I20260608 12:41:49.866963   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:49.867026  7844 ts_manager.cc:194] Registered new tserver with Master: 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196:34383)
I20260608 12:41:49.868851  7844 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35736
I20260608 12:41:49.870433   431 webserver.cc:533] Webserver started at http://127.0.107.193:43127/ using document root <none> and password file <none>
I20260608 12:41:49.871186   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:49.871431   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:41:49.876256   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260608 12:41:49.880939  8306 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.881824   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:41:49.882248   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "4428cf420f45491e84e1fb2bef8f72d0"
format_stamp: "Formatted at 2026-06-08 12:41:46 on dist-test-slave-jl41"
I20260608 12:41:49.882661   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-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:49.885783  8097 consensus_queue.cc:237] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:49.893316  8098 consensus_queue.cc:237] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:49.897485  8022 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:49.918501   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:49.920235   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:49.928611   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:49.941861  8210 raft_consensus.cc:493] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4428cf420f45491e84e1fb2bef8f72d0)
I20260608 12:41:49.942556  8210 raft_consensus.cc:515] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:49.944952  8210 leader_election.cc:290] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:49.949242  8022 raft_consensus.cc:1275] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:49.952004  8022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71a4d35fab6649b08fa7d22af9b838b0" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6" is_pre_election: true
I20260608 12:41:49.952771  8022 raft_consensus.cc:2468] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 1.
I20260608 12:41:49.954970  8210 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:49.954741  8318 raft_consensus.cc:493] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4428cf420f45491e84e1fb2bef8f72d0)
I20260608 12:41:49.956576  8318 raft_consensus.cc:515] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:49.957923  8210 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:49.960727  8061 leader_election.cc:304] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [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: 4a6f47166ced4408a19fb6bc514d47be, ad39690179fa49278d0dbe47911973b6; no voters: 
I20260608 12:41:49.961648  8212 raft_consensus.cc:2804] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:49.962006  8212 raft_consensus.cc:493] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Starting leader election (detected failure of leader 4428cf420f45491e84e1fb2bef8f72d0)
I20260608 12:41:49.962348  8212 raft_consensus.cc:3060] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:49.966984  8318 leader_election.cc:290] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:49.969637  8212 raft_consensus.cc:515] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:49.960947  8317 ts_tablet_manager.cc:548] Loading tablet metadata (0/8 complete)
I20260608 12:41:49.985018  8212 leader_election.cc:290] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 2 election: Requested vote from peers 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875), ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899)
I20260608 12:41:49.990442  8021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71a4d35fab6649b08fa7d22af9b838b0" candidate_uuid: "4a6f47166ced4408a19fb6bc514d47be" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ad39690179fa49278d0dbe47911973b6"
I20260608 12:41:49.991392  8021 raft_consensus.cc:3060] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:49.997174  8061 consensus_peers.cc:597] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Couldn't send request to peer 4428cf420f45491e84e1fb2bef8f72d0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:49.998684  8064 consensus_peers.cc:597] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196:34383): Couldn't send request to peer 138dcf8b2ebe4598a6a5b88663adeb02. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 818c92f5819b4394b21409ce28b89477. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:49.999536  8064 consensus_peers.cc:597] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196:34383): Couldn't send request to peer 138dcf8b2ebe4598a6a5b88663adeb02. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c14a170c83334f88a640142c96902370. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:49.999691  8021 raft_consensus.cc:2468] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a6f47166ced4408a19fb6bc514d47be in term 2.
W20260608 12:41:49.998050  8061 leader_election.cc:336] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111)
W20260608 12:41:50.001560  8061 consensus_peers.cc:597] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Couldn't send request to peer 4428cf420f45491e84e1fb2bef8f72d0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:50.006016  8061 leader_election.cc:304] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [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: 4a6f47166ced4408a19fb6bc514d47be, ad39690179fa49278d0dbe47911973b6; no voters: 
I20260608 12:41:50.006898  8212 raft_consensus.cc:2804] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 2 FOLLOWER]: Leader election won for term 2
W20260608 12:41:50.006910  7987 leader_election.cc:336] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111)
I20260608 12:41:50.007611  8212 raft_consensus.cc:697] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 2 LEADER]: Becoming Leader. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Running, Role: LEADER
I20260608 12:41:50.009308  8212 consensus_queue.cc:237] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.012152  8098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71a4d35fab6649b08fa7d22af9b838b0" candidate_uuid: "ad39690179fa49278d0dbe47911973b6" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4a6f47166ced4408a19fb6bc514d47be" is_pre_election: true
I20260608 12:41:50.014745  7987 leader_election.cc:304] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [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: ad39690179fa49278d0dbe47911973b6; no voters: 4428cf420f45491e84e1fb2bef8f72d0, 4a6f47166ced4408a19fb6bc514d47be
I20260608 12:41:50.015799  8318 raft_consensus.cc:2749] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:50.014976  8211 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
W20260608 12:41:50.025687  8061 leader_election.cc:336] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111)
I20260608 12:41:50.029163  7844 catalog_manager.cc:5696] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: term changed from 1 to 2, leader changed from 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193) to 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195). New cstate: current_term: 2 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:50.034454  8022 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:50.041497  8023 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:50.032424  8326 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:50.050356   431 ts_tablet_manager.cc:585] Loaded tablet metadata (8 total tablets, 8 live tablets)
I20260608 12:41:50.050740   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.107s	user 0.009s	sys 0.003s
I20260608 12:41:50.050010  7847 catalog_manager.cc:5696] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 reported cstate change: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:50.051079   431 ts_tablet_manager.cc:600] Registering tablets (0/8 complete)
I20260608 12:41:50.056114  7831 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 818c92f5819b4394b21409ce28b89477 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
I20260608 12:41:50.059792  8317 tablet_bootstrap.cc:492] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:50.060986  7831 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet c14a170c83334f88a640142c96902370 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260608 12:41:50.065310  8098 consensus_queue.cc:237] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
W20260608 12:41:50.078135  7895 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 4428cf420f45491e84e1fb2bef8f72d0 not available for placement
I20260608 12:41:50.075750  7847 catalog_manager.cc:5696] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 reported cstate change: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
W20260608 12:41:50.083488  8064 consensus_peers.cc:597] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196:34383): Couldn't send request to peer 138dcf8b2ebe4598a6a5b88663adeb02. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c244cce5d4424322800a12f5e765efd7. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:50.089823  8061 consensus_peers.cc:597] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Couldn't send request to peer 4428cf420f45491e84e1fb2bef8f72d0. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45875: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:50.083400  8022 raft_consensus.cc:1275] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:50.092218  8327 consensus_queue.cc:1048] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:50.108268  8210 raft_consensus.cc:2955] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:50.119444  8023 raft_consensus.cc:2955] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:50.121472  7831 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet c244cce5d4424322800a12f5e765efd7 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260608 12:41:50.131963  8317 tablet_bootstrap.cc:492] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:50.132954  8317 tablet_bootstrap.cc:492] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap complete.
I20260608 12:41:50.133723  8317 ts_tablet_manager.cc:1403] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.074s	user 0.023s	sys 0.028s
I20260608 12:41:50.134783  7847 catalog_manager.cc:5696] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:50.137985  8317 raft_consensus.cc:359] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.138795  8317 raft_consensus.cc:740] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.139639  8317 consensus_queue.cc:260] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.144179  8317 ts_tablet_manager.cc:1434] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.001s
I20260608 12:41:50.145273  8317 tablet_bootstrap.cc:492] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:50.154695   431 ts_tablet_manager.cc:616] Registered 8 tablets
I20260608 12:41:50.155052   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.104s	user 0.042s	sys 0.003s
I20260608 12:41:50.159428  8317 tablet_bootstrap.cc:492] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:50.160178  8317 tablet_bootstrap.cc:492] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap complete.
I20260608 12:41:50.160733  8317 ts_tablet_manager.cc:1403] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.003s
I20260608 12:41:50.162765  8317 raft_consensus.cc:359] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.163285  8317 raft_consensus.cc:740] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.163995  8317 consensus_queue.cc:260] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.165889  8317 ts_tablet_manager.cc:1434] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:50.166719  8317 tablet_bootstrap.cc:492] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:50.188122  8317 tablet_bootstrap.cc:492] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:41:50.189277  8317 tablet_bootstrap.cc:492] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap complete.
I20260608 12:41:50.190014  8317 ts_tablet_manager.cc:1403] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.007s
I20260608 12:41:50.193046  8317 raft_consensus.cc:359] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.194000  8317 raft_consensus.cc:740] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.194808  8317 consensus_queue.cc:260] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.197358  8317 ts_tablet_manager.cc:1434] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:41:50.198284  8317 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:50.214812  8317 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:50.215730  8317 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap complete.
I20260608 12:41:50.216378  8317 ts_tablet_manager.cc:1403] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.018s	user 0.017s	sys 0.000s
I20260608 12:41:50.216640   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45875
I20260608 12:41:50.216827  8390 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45875 every 8 connection(s)
I20260608 12:41:50.219025  8317 raft_consensus.cc:359] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.219800  8317 raft_consensus.cc:740] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.220518  8317 consensus_queue.cc:260] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.222622  8317 ts_tablet_manager.cc:1434] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:41:50.223693  8317 tablet_bootstrap.cc:492] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:50.235054  8391 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41329
I20260608 12:41:50.235494  8391 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:50.236291  8391 heartbeater.cc:507] Master 127.0.107.254:41329 requested a full tablet report, sending...
I20260608 12:41:50.241488  7844 ts_manager.cc:194] Re-registered known tserver with Master: 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875)
I20260608 12:41:50.242591  8317 tablet_bootstrap.cc:492] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:41:50.243579  8317 tablet_bootstrap.cc:492] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap complete.
I20260608 12:41:50.244239  8317 ts_tablet_manager.cc:1403] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.003s
I20260608 12:41:50.247025  8317 raft_consensus.cc:359] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.247939  8317 raft_consensus.cc:740] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.248673  8317 consensus_queue.cc:260] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.250699  8317 ts_tablet_manager.cc:1434] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:50.251543  8317 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:50.252650  7844 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35746
I20260608 12:41:50.256014  8391 heartbeater.cc:499] Master 127.0.107.254:41329 was elected leader, sending a full tablet report...
I20260608 12:41:50.268392  8317 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:50.269307  8317 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap complete.
I20260608 12:41:50.269976  8317 ts_tablet_manager.cc:1403] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.000s
I20260608 12:41:50.272353  8317 raft_consensus.cc:359] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.272816  8317 raft_consensus.cc:740] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.273372  8317 consensus_queue.cc:260] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.274847  8317 ts_tablet_manager.cc:1434] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:50.275681  8317 tablet_bootstrap.cc:492] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:50.288681  8317 tablet_bootstrap.cc:492] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:50.289270  8317 tablet_bootstrap.cc:492] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap complete.
I20260608 12:41:50.289942  8317 ts_tablet_manager.cc:1403] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260608 12:41:50.292012  8317 raft_consensus.cc:359] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.292483  8317 raft_consensus.cc:385] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:50.292681  8317 raft_consensus.cc:740] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.293183  8317 consensus_queue.cc:260] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.294909  8317 ts_tablet_manager.cc:1434] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:50.295699  8317 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap starting.
I20260608 12:41:50.308985  8317 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:50.309698  8317 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: Bootstrap complete.
I20260608 12:41:50.310200  8317 ts_tablet_manager.cc:1403] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260608 12:41:50.312071  8317 raft_consensus.cc:359] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.312544  8317 raft_consensus.cc:740] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Initialized, Role: FOLLOWER
I20260608 12:41:50.313030  8317 consensus_queue.cc:260] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.314463  8317 ts_tablet_manager.cc:1434] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:50.339871  8365 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:50.354092  8400 ts_tablet_manager.cc:933] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Initiating tablet copy from peer 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:50.356576  8400 tablet_copy_client.cc:323] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41729
I20260608 12:41:50.366904  8108 tablet_copy_service.cc:140] P 4a6f47166ced4408a19fb6bc514d47be: Received BeginTabletCopySession request for tablet 818c92f5819b4394b21409ce28b89477 from peer 138dcf8b2ebe4598a6a5b88663adeb02 ({username='slave'} at 127.0.0.1:43890)
I20260608 12:41:50.367398  8108 tablet_copy_service.cc:161] P 4a6f47166ced4408a19fb6bc514d47be: Beginning new tablet copy session on tablet 818c92f5819b4394b21409ce28b89477 from peer 138dcf8b2ebe4598a6a5b88663adeb02 at {username='slave'} at 127.0.0.1:43890: session id = 138dcf8b2ebe4598a6a5b88663adeb02-818c92f5819b4394b21409ce28b89477
I20260608 12:41:50.373790  8108 tablet_copy_source_session.cc:215] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:50.377327  8400 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 818c92f5819b4394b21409ce28b89477. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:50.383343  8355 tablet_service.cc:1558] Processing DeleteTablet for tablet d284c8f402a34d7db21f09d45d16a533 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:56734
I20260608 12:41:50.385566  8402 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:50.386536  8402 raft_consensus.cc:2243] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.387120  8402 raft_consensus.cc:2272] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.388501  8355 tablet_service.cc:1558] Processing DeleteTablet for tablet b7c664522350430da5a1fb176ebe7c1f with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:56734
I20260608 12:41:50.390262  8402 ts_tablet_manager.cc:1916] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.391284  8355 tablet_service.cc:1558] Processing DeleteTablet for tablet 9a830b364c414bcaa7aaf17193d8b657 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:56734
I20260608 12:41:50.391573  8400 tablet_copy_client.cc:806] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:50.392273  8400 tablet_copy_client.cc:670] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:50.396503  8400 tablet_copy_client.cc:538] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:50.404923  8402 ts_tablet_manager.cc:1929] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:50.405434  8402 log.cc:1199] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root/wals/d284c8f402a34d7db21f09d45d16a533
I20260608 12:41:50.405622  8400 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap starting.
I20260608 12:41:50.406113  8402 ts_tablet_manager.cc:1950] T d284c8f402a34d7db21f09d45d16a533 P 4428cf420f45491e84e1fb2bef8f72d0: Deleting consensus metadata
I20260608 12:41:50.409516  8402 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:50.409721  7831 catalog_manager.cc:5027] TS 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): tablet d284c8f402a34d7db21f09d45d16a533 (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:50.410404  8402 raft_consensus.cc:2243] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.411017  8402 raft_consensus.cc:2272] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0 [term 0 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.412153  8355 tablet_service.cc:1558] Processing DeleteTablet for tablet 818282cebcc44d4d9f67f7a66030b19f with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:49 UTC) from {username='slave'} at 127.0.0.1:56734
I20260608 12:41:50.414227  8402 ts_tablet_manager.cc:1916] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.427512  8400 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: 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:50.428464  8400 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap complete.
I20260608 12:41:50.429152  8400 ts_tablet_manager.cc:1403] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.011s
I20260608 12:41:50.429528  8402 ts_tablet_manager.cc:1929] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:50.429994  8402 log.cc:1199] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root/wals/b7c664522350430da5a1fb176ebe7c1f
I20260608 12:41:50.430653  8402 ts_tablet_manager.cc:1950] T b7c664522350430da5a1fb176ebe7c1f P 4428cf420f45491e84e1fb2bef8f72d0: Deleting consensus metadata
I20260608 12:41:50.432380  8400 raft_consensus.cc:359] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:50.433218  8400 raft_consensus.cc:740] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 138dcf8b2ebe4598a6a5b88663adeb02, State: Initialized, Role: LEARNER
I20260608 12:41:50.433717  8402 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:50.434043  7831 catalog_manager.cc:5027] TS 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): tablet b7c664522350430da5a1fb176ebe7c1f (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:50.433915  8400 consensus_queue.cc:260] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:50.434685  8402 raft_consensus.cc:2243] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.435197  8402 pending_rounds.cc:70] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Trying to abort 1 pending ops.
I20260608 12:41:50.435513  8402 pending_rounds.cc:77] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658594268934144 op_type: NO_OP noop_request { }
I20260608 12:41:50.435897  8402 raft_consensus.cc:2889] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:50.436741  8295 heartbeater.cc:499] Master 127.0.107.254:41329 was elected leader, sending a full tablet report...
I20260608 12:41:50.436306  8402 raft_consensus.cc:2272] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.437230  8400 ts_tablet_manager.cc:1434] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.004s
I20260608 12:41:50.439460  8108 tablet_copy_service.cc:342] P 4a6f47166ced4408a19fb6bc514d47be: Request end of tablet copy session 138dcf8b2ebe4598a6a5b88663adeb02-818c92f5819b4394b21409ce28b89477 received from {username='slave'} at 127.0.0.1:43890
I20260608 12:41:50.439893  8108 tablet_copy_service.cc:434] P 4a6f47166ced4408a19fb6bc514d47be: ending tablet copy session 138dcf8b2ebe4598a6a5b88663adeb02-818c92f5819b4394b21409ce28b89477 on tablet 818c92f5819b4394b21409ce28b89477 with peer 138dcf8b2ebe4598a6a5b88663adeb02
I20260608 12:41:50.440519  8402 ts_tablet_manager.cc:1916] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.455204  8400 ts_tablet_manager.cc:933] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Initiating tablet copy from peer 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:50.456655  8402 ts_tablet_manager.cc:1929] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:50.457293  8402 log.cc:1199] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root/wals/9a830b364c414bcaa7aaf17193d8b657
I20260608 12:41:50.458659  8402 ts_tablet_manager.cc:1950] T 9a830b364c414bcaa7aaf17193d8b657 P 4428cf420f45491e84e1fb2bef8f72d0: Deleting consensus metadata
I20260608 12:41:50.457373  8365 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:50.461014  8400 tablet_copy_client.cc:323] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41729
I20260608 12:41:50.462170  7831 catalog_manager.cc:5027] TS 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): tablet 9a830b364c414bcaa7aaf17193d8b657 (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:50.462478  8402 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:50.463001  8108 tablet_copy_service.cc:140] P 4a6f47166ced4408a19fb6bc514d47be: Received BeginTabletCopySession request for tablet c14a170c83334f88a640142c96902370 from peer 138dcf8b2ebe4598a6a5b88663adeb02 ({username='slave'} at 127.0.0.1:43890)
I20260608 12:41:50.463593  8108 tablet_copy_service.cc:161] P 4a6f47166ced4408a19fb6bc514d47be: Beginning new tablet copy session on tablet c14a170c83334f88a640142c96902370 from peer 138dcf8b2ebe4598a6a5b88663adeb02 at {username='slave'} at 127.0.0.1:43890: session id = 138dcf8b2ebe4598a6a5b88663adeb02-c14a170c83334f88a640142c96902370
I20260608 12:41:50.463603  8402 raft_consensus.cc:2243] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.464461  8402 pending_rounds.cc:70] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Trying to abort 1 pending ops.
I20260608 12:41:50.464768  8402 pending_rounds.cc:77] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658594258042880 op_type: NO_OP noop_request { }
I20260608 12:41:50.465215  8402 raft_consensus.cc:2889] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:50.465668  8402 raft_consensus.cc:2272] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.469182  8402 ts_tablet_manager.cc:1916] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:50.470777  8108 tablet_copy_source_session.cc:215] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:50.474143  8400 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c14a170c83334f88a640142c96902370. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:50.486680  8402 ts_tablet_manager.cc:1929] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:50.487193  8402 log.cc:1199] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root/wals/818282cebcc44d4d9f67f7a66030b19f
I20260608 12:41:50.488101  8402 ts_tablet_manager.cc:1950] T 818282cebcc44d4d9f67f7a66030b19f P 4428cf420f45491e84e1fb2bef8f72d0: Deleting consensus metadata
I20260608 12:41:50.491536  7831 catalog_manager.cc:5027] TS 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): tablet 818282cebcc44d4d9f67f7a66030b19f (table dugtrio [id=6a172db42980455898341c969905feb6]) successfully deleted
I20260608 12:41:50.493845  8400 tablet_copy_client.cc:806] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:50.494490  8400 tablet_copy_client.cc:670] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:50.494560  8407 ts_tablet_manager.cc:933] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: Initiating tablet copy from peer 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:50.495522  8365 raft_consensus.cc:3060] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:50.498919  8400 tablet_copy_client.cc:538] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:50.505503  8365 raft_consensus.cc:1275] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 2 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:50.507196  8211 consensus_queue.cc:1048] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:50.508500  8400 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap starting.
I20260608 12:41:50.570776  8023 raft_consensus.cc:1275] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:50.572960  8211 consensus_queue.cc:1048] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:50.588712  8364 raft_consensus.cc:2955] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:50.612625  8407 tablet_copy_client.cc:323] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41729
I20260608 12:41:50.614670  8108 tablet_copy_service.cc:140] P 4a6f47166ced4408a19fb6bc514d47be: Received BeginTabletCopySession request for tablet c244cce5d4424322800a12f5e765efd7 from peer 138dcf8b2ebe4598a6a5b88663adeb02 ({username='slave'} at 127.0.0.1:43890)
I20260608 12:41:50.615227  8108 tablet_copy_service.cc:161] P 4a6f47166ced4408a19fb6bc514d47be: Beginning new tablet copy session on tablet c244cce5d4424322800a12f5e765efd7 from peer 138dcf8b2ebe4598a6a5b88663adeb02 at {username='slave'} at 127.0.0.1:43890: session id = 138dcf8b2ebe4598a6a5b88663adeb02-c244cce5d4424322800a12f5e765efd7
I20260608 12:41:50.621206  8400 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: 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:50.622151  8400 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap complete.
I20260608 12:41:50.622860  8108 tablet_copy_source_session.cc:215] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:50.622867  8400 ts_tablet_manager.cc:1403] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Time spent bootstrapping tablet: real 0.115s	user 0.064s	sys 0.037s
I20260608 12:41:50.626343  8407 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c244cce5d4424322800a12f5e765efd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:50.627430  8400 raft_consensus.cc:359] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:50.628309  8400 raft_consensus.cc:740] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 138dcf8b2ebe4598a6a5b88663adeb02, State: Initialized, Role: LEARNER
I20260608 12:41:50.628978  8400 consensus_queue.cc:260] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:50.631472  8400 ts_tablet_manager.cc:1434] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
I20260608 12:41:50.633205  8108 tablet_copy_service.cc:342] P 4a6f47166ced4408a19fb6bc514d47be: Request end of tablet copy session 138dcf8b2ebe4598a6a5b88663adeb02-c14a170c83334f88a640142c96902370 received from {username='slave'} at 127.0.0.1:43890
I20260608 12:41:50.633651  8108 tablet_copy_service.cc:434] P 4a6f47166ced4408a19fb6bc514d47be: ending tablet copy session 138dcf8b2ebe4598a6a5b88663adeb02-c14a170c83334f88a640142c96902370 on tablet c14a170c83334f88a640142c96902370 with peer 138dcf8b2ebe4598a6a5b88663adeb02
I20260608 12:41:50.643795  8407 tablet_copy_client.cc:806] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:50.644312  8407 tablet_copy_client.cc:670] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:50.647608  8407 tablet_copy_client.cc:538] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:50.653560  8407 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap starting.
I20260608 12:41:50.669067  8407 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: 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:50.669716  8407 tablet_bootstrap.cc:492] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap complete.
I20260608 12:41:50.670253  8407 ts_tablet_manager.cc:1403] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.000s
I20260608 12:41:50.672518  8407 raft_consensus.cc:359] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:50.673094  8407 raft_consensus.cc:740] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 138dcf8b2ebe4598a6a5b88663adeb02, State: Initialized, Role: LEARNER
I20260608 12:41:50.673682  8407 consensus_queue.cc:260] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02 [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:50.675644  8407 ts_tablet_manager.cc:1434] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:41:50.677235  8108 tablet_copy_service.cc:342] P 4a6f47166ced4408a19fb6bc514d47be: Request end of tablet copy session 138dcf8b2ebe4598a6a5b88663adeb02-c244cce5d4424322800a12f5e765efd7 received from {username='slave'} at 127.0.0.1:43890
I20260608 12:41:50.677608  8108 tablet_copy_service.cc:434] P 4a6f47166ced4408a19fb6bc514d47be: ending tablet copy session 138dcf8b2ebe4598a6a5b88663adeb02-c244cce5d4424322800a12f5e765efd7 on tablet c244cce5d4424322800a12f5e765efd7 with peer 138dcf8b2ebe4598a6a5b88663adeb02
I20260608 12:41:50.723374  8098 consensus_queue.cc:237] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.729084  8023 raft_consensus.cc:1275] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:50.729727  8364 raft_consensus.cc:1275] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:50.730615  8212 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:50.731475  8211 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:50.741510  8023 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } }
I20260608 12:41:50.739396  8211 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } }
I20260608 12:41:50.747011  8364 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } }
I20260608 12:41:50.761521  7831 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 818c92f5819b4394b21409ce28b89477 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:50.761427  7847 catalog_manager.cc:5696] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 reported cstate change: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } }
I20260608 12:41:50.806557  8260 tablet_service.cc:1558] Processing DeleteTablet for tablet 818c92f5819b4394b21409ce28b89477 with delete_type TABLET_DATA_TOMBSTONED (TS 138dcf8b2ebe4598a6a5b88663adeb02 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:43748
I20260608 12:41:50.808605  8421 tablet_replica.cc:333] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: stopping tablet replica
I20260608 12:41:50.809407  8421 raft_consensus.cc:2243] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:50.809921  8421 raft_consensus.cc:2272] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:50.812223  8421 ts_tablet_manager.cc:1916] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:50.822741  8421 ts_tablet_manager.cc:1929] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:41:50.823021  8421 log.cc:1199] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-3-root/wals/818c92f5819b4394b21409ce28b89477
I20260608 12:41:50.824365  7834 catalog_manager.cc:5027] TS 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196:34383): tablet 818c92f5819b4394b21409ce28b89477 (table test-workload [id=f307fe07fad5445ca75f8bf15367878c]) successfully deleted
I20260608 12:41:50.861071  8269 raft_consensus.cc:1217] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:50.922777  8098 consensus_queue.cc:237] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:50.928498  8023 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:50.928718  8364 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:50.930694  8212 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:50.930938  8269 raft_consensus.cc:1217] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:50.932323  8212 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:50.939771  8327 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } }
I20260608 12:41:50.941689  8023 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } }
I20260608 12:41:50.944351  8364 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } }
I20260608 12:41:50.951052  7831 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet c14a170c83334f88a640142c96902370 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:50.957101  7844 catalog_manager.cc:5696] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:50.967909  8260 tablet_service.cc:1558] Processing DeleteTablet for tablet c14a170c83334f88a640142c96902370 with delete_type TABLET_DATA_TOMBSTONED (TS 138dcf8b2ebe4598a6a5b88663adeb02 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:43748
I20260608 12:41:50.968899  8421 tablet_replica.cc:333] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: stopping tablet replica
I20260608 12:41:50.969749  8421 raft_consensus.cc:2243] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:50.970741  8421 raft_consensus.cc:2272] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:50.973383  8421 ts_tablet_manager.cc:1916] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:50.983603  8421 ts_tablet_manager.cc:1929] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:41:50.983908  8421 log.cc:1199] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-3-root/wals/c14a170c83334f88a640142c96902370
I20260608 12:41:50.985263  7834 catalog_manager.cc:5027] TS 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196:34383): tablet c14a170c83334f88a640142c96902370 (table test-workload [id=f307fe07fad5445ca75f8bf15367878c]) successfully deleted
I20260608 12:41:51.076351  8098 consensus_queue.cc:237] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } }
I20260608 12:41:51.081498  8023 raft_consensus.cc:1275] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:51.083076  8327 consensus_queue.cc:1048] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:51.083480  8364 raft_consensus.cc:1275] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:51.085479  8327 consensus_queue.cc:1048] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:51.092211  8212 raft_consensus.cc:2955] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } }
I20260608 12:41:51.093709  8022 raft_consensus.cc:2955] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } }
I20260608 12:41:51.106907  7831 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet c244cce5d4424322800a12f5e765efd7 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:51.111490  7847 catalog_manager.cc:5696] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:51.124863  8260 tablet_service.cc:1558] Processing DeleteTablet for tablet c244cce5d4424322800a12f5e765efd7 with delete_type TABLET_DATA_TOMBSTONED (TS 138dcf8b2ebe4598a6a5b88663adeb02 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:43748
I20260608 12:41:51.124035  8365 raft_consensus.cc:2955] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } }
W20260608 12:41:51.135703  7895 auto_rebalancer.cc:591] Failed to schedule move for tablet c244cce5d4424322800a12f5e765efd7: Illegal state: Request specified cas_config_opid_index of 2 but the committed config has opid_index of 3
I20260608 12:41:51.136210  8421 tablet_replica.cc:333] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: stopping tablet replica
I20260608 12:41:51.137070  8421 raft_consensus.cc:2243] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:51.137611  8421 raft_consensus.cc:2272] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:51.140825  8421 ts_tablet_manager.cc:1916] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:51.145133  8098 consensus_queue.cc:237] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
W20260608 12:41:51.153393  8064 consensus_peers.cc:597] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196:34383): Couldn't send request to peer 138dcf8b2ebe4598a6a5b88663adeb02. 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:41:51.153997  8023 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:51.155390  8364 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:51.157114  8211 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:51.157850  8421 ts_tablet_manager.cc:1929] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:41:51.158277  8421 log.cc:1199] T c244cce5d4424322800a12f5e765efd7 P 138dcf8b2ebe4598a6a5b88663adeb02: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-3-root/wals/c244cce5d4424322800a12f5e765efd7
I20260608 12:41:51.159858  7834 catalog_manager.cc:5027] TS 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196:34383): tablet c244cce5d4424322800a12f5e765efd7 (table test-workload [id=f307fe07fad5445ca75f8bf15367878c]) successfully deleted
I20260608 12:41:51.161230  8211 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:51.164651  8327 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:51.166574  8023 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:51.170221  8364 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:51.179248  7847 catalog_manager.cc:5696] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: config changed from index 3 to 4, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:51.185429  8098 consensus_queue.cc:237] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
W20260608 12:41:51.193424  8064 consensus_peers.cc:597] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196:34383): Couldn't send request to peer 138dcf8b2ebe4598a6a5b88663adeb02. 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:41:51.194327  8364 raft_consensus.cc:1275] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:51.196074  8212 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } 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:51.196697  8023 raft_consensus.cc:1275] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: 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:51.198469  8212 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:51.202661  8327 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:51.210158  8364 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:51.215131  8098 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "c14a170c83334f88a640142c96902370"
dest_uuid: "4a6f47166ced4408a19fb6bc514d47be"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:35518
I20260608 12:41:51.214545  8023 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } } }
I20260608 12:41:51.215852  8098 raft_consensus.cc:606] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Received request to transfer leadership
I20260608 12:41:51.220198  8098 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "c14a170c83334f88a640142c96902370"
dest_uuid: "4a6f47166ced4408a19fb6bc514d47be"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:35518
I20260608 12:41:51.220762  8098 raft_consensus.cc:606] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Received request to transfer leadership
I20260608 12:41:51.228909  8098 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "c14a170c83334f88a640142c96902370"
dest_uuid: "4a6f47166ced4408a19fb6bc514d47be"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:35518
I20260608 12:41:51.229491  8098 raft_consensus.cc:606] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Received request to transfer leadership
I20260608 12:41:51.218918  7847 catalog_manager.cc:5696] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: config changed from index 3 to 4, NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:51.236071  7895 auto_rebalancer.cc:855] Removing replace marker failed: Service unavailable: leader transfer in progress
W20260608 12:41:51.236502  7895 auto_rebalancer.cc:863] Could not move replica: Remote error: Service unavailable: leadership transfer for c14a170c83334f88a640142c96902370 already in progress
W20260608 12:41:51.236893  7895 auto_rebalancer.cc:301] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for c14a170c83334f88a640142c96902370 already in progress
I20260608 12:41:51.546032  8425 ts_tablet_manager.cc:933] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Initiating tablet copy from peer 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:51.548071  8425 tablet_copy_client.cc:323] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41729
I20260608 12:41:51.549906  8108 tablet_copy_service.cc:140] P 4a6f47166ced4408a19fb6bc514d47be: Received BeginTabletCopySession request for tablet c14a170c83334f88a640142c96902370 from peer 138dcf8b2ebe4598a6a5b88663adeb02 ({username='slave'} at 127.0.0.1:43890)
I20260608 12:41:51.550465  8108 tablet_copy_service.cc:161] P 4a6f47166ced4408a19fb6bc514d47be: Beginning new tablet copy session on tablet c14a170c83334f88a640142c96902370 from peer 138dcf8b2ebe4598a6a5b88663adeb02 at {username='slave'} at 127.0.0.1:43890: session id = 138dcf8b2ebe4598a6a5b88663adeb02-c14a170c83334f88a640142c96902370
I20260608 12:41:51.558508  8108 tablet_copy_source_session.cc:215] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:51.561553  8425 ts_tablet_manager.cc:1916] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260608 12:41:51.577436  8425 ts_tablet_manager.cc:1929] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260608 12:41:51.578246  8425 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c14a170c83334f88a640142c96902370. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:51.586048  8425 tablet_copy_client.cc:806] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:51.586593  8425 tablet_copy_client.cc:670] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:51.592993  8425 tablet_copy_client.cc:538] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:51.602031  8425 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap starting.
I20260608 12:41:51.629333  8425 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap replayed 1/1 log segments. Stats: ops{read=4 overwritten=0 applied=4 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:51.630290  8425 tablet_bootstrap.cc:492] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap complete.
I20260608 12:41:51.631028  8425 ts_tablet_manager.cc:1403] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Time spent bootstrapping tablet: real 0.029s	user 0.027s	sys 0.000s
I20260608 12:41:51.635815  8212 raft_consensus.cc:993] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: : Instructing follower 4428cf420f45491e84e1fb2bef8f72d0 to start an election
I20260608 12:41:51.635453  8425 raft_consensus.cc:359] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:51.636317  8425 raft_consensus.cc:740] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 138dcf8b2ebe4598a6a5b88663adeb02, State: Initialized, Role: LEARNER
I20260608 12:41:51.636387  8327 raft_consensus.cc:1081] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Signalling peer 4428cf420f45491e84e1fb2bef8f72d0 to start an election
I20260608 12:41:51.637598  8425 consensus_queue.cc:260] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:51.641613  8364 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "c14a170c83334f88a640142c96902370"
dest_uuid: "4428cf420f45491e84e1fb2bef8f72d0"
 from {username='slave'} at 127.0.0.1:56730
I20260608 12:41:51.642251  8364 raft_consensus.cc:493] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:41:51.642611  8364 raft_consensus.cc:3060] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:51.655756  8364 raft_consensus.cc:515] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:51.676976  8364 leader_election.cc:290] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [CANDIDATE]: Term 2 election: Requested vote from peers ad39690179fa49278d0dbe47911973b6 (127.0.107.194:42899), 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:51.690960  8425 ts_tablet_manager.cc:1434] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: Time spent starting tablet: real 0.060s	user 0.037s	sys 0.017s
I20260608 12:41:51.704916  8108 tablet_copy_service.cc:342] P 4a6f47166ced4408a19fb6bc514d47be: Request end of tablet copy session 138dcf8b2ebe4598a6a5b88663adeb02-c14a170c83334f88a640142c96902370 received from {username='slave'} at 127.0.0.1:43890
I20260608 12:41:51.705410  8108 tablet_copy_service.cc:434] P 4a6f47166ced4408a19fb6bc514d47be: ending tablet copy session 138dcf8b2ebe4598a6a5b88663adeb02-c14a170c83334f88a640142c96902370 on tablet c14a170c83334f88a640142c96902370 with peer 138dcf8b2ebe4598a6a5b88663adeb02
I20260608 12:41:51.714775  8023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c14a170c83334f88a640142c96902370" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "ad39690179fa49278d0dbe47911973b6"
I20260608 12:41:51.715363  8023 raft_consensus.cc:3060] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:51.722208  8023 raft_consensus.cc:2468] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 2.
I20260608 12:41:51.723876  8307 leader_election.cc:304] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [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: 4428cf420f45491e84e1fb2bef8f72d0, ad39690179fa49278d0dbe47911973b6; no voters: 
I20260608 12:41:51.726234  8433 raft_consensus.cc:2804] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:51.726835  8098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c14a170c83334f88a640142c96902370" candidate_uuid: "4428cf420f45491e84e1fb2bef8f72d0" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "4a6f47166ced4408a19fb6bc514d47be"
I20260608 12:41:51.727507  8098 raft_consensus.cc:3055] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:51.727859  8098 raft_consensus.cc:740] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 4a6f47166ced4408a19fb6bc514d47be, State: Running, Role: LEADER
I20260608 12:41:51.728786  8098 consensus_queue.cc:260] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:51.730437  8098 raft_consensus.cc:3060] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:51.739805  8433 raft_consensus.cc:697] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 2 LEADER]: Becoming Leader. State: Replica: 4428cf420f45491e84e1fb2bef8f72d0, State: Running, Role: LEADER
I20260608 12:41:51.741500  8098 raft_consensus.cc:2468] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4428cf420f45491e84e1fb2bef8f72d0 in term 2.
I20260608 12:41:51.740996  8433 consensus_queue.cc:237] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [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: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:51.750587  7847 catalog_manager.cc:5696] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 reported cstate change: term changed from 1 to 2, leader changed from 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195) to 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "4428cf420f45491e84e1fb2bef8f72d0" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:51.789707  8425 ts_tablet_manager.cc:933] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Initiating tablet copy from peer 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729)
I20260608 12:41:51.791525  8425 tablet_copy_client.cc:323] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41729
I20260608 12:41:51.793285  8108 tablet_copy_service.cc:140] P 4a6f47166ced4408a19fb6bc514d47be: Received BeginTabletCopySession request for tablet 818c92f5819b4394b21409ce28b89477 from peer 138dcf8b2ebe4598a6a5b88663adeb02 ({username='slave'} at 127.0.0.1:43890)
I20260608 12:41:51.793851  8108 tablet_copy_service.cc:161] P 4a6f47166ced4408a19fb6bc514d47be: Beginning new tablet copy session on tablet 818c92f5819b4394b21409ce28b89477 from peer 138dcf8b2ebe4598a6a5b88663adeb02 at {username='slave'} at 127.0.0.1:43890: session id = 138dcf8b2ebe4598a6a5b88663adeb02-818c92f5819b4394b21409ce28b89477
I20260608 12:41:51.801426  8108 tablet_copy_source_session.cc:215] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:51.804435  8425 ts_tablet_manager.cc:1916] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260608 12:41:51.820215  8425 ts_tablet_manager.cc:1929] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260608 12:41:51.821004  8425 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 818c92f5819b4394b21409ce28b89477. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:51.828295  8425 tablet_copy_client.cc:806] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:51.828831  8425 tablet_copy_client.cc:670] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:51.832706  8425 tablet_copy_client.cc:538] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:51.841522  8425 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap starting.
I20260608 12:41:51.873644  8425 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap replayed 1/1 log segments. Stats: ops{read=4 overwritten=0 applied=4 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:51.874506  8425 tablet_bootstrap.cc:492] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Bootstrap complete.
I20260608 12:41:51.875149  8425 ts_tablet_manager.cc:1403] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Time spent bootstrapping tablet: real 0.034s	user 0.030s	sys 0.000s
I20260608 12:41:51.877765  8425 raft_consensus.cc:359] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:51.878523  8425 raft_consensus.cc:740] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 138dcf8b2ebe4598a6a5b88663adeb02, State: Initialized, Role: LEARNER
I20260608 12:41:51.879133  8425 consensus_queue.cc:260] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true } }
I20260608 12:41:51.881158  8425 ts_tablet_manager.cc:1434] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:51.883036  8108 tablet_copy_service.cc:342] P 4a6f47166ced4408a19fb6bc514d47be: Request end of tablet copy session 138dcf8b2ebe4598a6a5b88663adeb02-818c92f5819b4394b21409ce28b89477 received from {username='slave'} at 127.0.0.1:43890
I20260608 12:41:51.883472  8108 tablet_copy_service.cc:434] P 4a6f47166ced4408a19fb6bc514d47be: ending tablet copy session 138dcf8b2ebe4598a6a5b88663adeb02-818c92f5819b4394b21409ce28b89477 on tablet 818c92f5819b4394b21409ce28b89477 with peer 138dcf8b2ebe4598a6a5b88663adeb02
I20260608 12:41:52.199414  8023 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Refusing update from remote peer 4428cf420f45491e84e1fb2bef8f72d0: 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:52.201104  8433 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:52.216779  8269 raft_consensus.cc:1217] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260608 12:41:52.242776  8098 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 2 FOLLOWER]: Refusing update from remote peer 4428cf420f45491e84e1fb2bef8f72d0: 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:52.245318  8434 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:52.289582  8269 raft_consensus.cc:3060] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Advancing to term 2
I20260608 12:41:52.295059  8269 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 2 LEARNER]: Refusing update from remote peer 4428cf420f45491e84e1fb2bef8f72d0: 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:52.296365  8433 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:52.305763  8433 raft_consensus.cc:1064] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0: attempting to promote NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 to VOTER
I20260608 12:41:52.308286  8433 consensus_queue.cc:237] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 2.5, Last appended by leader: 4, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } }
I20260608 12:41:52.316773  8098 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 2 FOLLOWER]: Refusing update from remote peer 4428cf420f45491e84e1fb2bef8f72d0: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260608 12:41:52.317881  8022 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Refusing update from remote peer 4428cf420f45491e84e1fb2bef8f72d0: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260608 12:41:52.318434  8434 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:41:52.319409  8444 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:41:52.319849  8269 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 2 LEARNER]: Refusing update from remote peer 4428cf420f45491e84e1fb2bef8f72d0: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260608 12:41:52.321475  8433 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:41:52.326686  8444 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 2 LEADER]: Committing config change with OpId 2.6: config changed from index 4 to 6, 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.331089  8022 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 4 to 6, 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.339600  8098 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 4 to 6, 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.345252  8269 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 4 to 6, 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.349676  7844 catalog_manager.cc:5696] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 reported cstate change: config changed from index 4 to 6, 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "4428cf420f45491e84e1fb2bef8f72d0" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } attrs { replace: true } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.388299  8364 consensus_queue.cc:237] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 2.6, Last appended by leader: 4, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } }
I20260608 12:41:52.394412  8269 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 2 FOLLOWER]: Refusing update from remote peer 4428cf420f45491e84e1fb2bef8f72d0: Log matching property violated. Preceding OpId in replica: term: 2 index: 6. Preceding OpId from leader: term: 2 index: 7. (index mismatch)
I20260608 12:41:52.395944  8444 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260608 12:41:52.395854  8022 raft_consensus.cc:1275] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Refusing update from remote peer 4428cf420f45491e84e1fb2bef8f72d0: Log matching property violated. Preceding OpId in replica: term: 2 index: 6. Preceding OpId from leader: term: 2 index: 7. (index mismatch)
I20260608 12:41:52.398528  8444 consensus_queue.cc:1048] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260608 12:41:52.404680  8433 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 2 LEADER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.407581  8022 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.409973  8269 raft_consensus.cc:2955] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.421304  7845 catalog_manager.cc:5696] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 reported cstate change: config changed from index 6 to 7, VOTER 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "4428cf420f45491e84e1fb2bef8f72d0" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.423605  7831 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet c14a170c83334f88a640142c96902370 with cas_config_opid_index 6: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:52.437551  8088 tablet_service.cc:1558] Processing DeleteTablet for tablet c14a170c83334f88a640142c96902370 with delete_type TABLET_DATA_TOMBSTONED (TS 4a6f47166ced4408a19fb6bc514d47be not found in new config with opid_index 7) from {username='slave'} at 127.0.0.1:35518
I20260608 12:41:52.439455  8456 tablet_replica.cc:333] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: stopping tablet replica
I20260608 12:41:52.440398  8456 raft_consensus.cc:2243] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:52.441220  8456 raft_consensus.cc:2272] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:52.445051  8456 ts_tablet_manager.cc:1916] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:52.460402  8456 ts_tablet_manager.cc:1929] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.6
I20260608 12:41:52.460794  8456 log.cc:1199] T c14a170c83334f88a640142c96902370 P 4a6f47166ced4408a19fb6bc514d47be: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-2-root/wals/c14a170c83334f88a640142c96902370
I20260608 12:41:52.462411  7831 catalog_manager.cc:5027] TS 4a6f47166ced4408a19fb6bc514d47be (127.0.107.195:41729): tablet c14a170c83334f88a640142c96902370 (table test-workload [id=f307fe07fad5445ca75f8bf15367878c]) successfully deleted
I20260608 12:41:52.687944  8441 raft_consensus.cc:1064] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be: attempting to promote NON_VOTER 138dcf8b2ebe4598a6a5b88663adeb02 to VOTER
I20260608 12:41:52.690776  8441 consensus_queue.cc:237] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } }
I20260608 12:41:52.698318  8269 raft_consensus.cc:1275] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 LEARNER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:52.701785  8212 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } 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:52.704898  8022 raft_consensus.cc:1275] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:52.706401  8364 raft_consensus.cc:1275] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:52.708554  8459 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:52.710666  8459 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:52.739818  8459 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.741865  8023 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.747426  8269 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.756043  7846 catalog_manager.cc:5696] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 reported cstate change: config changed from index 4 to 5, 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.756840  8365 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 138dcf8b2ebe4598a6a5b88663adeb02 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4428cf420f45491e84e1fb2bef8f72d0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45875 } attrs { replace: true } } peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.780215  8098 consensus_queue.cc:237] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 1.5, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } }
I20260608 12:41:52.786114  8269 raft_consensus.cc:1275] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260608 12:41:52.787953  8458 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260608 12:41:52.792788  8023 raft_consensus.cc:1275] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Refusing update from remote peer 4a6f47166ced4408a19fb6bc514d47be: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260608 12:41:52.794234  8458 consensus_queue.cc:1048] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:41:52.798543  8459 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.804441  8269 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.805245  8022 raft_consensus.cc:2955] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } } }
I20260608 12:41:52.816983  7831 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 818c92f5819b4394b21409ce28b89477 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:52.821929  7847 catalog_manager.cc:5696] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be reported cstate change: config changed from index 5 to 6, VOTER 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "4a6f47166ced4408a19fb6bc514d47be" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ad39690179fa49278d0dbe47911973b6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4a6f47166ced4408a19fb6bc514d47be" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41729 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "138dcf8b2ebe4598a6a5b88663adeb02" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34383 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:52.833513  8355 tablet_service.cc:1558] Processing DeleteTablet for tablet 818c92f5819b4394b21409ce28b89477 with delete_type TABLET_DATA_TOMBSTONED (TS 4428cf420f45491e84e1fb2bef8f72d0 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:56734
I20260608 12:41:52.838259  8463 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:52.839223  8463 raft_consensus.cc:2243] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:52.840313  8463 raft_consensus.cc:2272] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:52.843425  8463 ts_tablet_manager.cc:1916] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:52.858989  8463 ts_tablet_manager.cc:1929] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260608 12:41:52.859426  8463 log.cc:1199] T 818c92f5819b4394b21409ce28b89477 P 4428cf420f45491e84e1fb2bef8f72d0: Deleting WAL directory at /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922314084774-431-0/minicluster-data/ts-0-root/wals/818c92f5819b4394b21409ce28b89477
I20260608 12:41:52.860968  7831 catalog_manager.cc:5027] TS 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): tablet 818c92f5819b4394b21409ce28b89477 (table test-workload [id=f307fe07fad5445ca75f8bf15367878c]) successfully deleted
W20260608 12:41:53.833823  7895 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver ad39690179fa49278d0dbe47911973b6 not available for placement
I20260608 12:41:54.253829   431 tablet_server.cc:179] TabletServer@127.0.107.193:45875 shutting down...
W20260608 12:41:54.264739  8061 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 38 similar messages]
W20260608 12:41:54.268735  8061 consensus_peers.cc:597] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be -> Peer 4428cf420f45491e84e1fb2bef8f72d0 (127.0.107.193:45875): Couldn't send request to peer 4428cf420f45491e84e1fb2bef8f72d0. 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:54.276257   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:54.276880   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:54.277390   431 raft_consensus.cc:2243] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:54.278118   431 raft_consensus.cc:2272] T c14a170c83334f88a640142c96902370 P 4428cf420f45491e84e1fb2bef8f72d0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.280076   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:54.280525   431 raft_consensus.cc:2243] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.280968   431 raft_consensus.cc:2272] T c244cce5d4424322800a12f5e765efd7 P 4428cf420f45491e84e1fb2bef8f72d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.282670   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:54.283089   431 raft_consensus.cc:2243] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.283478   431 raft_consensus.cc:2272] T 71a4d35fab6649b08fa7d22af9b838b0 P 4428cf420f45491e84e1fb2bef8f72d0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.305301   431 tablet_server.cc:196] TabletServer@127.0.107.193:45875 shutdown complete.
I20260608 12:41:54.321333   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:54.339125   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:54.339797   431 tablet_replica.cc:333] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6: stopping tablet replica
I20260608 12:41:54.340446   431 raft_consensus.cc:2243] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.340925   431 raft_consensus.cc:2272] T 71a4d35fab6649b08fa7d22af9b838b0 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.342772   431 tablet_replica.cc:333] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6: stopping tablet replica
I20260608 12:41:54.343263   431 raft_consensus.cc:2243] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.343848   431 raft_consensus.cc:2272] T 818c92f5819b4394b21409ce28b89477 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.345901   431 tablet_replica.cc:333] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6: stopping tablet replica
I20260608 12:41:54.346364   431 raft_consensus.cc:2243] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.346827   431 raft_consensus.cc:2272] T c244cce5d4424322800a12f5e765efd7 P ad39690179fa49278d0dbe47911973b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.348589   431 tablet_replica.cc:333] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6: stopping tablet replica
I20260608 12:41:54.349081   431 raft_consensus.cc:2243] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.349720   431 raft_consensus.cc:2272] T c14a170c83334f88a640142c96902370 P ad39690179fa49278d0dbe47911973b6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.387457   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:54.403075   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:54.422170   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:54.422807   431 tablet_replica.cc:333] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be: stopping tablet replica
I20260608 12:41:54.423419   431 raft_consensus.cc:2243] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:54.424211   431 raft_consensus.cc:2272] T 818c92f5819b4394b21409ce28b89477 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.426105   431 tablet_replica.cc:333] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be: stopping tablet replica
I20260608 12:41:54.426584   431 raft_consensus.cc:2243] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:54.427294   431 raft_consensus.cc:2272] T 71a4d35fab6649b08fa7d22af9b838b0 P 4a6f47166ced4408a19fb6bc514d47be [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.429436   431 tablet_replica.cc:333] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be: stopping tablet replica
I20260608 12:41:54.429893   431 raft_consensus.cc:2243] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:54.430586   431 raft_consensus.cc:2272] T c244cce5d4424322800a12f5e765efd7 P 4a6f47166ced4408a19fb6bc514d47be [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.452817   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:54.469146   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:54.486851   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:54.487455   431 tablet_replica.cc:333] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02: stopping tablet replica
I20260608 12:41:54.487964   431 raft_consensus.cc:2243] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.488447   431 raft_consensus.cc:2272] T 818c92f5819b4394b21409ce28b89477 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.490274   431 tablet_replica.cc:333] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02: stopping tablet replica
I20260608 12:41:54.490691   431 raft_consensus.cc:2243] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:54.491075   431 raft_consensus.cc:2272] T c14a170c83334f88a640142c96902370 P 138dcf8b2ebe4598a6a5b88663adeb02 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.510968   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:54.522470   431 master.cc:562] Master@127.0.107.254:41329 shutting down...
I20260608 12:41:54.537086   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:54.537599   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:54.537904   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 73f8508b918043d1aefcf18b1adb188f: stopping tablet replica
I20260608 12:41:54.557148   431 master.cc:584] Master@127.0.107.254:41329 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (8770 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260608 12:41:54.585177   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46281
I20260608 12:41:54.586231   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:54.590981  8465 instance_detector.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:54.591051  8466 instance_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:54.594214   431 server_base.cc:1061] running on GCE node
W20260608 12:41:54.594163  8468 instance_detector.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:54.595283   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:54.595501   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:54.595652   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922514595634 us; error 0 us; skew 500 ppm
I20260608 12:41:54.596236   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:54.598393   431 webserver.cc:533] Webserver started at http://127.0.107.254:45357/ using document root <none> and password file <none>
I20260608 12:41:54.598891   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:54.599056   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:54.599344   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:54.600387   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "56dbb8c83d5b4984b0477ddedbc5c024"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-jl41"
I20260608 12:41:54.604728   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:54.607933  8473 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:54.608642   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:54.608894   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "56dbb8c83d5b4984b0477ddedbc5c024"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-jl41"
I20260608 12:41:54.609176   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-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:54.637406   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:54.638419   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:54.672361   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46281
I20260608 12:41:54.672473  8524 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46281 every 8 connection(s)
I20260608 12:41:54.676355  8525 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:54.686220  8525 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024: Bootstrap starting.
I20260608 12:41:54.690538  8525 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:54.694267  8525 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024: No bootstrap required, opened a new log
I20260608 12:41:54.696244  8525 raft_consensus.cc:359] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "56dbb8c83d5b4984b0477ddedbc5c024" member_type: VOTER }
I20260608 12:41:54.696601  8525 raft_consensus.cc:385] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:54.696781  8525 raft_consensus.cc:740] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 56dbb8c83d5b4984b0477ddedbc5c024, State: Initialized, Role: FOLLOWER
I20260608 12:41:54.697290  8525 consensus_queue.cc:260] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "56dbb8c83d5b4984b0477ddedbc5c024" member_type: VOTER }
I20260608 12:41:54.697683  8525 raft_consensus.cc:399] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:54.697868  8525 raft_consensus.cc:493] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:54.698084  8525 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:54.702422  8525 raft_consensus.cc:515] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "56dbb8c83d5b4984b0477ddedbc5c024" member_type: VOTER }
I20260608 12:41:54.702879  8525 leader_election.cc:304] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [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: 56dbb8c83d5b4984b0477ddedbc5c024; no voters: 
I20260608 12:41:54.703951  8525 leader_election.cc:290] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:54.704320  8528 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:54.705746  8528 raft_consensus.cc:697] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [term 1 LEADER]: Becoming Leader. State: Replica: 56dbb8c83d5b4984b0477ddedbc5c024, State: Running, Role: LEADER
I20260608 12:41:54.706399  8528 consensus_queue.cc:237] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [LEADER]: Queue going to LEADER mode. State: All 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: "56dbb8c83d5b4984b0477ddedbc5c024" member_type: VOTER }
I20260608 12:41:54.706712  8525 sys_catalog.cc:565] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:54.709858  8530 sys_catalog.cc:455] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 56dbb8c83d5b4984b0477ddedbc5c024. Latest consensus state: current_term: 1 leader_uuid: "56dbb8c83d5b4984b0477ddedbc5c024" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "56dbb8c83d5b4984b0477ddedbc5c024" member_type: VOTER } }
I20260608 12:41:54.710642  8530 sys_catalog.cc:458] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:54.710784  8529 sys_catalog.cc:455] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "56dbb8c83d5b4984b0477ddedbc5c024" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "56dbb8c83d5b4984b0477ddedbc5c024" member_type: VOTER } }
I20260608 12:41:54.711679  8529 sys_catalog.cc:458] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:54.716167  8535 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:54.723162  8535 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:54.724201   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:54.732072  8535 catalog_manager.cc:1382] Generated new cluster ID: c0ed0489e40c404e98eb59d95c9327d5
I20260608 12:41:54.732352  8535 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:54.755708  8535 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:54.756984  8535 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:54.778251  8535 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024: Generated new TSK 0
I20260608 12:41:54.778879  8535 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:54.791095   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:54.796890  8546 instance_detector.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:54.797717  8547 instance_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:54.800705   431 server_base.cc:1061] running on GCE node
W20260608 12:41:54.800824  8549 instance_detector.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:54.801703   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:54.801910   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:54.802089   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922514802071 us; error 0 us; skew 500 ppm
I20260608 12:41:54.802659   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:54.805015   431 webserver.cc:533] Webserver started at http://127.0.107.193:32807/ using document root <none> and password file <none>
I20260608 12:41:54.805509   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:54.805682   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:54.805927   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:54.806967   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "953fb80ae6f246f8b888e98475195a98"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-jl41"
I20260608 12:41:54.811728   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 12:41:54.815035  8554 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:54.815842   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:54.816188   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "953fb80ae6f246f8b888e98475195a98"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-jl41"
I20260608 12:41:54.816541   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-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:54.841889   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:54.842995   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:54.844411   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:54.846680   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:54.846868   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:54.847091   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:54.847241   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:54.884370   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46425
I20260608 12:41:54.884485  8616 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46425 every 8 connection(s)
I20260608 12:41:54.889355   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:54.896553  8621 instance_detector.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:54.897711  8622 instance_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:54.900462   431 server_base.cc:1061] running on GCE node
W20260608 12:41:54.901032  8624 instance_detector.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:54.902102   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:54.902369   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:54.902529  8617 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46281
I20260608 12:41:54.902550   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922514902534 us; error 0 us; skew 500 ppm
I20260608 12:41:54.903028  8617 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:54.903481   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:54.903786  8617 heartbeater.cc:507] Master 127.0.107.254:46281 requested a full tablet report, sending...
I20260608 12:41:54.906263  8490 ts_manager.cc:194] Registered new tserver with Master: 953fb80ae6f246f8b888e98475195a98 (127.0.107.193:46425)
I20260608 12:41:54.906350   431 webserver.cc:533] Webserver started at http://127.0.107.194:39143/ using document root <none> and password file <none>
I20260608 12:41:54.907152   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:54.907425   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:54.907758   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:54.908790  8490 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51806
I20260608 12:41:54.909184   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "ceda2653701e417fa5bbc0c65fe1ba75"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-jl41"
I20260608 12:41:54.913918   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:41:54.917249  8629 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:54.918022   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:54.918315   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "ceda2653701e417fa5bbc0c65fe1ba75"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-jl41"
I20260608 12:41:54.918601   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-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:54.931815   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:54.932852   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:54.934239   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:54.936466   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:54.936643   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:54.936902   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:54.937047   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:54.975816   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:44543
I20260608 12:41:54.975931  8691 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:44543 every 8 connection(s)
I20260608 12:41:54.980449   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:54.987246  8695 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:54.989723  8696 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:54.989934   431 server_base.cc:1061] running on GCE node
W20260608 12:41:54.990922  8698 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:54.991890   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:54.992151   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:54.992364   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922514992345 us; error 0 us; skew 500 ppm
I20260608 12:41:54.992697  8692 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46281
I20260608 12:41:54.993094   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:54.993142  8692 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:54.994270  8692 heartbeater.cc:507] Master 127.0.107.254:46281 requested a full tablet report, sending...
I20260608 12:41:54.996106   431 webserver.cc:533] Webserver started at http://127.0.107.195:41107/ using document root <none> and password file <none>
I20260608 12:41:54.996611  8490 ts_manager.cc:194] Registered new tserver with Master: ceda2653701e417fa5bbc0c65fe1ba75 (127.0.107.194:44543)
I20260608 12:41:54.996851   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:54.997150   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:54.997462   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:54.998440  8490 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51808
I20260608 12:41:54.998838   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "7631562b0061443ea51637cc742dcef8"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-jl41"
I20260608 12:41:55.003695   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260608 12:41:55.006831  8703 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.007553   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:55.007892   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "7631562b0061443ea51637cc742dcef8"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-jl41"
I20260608 12:41:55.008143   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-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:55.027187   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:55.028260   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:55.029646   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:55.031927   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:55.032130   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.032351   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:55.032508   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:55.069789   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40621
I20260608 12:41:55.069929  8765 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40621 every 8 connection(s)
I20260608 12:41:55.083459  8766 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46281
I20260608 12:41:55.083860  8766 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:55.084542  8766 heartbeater.cc:507] Master 127.0.107.254:46281 requested a full tablet report, sending...
I20260608 12:41:55.086400  8490 ts_manager.cc:194] Registered new tserver with Master: 7631562b0061443ea51637cc742dcef8 (127.0.107.195:40621)
I20260608 12:41:55.086511   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013536204s
I20260608 12:41:55.087792  8490 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51822
I20260608 12:41:55.911839  8617 heartbeater.cc:499] Master 127.0.107.254:46281 was elected leader, sending a full tablet report...
I20260608 12:41:56.001531  8692 heartbeater.cc:499] Master 127.0.107.254:46281 was elected leader, sending a full tablet report...
I20260608 12:41:56.090369  8766 heartbeater.cc:499] Master 127.0.107.254:46281 was elected leader, sending a full tablet report...
I20260608 12:41:56.160879  8490 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51830:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:56.163537  8490 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:56.241174  8582 tablet_service.cc:1511] Processing CreateTablet for tablet c7d32a458cc34c919775e432003d775d (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:56.241019  8581 tablet_service.cc:1511] Processing CreateTablet for tablet 5cd84cec31c4498198a7eb995adc3208 (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:56.243381  8582 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7d32a458cc34c919775e432003d775d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.246728  8729 tablet_service.cc:1511] Processing CreateTablet for tablet 319b3c3c19f1477886c0bb0f805523db (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:56.248003  8581 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5cd84cec31c4498198a7eb995adc3208. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.247783  8656 tablet_service.cc:1511] Processing CreateTablet for tablet 5cd84cec31c4498198a7eb995adc3208 (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:56.248994  8729 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 319b3c3c19f1477886c0bb0f805523db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.249401  8656 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5cd84cec31c4498198a7eb995adc3208. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.252835  8579 tablet_service.cc:1511] Processing CreateTablet for tablet 3858fb39316a4790b120e78c3bc8bcb6 (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:56.254264  8579 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3858fb39316a4790b120e78c3bc8bcb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.256727  8657 tablet_service.cc:1511] Processing CreateTablet for tablet c7d32a458cc34c919775e432003d775d (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:56.258098  8657 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7d32a458cc34c919775e432003d775d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.241633  8580 tablet_service.cc:1511] Processing CreateTablet for tablet 319b3c3c19f1477886c0bb0f805523db (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:56.244083  8654 tablet_service.cc:1511] Processing CreateTablet for tablet 3858fb39316a4790b120e78c3bc8bcb6 (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:56.245070  8730 tablet_service.cc:1511] Processing CreateTablet for tablet 5cd84cec31c4498198a7eb995adc3208 (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:56.262358  8654 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3858fb39316a4790b120e78c3bc8bcb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.246129  8728 tablet_service.cc:1511] Processing CreateTablet for tablet 3858fb39316a4790b120e78c3bc8bcb6 (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:56.246217  8655 tablet_service.cc:1511] Processing CreateTablet for tablet 319b3c3c19f1477886c0bb0f805523db (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:56.245132  8731 tablet_service.cc:1511] Processing CreateTablet for tablet c7d32a458cc34c919775e432003d775d (DEFAULT_TABLE table=test-workload [id=b0056a6f695d4bf3ae34408d35b1b4d9]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:56.262511  8730 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5cd84cec31c4498198a7eb995adc3208. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.267738  8728 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3858fb39316a4790b120e78c3bc8bcb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.271679  8655 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 319b3c3c19f1477886c0bb0f805523db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.271785  8731 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7d32a458cc34c919775e432003d775d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.267683  8580 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 319b3c3c19f1477886c0bb0f805523db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:56.304598  8788 tablet_bootstrap.cc:492] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8: Bootstrap starting.
I20260608 12:41:56.318789  8787 tablet_bootstrap.cc:492] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98: Bootstrap starting.
I20260608 12:41:56.325958  8789 tablet_bootstrap.cc:492] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75: Bootstrap starting.
I20260608 12:41:56.326134  8787 tablet_bootstrap.cc:654] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.332834  8788 tablet_bootstrap.cc:654] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.334026  8789 tablet_bootstrap.cc:654] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.339389  8787 tablet_bootstrap.cc:492] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98: No bootstrap required, opened a new log
I20260608 12:41:56.340042  8787 ts_tablet_manager.cc:1403] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.010s
I20260608 12:41:56.343737  8787 raft_consensus.cc:359] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } }
I20260608 12:41:56.344894  8787 raft_consensus.cc:385] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.345364  8787 raft_consensus.cc:740] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 953fb80ae6f246f8b888e98475195a98, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.346378  8787 consensus_queue.cc:260] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } }
I20260608 12:41:56.357224  8787 ts_tablet_manager.cc:1434] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.005s
I20260608 12:41:56.357378  8789 tablet_bootstrap.cc:492] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75: No bootstrap required, opened a new log
I20260608 12:41:56.358124  8789 ts_tablet_manager.cc:1403] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75: Time spent bootstrapping tablet: real 0.033s	user 0.019s	sys 0.010s
I20260608 12:41:56.358495  8787 tablet_bootstrap.cc:492] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98: Bootstrap starting.
I20260608 12:41:56.358981  8788 tablet_bootstrap.cc:492] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8: No bootstrap required, opened a new log
I20260608 12:41:56.359637  8788 ts_tablet_manager.cc:1403] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8: Time spent bootstrapping tablet: real 0.055s	user 0.018s	sys 0.011s
I20260608 12:41:56.361425  8789 raft_consensus.cc:359] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } }
I20260608 12:41:56.362305  8789 raft_consensus.cc:385] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.362656  8789 raft_consensus.cc:740] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ceda2653701e417fa5bbc0c65fe1ba75, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.362792  8788 raft_consensus.cc:359] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.363708  8788 raft_consensus.cc:385] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.364267  8788 raft_consensus.cc:740] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7631562b0061443ea51637cc742dcef8, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.363718  8789 consensus_queue.cc:260] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } }
I20260608 12:41:56.365507  8787 tablet_bootstrap.cc:654] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.365347  8788 consensus_queue.cc:260] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.374835  8788 ts_tablet_manager.cc:1434] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.004s
I20260608 12:41:56.375895  8788 tablet_bootstrap.cc:492] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8: Bootstrap starting.
I20260608 12:41:56.377861  8789 ts_tablet_manager.cc:1434] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75: Time spent starting tablet: real 0.019s	user 0.009s	sys 0.005s
I20260608 12:41:56.378427  8787 tablet_bootstrap.cc:492] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98: No bootstrap required, opened a new log
I20260608 12:41:56.378988  8787 ts_tablet_manager.cc:1403] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.003s
I20260608 12:41:56.379105  8789 tablet_bootstrap.cc:492] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75: Bootstrap starting.
I20260608 12:41:56.382264  8787 raft_consensus.cc:359] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.382715  8788 tablet_bootstrap.cc:654] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.383131  8787 raft_consensus.cc:385] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.383545  8787 raft_consensus.cc:740] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 953fb80ae6f246f8b888e98475195a98, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.384532  8787 consensus_queue.cc:260] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.386722  8789 tablet_bootstrap.cc:654] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.389541  8787 ts_tablet_manager.cc:1434] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:41:56.390676  8787 tablet_bootstrap.cc:492] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98: Bootstrap starting.
I20260608 12:41:56.396127  8788 tablet_bootstrap.cc:492] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8: No bootstrap required, opened a new log
I20260608 12:41:56.396786  8788 ts_tablet_manager.cc:1403] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.008s
I20260608 12:41:56.398398  8787 tablet_bootstrap.cc:654] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.398401  8789 tablet_bootstrap.cc:492] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75: No bootstrap required, opened a new log
I20260608 12:41:56.399186  8789 ts_tablet_manager.cc:1403] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75: Time spent bootstrapping tablet: real 0.020s	user 0.017s	sys 0.000s
I20260608 12:41:56.400017  8788 raft_consensus.cc:359] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.400810  8788 raft_consensus.cc:385] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.401158  8788 raft_consensus.cc:740] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7631562b0061443ea51637cc742dcef8, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.402040  8788 consensus_queue.cc:260] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.402681  8789 raft_consensus.cc:359] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.403502  8789 raft_consensus.cc:385] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.403893  8789 raft_consensus.cc:740] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ceda2653701e417fa5bbc0c65fe1ba75, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.404985  8789 consensus_queue.cc:260] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.409866  8789 ts_tablet_manager.cc:1434] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.002s
I20260608 12:41:56.411136  8789 tablet_bootstrap.cc:492] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75: Bootstrap starting.
I20260608 12:41:56.418824  8788 ts_tablet_manager.cc:1434] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8: Time spent starting tablet: real 0.022s	user 0.017s	sys 0.004s
I20260608 12:41:56.420019  8789 tablet_bootstrap.cc:654] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.420228  8788 tablet_bootstrap.cc:492] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8: Bootstrap starting.
I20260608 12:41:56.428032  8788 tablet_bootstrap.cc:654] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.432312  8789 tablet_bootstrap.cc:492] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75: No bootstrap required, opened a new log
I20260608 12:41:56.432945  8789 ts_tablet_manager.cc:1403] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75: Time spent bootstrapping tablet: real 0.022s	user 0.019s	sys 0.000s
I20260608 12:41:56.436322  8789 raft_consensus.cc:359] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.437258  8789 raft_consensus.cc:385] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.437634  8789 raft_consensus.cc:740] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ceda2653701e417fa5bbc0c65fe1ba75, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.438650  8789 consensus_queue.cc:260] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.443620  8789 ts_tablet_manager.cc:1434] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:41:56.444814  8789 tablet_bootstrap.cc:492] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75: Bootstrap starting.
I20260608 12:41:56.452354  8789 tablet_bootstrap.cc:654] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.455509  8788 tablet_bootstrap.cc:492] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8: No bootstrap required, opened a new log
I20260608 12:41:56.456161  8788 ts_tablet_manager.cc:1403] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8: Time spent bootstrapping tablet: real 0.036s	user 0.025s	sys 0.010s
I20260608 12:41:56.459685  8788 raft_consensus.cc:359] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.460525  8788 raft_consensus.cc:385] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.460898  8788 raft_consensus.cc:740] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7631562b0061443ea51637cc742dcef8, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.461932  8788 consensus_queue.cc:260] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.464352  8788 ts_tablet_manager.cc:1434] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:56.464463  8787 tablet_bootstrap.cc:492] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98: No bootstrap required, opened a new log
I20260608 12:41:56.465408  8788 tablet_bootstrap.cc:492] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8: Bootstrap starting.
I20260608 12:41:56.465436  8787 ts_tablet_manager.cc:1403] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98: Time spent bootstrapping tablet: real 0.075s	user 0.029s	sys 0.043s
I20260608 12:41:56.466502  8789 tablet_bootstrap.cc:492] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75: No bootstrap required, opened a new log
I20260608 12:41:56.467043  8789 ts_tablet_manager.cc:1403] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75: Time spent bootstrapping tablet: real 0.023s	user 0.016s	sys 0.003s
I20260608 12:41:56.469065  8787 raft_consensus.cc:359] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.469864  8787 raft_consensus.cc:385] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.470208  8787 raft_consensus.cc:740] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 953fb80ae6f246f8b888e98475195a98, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.470147  8789 raft_consensus.cc:359] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.471047  8789 raft_consensus.cc:385] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.471405  8789 raft_consensus.cc:740] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ceda2653701e417fa5bbc0c65fe1ba75, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.471426  8787 consensus_queue.cc:260] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.472463  8789 consensus_queue.cc:260] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.472990  8788 tablet_bootstrap.cc:654] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.474877  8789 ts_tablet_manager.cc:1434] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:41:56.478855  8787 ts_tablet_manager.cc:1434] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260608 12:41:56.479991  8787 tablet_bootstrap.cc:492] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98: Bootstrap starting.
I20260608 12:41:56.485149  8787 tablet_bootstrap.cc:654] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.487102  8788 tablet_bootstrap.cc:492] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8: No bootstrap required, opened a new log
I20260608 12:41:56.487713  8788 ts_tablet_manager.cc:1403] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.006s
I20260608 12:41:56.491044  8788 raft_consensus.cc:359] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } }
I20260608 12:41:56.491511  8787 tablet_bootstrap.cc:492] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98: No bootstrap required, opened a new log
I20260608 12:41:56.491600  8788 raft_consensus.cc:385] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.491986  8788 raft_consensus.cc:740] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7631562b0061443ea51637cc742dcef8, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.492061  8787 ts_tablet_manager.cc:1403] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260608 12:41:56.492712  8788 consensus_queue.cc:260] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } }
I20260608 12:41:56.494697  8788 ts_tablet_manager.cc:1434] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.001s
I20260608 12:41:56.494557  8787 raft_consensus.cc:359] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.495179  8787 raft_consensus.cc:385] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.495476  8787 raft_consensus.cc:740] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 953fb80ae6f246f8b888e98475195a98, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.496249  8787 consensus_queue.cc:260] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.498520  8787 ts_tablet_manager.cc:1434] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:41:56.507321  8794 raft_consensus.cc:493] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:56.507817  8794 raft_consensus.cc:515] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.510213  8794 leader_election.cc:290] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 953fb80ae6f246f8b888e98475195a98 (127.0.107.193:46425), 7631562b0061443ea51637cc742dcef8 (127.0.107.195:40621)
I20260608 12:41:56.511957  8793 raft_consensus.cc:493] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:56.512534  8793 raft_consensus.cc:515] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } }
I20260608 12:41:56.517110  8793 leader_election.cc:290] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7631562b0061443ea51637cc742dcef8 (127.0.107.195:40621), ceda2653701e417fa5bbc0c65fe1ba75 (127.0.107.194:44543)
I20260608 12:41:56.535854  8741 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "319b3c3c19f1477886c0bb0f805523db" candidate_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7631562b0061443ea51637cc742dcef8" is_pre_election: true
I20260608 12:41:56.536835  8741 raft_consensus.cc:2468] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ceda2653701e417fa5bbc0c65fe1ba75 in term 0.
I20260608 12:41:56.538486  8632 leader_election.cc:304] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7631562b0061443ea51637cc742dcef8, ceda2653701e417fa5bbc0c65fe1ba75; no voters: 
I20260608 12:41:56.539496  8794 raft_consensus.cc:2804] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:56.539881  8794 raft_consensus.cc:493] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:56.540184  8794 raft_consensus.cc:3060] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.543056  8592 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "319b3c3c19f1477886c0bb0f805523db" candidate_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "953fb80ae6f246f8b888e98475195a98" is_pre_election: true
I20260608 12:41:56.543838  8592 raft_consensus.cc:2468] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ceda2653701e417fa5bbc0c65fe1ba75 in term 0.
I20260608 12:41:56.544328  8741 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7d32a458cc34c919775e432003d775d" candidate_uuid: "953fb80ae6f246f8b888e98475195a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7631562b0061443ea51637cc742dcef8" is_pre_election: true
I20260608 12:41:56.544978  8741 raft_consensus.cc:2468] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 953fb80ae6f246f8b888e98475195a98 in term 0.
I20260608 12:41:56.546605  8557 leader_election.cc:304] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7631562b0061443ea51637cc742dcef8, 953fb80ae6f246f8b888e98475195a98; no voters: 
I20260608 12:41:56.547519  8793 raft_consensus.cc:2804] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:56.547883  8793 raft_consensus.cc:493] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:56.548215  8793 raft_consensus.cc:3060] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.549055  8794 raft_consensus.cc:515] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.549659  8667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7d32a458cc34c919775e432003d775d" candidate_uuid: "953fb80ae6f246f8b888e98475195a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" is_pre_election: true
I20260608 12:41:56.550325  8667 raft_consensus.cc:2468] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 953fb80ae6f246f8b888e98475195a98 in term 0.
I20260608 12:41:56.551282  8794 leader_election.cc:290] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [CANDIDATE]: Term 1 election: Requested vote from peers 953fb80ae6f246f8b888e98475195a98 (127.0.107.193:46425), 7631562b0061443ea51637cc742dcef8 (127.0.107.195:40621)
I20260608 12:41:56.551990  8592 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "319b3c3c19f1477886c0bb0f805523db" candidate_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "953fb80ae6f246f8b888e98475195a98"
I20260608 12:41:56.552520  8592 raft_consensus.cc:3060] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.552942  8741 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "319b3c3c19f1477886c0bb0f805523db" candidate_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7631562b0061443ea51637cc742dcef8"
I20260608 12:41:56.553525  8741 raft_consensus.cc:3060] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.554539  8793 raft_consensus.cc:515] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } }
I20260608 12:41:56.556746  8793 leader_election.cc:290] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [CANDIDATE]: Term 1 election: Requested vote from peers 7631562b0061443ea51637cc742dcef8 (127.0.107.195:40621), ceda2653701e417fa5bbc0c65fe1ba75 (127.0.107.194:44543)
I20260608 12:41:56.557884  8667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7d32a458cc34c919775e432003d775d" candidate_uuid: "953fb80ae6f246f8b888e98475195a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ceda2653701e417fa5bbc0c65fe1ba75"
I20260608 12:41:56.557961  8740 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7d32a458cc34c919775e432003d775d" candidate_uuid: "953fb80ae6f246f8b888e98475195a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7631562b0061443ea51637cc742dcef8"
I20260608 12:41:56.558411  8592 raft_consensus.cc:2468] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ceda2653701e417fa5bbc0c65fe1ba75 in term 1.
I20260608 12:41:56.558514  8793 raft_consensus.cc:493] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:56.558600  8667 raft_consensus.cc:3060] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.558730  8740 raft_consensus.cc:3060] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.559856  8631 leader_election.cc:304] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 953fb80ae6f246f8b888e98475195a98, ceda2653701e417fa5bbc0c65fe1ba75; no voters: 
I20260608 12:41:56.560477  8794 raft_consensus.cc:2804] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:56.560580  8793 raft_consensus.cc:515] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.563056  8793 leader_election.cc:290] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ceda2653701e417fa5bbc0c65fe1ba75 (127.0.107.194:44543), 7631562b0061443ea51637cc742dcef8 (127.0.107.195:40621)
I20260608 12:41:56.564004  8666 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3858fb39316a4790b120e78c3bc8bcb6" candidate_uuid: "953fb80ae6f246f8b888e98475195a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" is_pre_election: true
I20260608 12:41:56.564718  8666 raft_consensus.cc:2468] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 953fb80ae6f246f8b888e98475195a98 in term 0.
I20260608 12:41:56.564868  8739 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3858fb39316a4790b120e78c3bc8bcb6" candidate_uuid: "953fb80ae6f246f8b888e98475195a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7631562b0061443ea51637cc742dcef8" is_pre_election: true
I20260608 12:41:56.565683  8739 raft_consensus.cc:2468] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 953fb80ae6f246f8b888e98475195a98 in term 0.
I20260608 12:41:56.566313  8558 leader_election.cc:304] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 953fb80ae6f246f8b888e98475195a98, ceda2653701e417fa5bbc0c65fe1ba75; no voters: 
I20260608 12:41:56.567708  8793 raft_consensus.cc:2804] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:56.568125  8793 raft_consensus.cc:493] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:56.568512  8793 raft_consensus.cc:3060] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.568635  8667 raft_consensus.cc:2468] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 953fb80ae6f246f8b888e98475195a98 in term 1.
I20260608 12:41:56.569900  8558 leader_election.cc:304] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 953fb80ae6f246f8b888e98475195a98, ceda2653701e417fa5bbc0c65fe1ba75; no voters: 
I20260608 12:41:56.572984  8740 raft_consensus.cc:2468] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 953fb80ae6f246f8b888e98475195a98 in term 1.
I20260608 12:41:56.576964  8741 raft_consensus.cc:2468] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ceda2653701e417fa5bbc0c65fe1ba75 in term 1.
I20260608 12:41:56.578001  8812 raft_consensus.cc:2804] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:56.578362  8794 raft_consensus.cc:697] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 LEADER]: Becoming Leader. State: Replica: ceda2653701e417fa5bbc0c65fe1ba75, State: Running, Role: LEADER
I20260608 12:41:56.576876  8793 raft_consensus.cc:515] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.579476  8794 consensus_queue.cc:237] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.581081  8793 leader_election.cc:290] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [CANDIDATE]: Term 1 election: Requested vote from peers ceda2653701e417fa5bbc0c65fe1ba75 (127.0.107.194:44543), 7631562b0061443ea51637cc742dcef8 (127.0.107.195:40621)
I20260608 12:41:56.581913  8667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3858fb39316a4790b120e78c3bc8bcb6" candidate_uuid: "953fb80ae6f246f8b888e98475195a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ceda2653701e417fa5bbc0c65fe1ba75"
I20260608 12:41:56.582146  8741 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3858fb39316a4790b120e78c3bc8bcb6" candidate_uuid: "953fb80ae6f246f8b888e98475195a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7631562b0061443ea51637cc742dcef8"
I20260608 12:41:56.582695  8667 raft_consensus.cc:3060] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.582753  8741 raft_consensus.cc:3060] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.589574  8667 raft_consensus.cc:2468] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 953fb80ae6f246f8b888e98475195a98 in term 1.
I20260608 12:41:56.590082  8812 raft_consensus.cc:697] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 1 LEADER]: Becoming Leader. State: Replica: 953fb80ae6f246f8b888e98475195a98, State: Running, Role: LEADER
I20260608 12:41:56.589520  8741 raft_consensus.cc:2468] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 953fb80ae6f246f8b888e98475195a98 in term 1.
I20260608 12:41:56.590935  8558 leader_election.cc:304] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 953fb80ae6f246f8b888e98475195a98, ceda2653701e417fa5bbc0c65fe1ba75; no voters: 
I20260608 12:41:56.591188  8812 consensus_queue.cc:237] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } }
I20260608 12:41:56.592252  8813 raft_consensus.cc:2804] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:56.592852  8813 raft_consensus.cc:697] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 1 LEADER]: Becoming Leader. State: Replica: 953fb80ae6f246f8b888e98475195a98, State: Running, Role: LEADER
I20260608 12:41:56.593818  8813 consensus_queue.cc:237] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.599035  8489 catalog_manager.cc:5696] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 reported cstate change: term changed from 0 to 1, leader changed from <none> to ceda2653701e417fa5bbc0c65fe1ba75 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:56.600592  8794 raft_consensus.cc:493] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:56.601142  8794 raft_consensus.cc:515] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.601056  8486 catalog_manager.cc:5696] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 reported cstate change: term changed from 0 to 1, leader changed from <none> to 953fb80ae6f246f8b888e98475195a98 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "953fb80ae6f246f8b888e98475195a98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:56.603518  8794 leader_election.cc:290] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 953fb80ae6f246f8b888e98475195a98 (127.0.107.193:46425), 7631562b0061443ea51637cc742dcef8 (127.0.107.195:40621)
I20260608 12:41:56.604363  8592 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5cd84cec31c4498198a7eb995adc3208" candidate_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "953fb80ae6f246f8b888e98475195a98" is_pre_election: true
I20260608 12:41:56.605166  8741 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5cd84cec31c4498198a7eb995adc3208" candidate_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7631562b0061443ea51637cc742dcef8" is_pre_election: true
I20260608 12:41:56.605024  8592 raft_consensus.cc:2468] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ceda2653701e417fa5bbc0c65fe1ba75 in term 0.
I20260608 12:41:56.605803  8741 raft_consensus.cc:2468] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ceda2653701e417fa5bbc0c65fe1ba75 in term 0.
I20260608 12:41:56.606914  8632 leader_election.cc:304] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7631562b0061443ea51637cc742dcef8, ceda2653701e417fa5bbc0c65fe1ba75; no voters: 
I20260608 12:41:56.607928  8794 raft_consensus.cc:2804] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:56.608371  8794 raft_consensus.cc:493] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:56.608722  8794 raft_consensus.cc:3060] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.614667  8794 raft_consensus.cc:515] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.616303  8794 leader_election.cc:290] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [CANDIDATE]: Term 1 election: Requested vote from peers 953fb80ae6f246f8b888e98475195a98 (127.0.107.193:46425), 7631562b0061443ea51637cc742dcef8 (127.0.107.195:40621)
I20260608 12:41:56.616657  8486 catalog_manager.cc:5696] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 reported cstate change: term changed from 0 to 1, leader changed from <none> to 953fb80ae6f246f8b888e98475195a98 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "953fb80ae6f246f8b888e98475195a98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:56.617304  8592 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5cd84cec31c4498198a7eb995adc3208" candidate_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "953fb80ae6f246f8b888e98475195a98"
I20260608 12:41:56.617342  8741 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5cd84cec31c4498198a7eb995adc3208" candidate_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7631562b0061443ea51637cc742dcef8"
I20260608 12:41:56.618112  8592 raft_consensus.cc:3060] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.618209  8741 raft_consensus.cc:3060] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.623839  8592 raft_consensus.cc:2468] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ceda2653701e417fa5bbc0c65fe1ba75 in term 1.
I20260608 12:41:56.624358  8741 raft_consensus.cc:2468] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ceda2653701e417fa5bbc0c65fe1ba75 in term 1.
I20260608 12:41:56.624989  8631 leader_election.cc:304] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 953fb80ae6f246f8b888e98475195a98, ceda2653701e417fa5bbc0c65fe1ba75; no voters: 
I20260608 12:41:56.625808  8794 raft_consensus.cc:2804] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:56.626230  8794 raft_consensus.cc:697] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 LEADER]: Becoming Leader. State: Replica: ceda2653701e417fa5bbc0c65fe1ba75, State: Running, Role: LEADER
I20260608 12:41:56.626998  8794 consensus_queue.cc:237] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:56.634413  8486 catalog_manager.cc:5696] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 reported cstate change: term changed from 0 to 1, leader changed from <none> to ceda2653701e417fa5bbc0c65fe1ba75 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:56.682916   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:56.689324  8818 instance_detector.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:56.689971  8819 instance_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:56.691478  8821 instance_detector.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:56.691689   431 server_base.cc:1061] running on GCE node
I20260608 12:41:56.693130   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:56.693354   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:56.693521   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922516693495 us; error 0 us; skew 500 ppm
I20260608 12:41:56.694056   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:56.696563   431 webserver.cc:533] Webserver started at http://127.0.107.196:45169/ using document root <none> and password file <none>
I20260608 12:41:56.697052   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:56.697220   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:56.697467   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:56.698617   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "7f534d211c114847b324d6b975b477ac"
format_stamp: "Formatted at 2026-06-08 12:41:56 on dist-test-slave-jl41"
I20260608 12:41:56.703229   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:56.706662  8826 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:56.707438   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:56.707808   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "7f534d211c114847b324d6b975b477ac"
format_stamp: "Formatted at 2026-06-08 12:41:56 on dist-test-slave-jl41"
I20260608 12:41:56.708065   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922314084774-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:56.724917   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:56.726142   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:56.727670   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:56.730041   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:56.730243   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:56.730487   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:56.730646   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:56.770246   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:32821
I20260608 12:41:56.770363  8888 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:32821 every 8 connection(s)
I20260608 12:41:56.789144  8889 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46281
I20260608 12:41:56.789566  8889 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:56.790295  8889 heartbeater.cc:507] Master 127.0.107.254:46281 requested a full tablet report, sending...
I20260608 12:41:56.792309  8486 ts_manager.cc:194] Registered new tserver with Master: 7f534d211c114847b324d6b975b477ac (127.0.107.196:32821)
I20260608 12:41:56.793751  8486 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51846
I20260608 12:41:56.960783  8794 consensus_queue.cc:1048] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:56.973544  8811 consensus_queue.cc:1048] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:57.066744  8813 consensus_queue.cc:1048] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.078153  8899 consensus_queue.cc:1048] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.144372  8811 consensus_queue.cc:1048] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.159629  8794 consensus_queue.cc:1048] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.160413  8899 consensus_queue.cc:1048] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.175549  8899 consensus_queue.cc:1048] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:57.746754  8592 consensus_queue.cc:237] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: true } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } }
I20260608 12:41:57.752708  8741 raft_consensus.cc:1275] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: 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:57.753351  8667 raft_consensus.cc:1275] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: 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:57.755379  8899 consensus_queue.cc:1048] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } 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:57.756372  8813 consensus_queue.cc:1048] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:57.763298  8793 raft_consensus.cc:2955] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: true } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.765303  8667 raft_consensus.cc:2955] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: true } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.766398  8741 raft_consensus.cc:2955] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: true } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
W20260608 12:41:57.767683  8557 consensus_peers.cc:597] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 -> Peer 7f534d211c114847b324d6b975b477ac (127.0.107.196:32821): Couldn't send request to peer 7f534d211c114847b324d6b975b477ac. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3858fb39316a4790b120e78c3bc8bcb6. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:57.778056  8592 consensus_queue.cc:237] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [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: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: true } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } }
I20260608 12:41:57.778713  8486 catalog_manager.cc:5696] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 reported cstate change: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "953fb80ae6f246f8b888e98475195a98" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:57.785104  8667 raft_consensus.cc:1275] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: 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:57.785813  8557 consensus_peers.cc:597] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 -> Peer 7f534d211c114847b324d6b975b477ac (127.0.107.196:32821): Couldn't send request to peer 7f534d211c114847b324d6b975b477ac. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c7d32a458cc34c919775e432003d775d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:57.786710  8813 consensus_queue.cc:1048] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:57.787798  8741 raft_consensus.cc:1275] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: 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:57.789448  8813 consensus_queue.cc:1048] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } 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:57.796130  8889 heartbeater.cc:499] Master 127.0.107.254:46281 was elected leader, sending a full tablet report...
I20260608 12:41:57.796648  8813 raft_consensus.cc:2955] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: true } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.800318  8741 raft_consensus.cc:2955] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: true } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.803184  8667 raft_consensus.cc:2955] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: true } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.816416  8489 catalog_manager.cc:5696] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 reported cstate change: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "953fb80ae6f246f8b888e98475195a98" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: true } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.830967  8667 consensus_queue.cc:237] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: true } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } }
I20260608 12:41:57.838488  8592 raft_consensus.cc:1275] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Refusing update from remote peer ceda2653701e417fa5bbc0c65fe1ba75: 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:57.839916  8741 raft_consensus.cc:1275] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Refusing update from remote peer ceda2653701e417fa5bbc0c65fe1ba75: 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:57.840312  8794 consensus_queue.cc:1048] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } 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:57.841727  8902 consensus_queue.cc:1048] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:57.850340  8741 raft_consensus.cc:2955] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: true } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.851578  8592 raft_consensus.cc:2955] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: true } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.853999  8811 raft_consensus.cc:2955] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: true } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
W20260608 12:41:57.852161  8632 consensus_peers.cc:597] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 -> Peer 7f534d211c114847b324d6b975b477ac (127.0.107.196:32821): Couldn't send request to peer 7f534d211c114847b324d6b975b477ac. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5cd84cec31c4498198a7eb995adc3208. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:57.868225  8592 consensus_queue.cc:237] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } }
I20260608 12:41:57.868598  8490 catalog_manager.cc:5696] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 reported cstate change: config changed from index -1 to 2, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: true } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.875059  8741 raft_consensus.cc:1275] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 12:41:57.875490  8557 consensus_peers.cc:597] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 -> Peer 7f534d211c114847b324d6b975b477ac (127.0.107.196:32821): Couldn't send request to peer 7f534d211c114847b324d6b975b477ac. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3858fb39316a4790b120e78c3bc8bcb6. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:57.876883  8915 consensus_queue.cc:1048] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:57.877321  8667 raft_consensus.cc:1275] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: 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:57.879164  8813 consensus_queue.cc:1048] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:57.884531  8915 raft_consensus.cc:2955] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.886318  8741 raft_consensus.cc:2955] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.887665  8667 raft_consensus.cc:2955] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
W20260608 12:41:57.895716  8538 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:41:57.896178  8538 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:41:57.897253  8489 catalog_manager.cc:5696] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "953fb80ae6f246f8b888e98475195a98" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.902128  8592 consensus_queue.cc:237] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [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: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } }
I20260608 12:41:57.909061  8667 raft_consensus.cc:1275] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 12:41:57.909420  8557 consensus_peers.cc:597] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 -> Peer 7f534d211c114847b324d6b975b477ac (127.0.107.196:32821): Couldn't send request to peer 7f534d211c114847b324d6b975b477ac. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c7d32a458cc34c919775e432003d775d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:57.909606  8741 raft_consensus.cc:1275] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: 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:57.910949  8813 consensus_queue.cc:1048] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:57.913435  8813 consensus_queue.cc:1048] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:57.913645  8592 consensus_queue.cc:237] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:57.921589  8741 raft_consensus.cc:1275] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: 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:57.921382  8793 raft_consensus.cc:2955] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [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: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.925856  8813 consensus_queue.cc:1048] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:57.926805  8667 raft_consensus.cc:1275] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: 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:57.924381  8741 raft_consensus.cc:2955] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [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: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.928305  8915 consensus_queue.cc:1048] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:57.935164  8813 raft_consensus.cc:2955] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } }
I20260608 12:41:57.936733  8666 raft_consensus.cc:2955] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } }
I20260608 12:41:57.939587  8740 raft_consensus.cc:2955] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } }
W20260608 12:41:57.941674  8538 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:41:57.942066  8538 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:41:57.951974  8665 raft_consensus.cc:2955] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [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: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.954105  8486 catalog_manager.cc:5696] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "953fb80ae6f246f8b888e98475195a98" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:57.952415  8667 consensus_queue.cc:237] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } }
I20260608 12:41:57.969738  8475 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 3858fb39316a4790b120e78c3bc8bcb6 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:57.972117  8592 raft_consensus.cc:1275] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Refusing update from remote peer ceda2653701e417fa5bbc0c65fe1ba75: 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:57.973821  8794 consensus_queue.cc:1048] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:57.975721  8592 consensus_queue.cc:237] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [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: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } }
I20260608 12:41:57.981777  8740 raft_consensus.cc:1275] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: 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:57.981611  8811 raft_consensus.cc:2955] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.983592  8591 raft_consensus.cc:2955] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:57.984947  8485 catalog_manager.cc:5696] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 reported cstate change: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "953fb80ae6f246f8b888e98475195a98" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } attrs { replace: false } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } }
I20260608 12:41:57.991024  8813 consensus_queue.cc:1048] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:57.993605  8740 raft_consensus.cc:1275] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Refusing update from remote peer ceda2653701e417fa5bbc0c65fe1ba75: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 12:41:57.995218  8538 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:41:57.995590  8538 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
W20260608 12:41:57.996032  8632 consensus_peers.cc:597] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 -> Peer 7f534d211c114847b324d6b975b477ac (127.0.107.196:32821): Couldn't send request to peer 7f534d211c114847b324d6b975b477ac. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5cd84cec31c4498198a7eb995adc3208. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:57.996308  8794 consensus_queue.cc:1048] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:57.998600  8667 raft_consensus.cc:1275] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Refusing update from remote peer 953fb80ae6f246f8b888e98475195a98: 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:58.000358  8919 raft_consensus.cc:2955] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } }
I20260608 12:41:58.004911  8741 raft_consensus.cc:2955] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:58.011026  8486 catalog_manager.cc:5696] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } peers { permanent_uuid: "7f534d211c114847b324d6b975b477ac" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32821 } attrs { promote: true } } }
I20260608 12:41:58.010294  8899 consensus_queue.cc:1048] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.005s
I20260608 12:41:58.017373  8854 tablet_service.cc:1558] Processing DeleteTablet for tablet 3858fb39316a4790b120e78c3bc8bcb6 with delete_type TABLET_DATA_TOMBSTONED (TS 7f534d211c114847b324d6b975b477ac not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41884
I20260608 12:41:58.017540  8740 raft_consensus.cc:2955] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } }
I20260608 12:41:58.019973  8475 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet c7d32a458cc34c919775e432003d775d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
W20260608 12:41:58.023236  8476 catalog_manager.cc:4994] TS 7f534d211c114847b324d6b975b477ac (127.0.107.196:32821): delete failed for tablet 3858fb39316a4790b120e78c3bc8bcb6 because the tablet was not found. No further retry: Not found: Tablet not found: 3858fb39316a4790b120e78c3bc8bcb6
I20260608 12:41:58.024513  8667 raft_consensus.cc:2955] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } }
I20260608 12:41:58.036427  8485 catalog_manager.cc:5696] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 reported cstate change: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "953fb80ae6f246f8b888e98475195a98" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } attrs { replace: false } } peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } }
I20260608 12:41:58.045519  8854 tablet_service.cc:1558] Processing DeleteTablet for tablet c7d32a458cc34c919775e432003d775d with delete_type TABLET_DATA_TOMBSTONED (TS 7f534d211c114847b324d6b975b477ac not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41884
W20260608 12:41:58.047170  8476 catalog_manager.cc:4994] TS 7f534d211c114847b324d6b975b477ac (127.0.107.196:32821): delete failed for tablet c7d32a458cc34c919775e432003d775d because the tablet was not found. No further retry: Not found: Tablet not found: c7d32a458cc34c919775e432003d775d
I20260608 12:41:58.437270  8667 consensus_queue.cc:237] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [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: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } }
I20260608 12:41:58.441973  8591 raft_consensus.cc:1275] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Refusing update from remote peer ceda2653701e417fa5bbc0c65fe1ba75: 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:58.441999  8740 raft_consensus.cc:1275] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Refusing update from remote peer ceda2653701e417fa5bbc0c65fe1ba75: 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:58.443481  8794 consensus_queue.cc:1048] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:58.444195  8922 consensus_queue.cc:1048] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:58.450476  8794 raft_consensus.cc:2955] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } }
I20260608 12:41:58.452500  8591 raft_consensus.cc:2955] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } }
I20260608 12:41:58.454424  8740 raft_consensus.cc:2955] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } } }
I20260608 12:41:58.460714  8477 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5cd84cec31c4498198a7eb995adc3208 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:58.464890  8488 catalog_manager.cc:5696] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 reported cstate change: config changed from index 3 to 4, NON_VOTER 7f534d211c114847b324d6b975b477ac (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "953fb80ae6f246f8b888e98475195a98" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46425 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceda2653701e417fa5bbc0c65fe1ba75" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7631562b0061443ea51637cc742dcef8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40621 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:58.476405  8854 tablet_service.cc:1558] Processing DeleteTablet for tablet 5cd84cec31c4498198a7eb995adc3208 with delete_type TABLET_DATA_TOMBSTONED (TS 7f534d211c114847b324d6b975b477ac not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41884
W20260608 12:41:58.477999  8476 catalog_manager.cc:4994] TS 7f534d211c114847b324d6b975b477ac (127.0.107.196:32821): delete failed for tablet 5cd84cec31c4498198a7eb995adc3208 because the tablet was not found. No further retry: Not found: Tablet not found: 5cd84cec31c4498198a7eb995adc3208
I20260608 12:41:58.859804   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:58.877760   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:58.878474   431 tablet_replica.cc:333] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98: stopping tablet replica
I20260608 12:41:58.879043   431 raft_consensus.cc:2243] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.879585   431 raft_consensus.cc:2272] T 319b3c3c19f1477886c0bb0f805523db P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.881597   431 tablet_replica.cc:333] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98: stopping tablet replica
I20260608 12:41:58.882107   431 raft_consensus.cc:2243] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:58.882843   431 raft_consensus.cc:2272] T 3858fb39316a4790b120e78c3bc8bcb6 P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.884976   431 tablet_replica.cc:333] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98: stopping tablet replica
I20260608 12:41:58.885474   431 raft_consensus.cc:2243] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.886008   431 raft_consensus.cc:2272] T 5cd84cec31c4498198a7eb995adc3208 P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.888188   431 tablet_replica.cc:333] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98: stopping tablet replica
I20260608 12:41:58.888659   431 raft_consensus.cc:2243] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:58.889374   431 raft_consensus.cc:2272] T c7d32a458cc34c919775e432003d775d P 953fb80ae6f246f8b888e98475195a98 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.912346   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:58.925724   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:58.946082   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:58.946797   431 tablet_replica.cc:333] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75: stopping tablet replica
I20260608 12:41:58.947386   431 raft_consensus.cc:2243] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.947962   431 raft_consensus.cc:2272] T 3858fb39316a4790b120e78c3bc8bcb6 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.950304   431 tablet_replica.cc:333] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75: stopping tablet replica
I20260608 12:41:58.950810   431 raft_consensus.cc:2243] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:58.951587   431 raft_consensus.cc:2272] T 319b3c3c19f1477886c0bb0f805523db P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.953390   431 tablet_replica.cc:333] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75: stopping tablet replica
I20260608 12:41:58.953866   431 raft_consensus.cc:2243] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:58.954613   431 raft_consensus.cc:2272] T 5cd84cec31c4498198a7eb995adc3208 P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.956887   431 tablet_replica.cc:333] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75: stopping tablet replica
I20260608 12:41:58.957355   431 raft_consensus.cc:2243] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:58.957898   431 raft_consensus.cc:2272] T c7d32a458cc34c919775e432003d775d P ceda2653701e417fa5bbc0c65fe1ba75 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:58.981104   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:58.993990   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:59.012516   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:59.013227   431 tablet_replica.cc:333] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8: stopping tablet replica
I20260608 12:41:59.013782   431 raft_consensus.cc:2243] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:59.014340   431 raft_consensus.cc:2272] T c7d32a458cc34c919775e432003d775d P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.016630   431 tablet_replica.cc:333] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8: stopping tablet replica
I20260608 12:41:59.017198   431 raft_consensus.cc:2243] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:59.017741   431 raft_consensus.cc:2272] T 5cd84cec31c4498198a7eb995adc3208 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.020323   431 tablet_replica.cc:333] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8: stopping tablet replica
I20260608 12:41:59.020812   431 raft_consensus.cc:2243] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:59.021339   431 raft_consensus.cc:2272] T 3858fb39316a4790b120e78c3bc8bcb6 P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.023052   431 tablet_replica.cc:333] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8: stopping tablet replica
I20260608 12:41:59.023531   431 raft_consensus.cc:2243] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:59.023908   431 raft_consensus.cc:2272] T 319b3c3c19f1477886c0bb0f805523db P 7631562b0061443ea51637cc742dcef8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.045504   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:59.058758   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:59.076114   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:59.091506   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:59.099186   431 master.cc:562] Master@127.0.107.254:46281 shutting down...
I20260608 12:41:59.115661   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:59.116210   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:59.116531   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 56dbb8c83d5b4984b0477ddedbc5c024: stopping tablet replica
I20260608 12:41:59.136294   431 master.cc:584] Master@127.0.107.254:46281 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (4582 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260608 12:41:59.168655   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46309
I20260608 12:41:59.169926   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:59.174988  8927 instance_detector.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:59.175081  8928 instance_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:59.177629   431 server_base.cc:1061] running on GCE node
W20260608 12:41:59.177661  8930 instance_detector.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:59.178754   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:59.178941   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:59.179095   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922519179076 us; error 0 us; skew 500 ppm
I20260608 12:41:59.179845   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:59.182091   431 webserver.cc:533] Webserver started at http://127.0.107.254:33967/ using document root <none> and password file <none>
I20260608 12:41:59.182582   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:59.182754   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:59.183002   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:59.184084   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "8623ed7d7b544534ae40556278c678bb"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-jl41"
I20260608 12:41:59.188434   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:59.191804  8935 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:59.192517   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:59.192791   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "8623ed7d7b544534ae40556278c678bb"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-jl41"
I20260608 12:41:59.193050   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-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:59.209086   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:59.210253   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:59.246709   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46309
I20260608 12:41:59.246942  8986 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46309 every 8 connection(s)
I20260608 12:41:59.250902  8987 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:59.260958  8987 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb: Bootstrap starting.
I20260608 12:41:59.265718  8987 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:59.272336  8987 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb: No bootstrap required, opened a new log
I20260608 12:41:59.274624  8987 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8623ed7d7b544534ae40556278c678bb" member_type: VOTER }
I20260608 12:41:59.275019  8987 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:59.275247  8987 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8623ed7d7b544534ae40556278c678bb, State: Initialized, Role: FOLLOWER
I20260608 12:41:59.275906  8987 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8623ed7d7b544534ae40556278c678bb" member_type: VOTER }
I20260608 12:41:59.276352  8987 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:59.276566  8987 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:59.276829  8987 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:59.281394  8987 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8623ed7d7b544534ae40556278c678bb" member_type: VOTER }
I20260608 12:41:59.281910  8987 leader_election.cc:304] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [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: 8623ed7d7b544534ae40556278c678bb; no voters: 
I20260608 12:41:59.282994  8987 leader_election.cc:290] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:59.283412  8990 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:59.284736  8990 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [term 1 LEADER]: Becoming Leader. State: Replica: 8623ed7d7b544534ae40556278c678bb, State: Running, Role: LEADER
I20260608 12:41:59.285485  8990 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [LEADER]: Queue going to LEADER mode. State: All 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: "8623ed7d7b544534ae40556278c678bb" member_type: VOTER }
I20260608 12:41:59.286152  8987 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:59.288703  8992 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8623ed7d7b544534ae40556278c678bb. Latest consensus state: current_term: 1 leader_uuid: "8623ed7d7b544534ae40556278c678bb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8623ed7d7b544534ae40556278c678bb" member_type: VOTER } }
I20260608 12:41:59.288789  8991 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8623ed7d7b544534ae40556278c678bb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8623ed7d7b544534ae40556278c678bb" member_type: VOTER } }
I20260608 12:41:59.289423  8992 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:59.289470  8991 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:59.292558  8995 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:59.298041  8995 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:59.302397   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:59.307420  8995 catalog_manager.cc:1382] Generated new cluster ID: ec01da5ddaae47bcbc23146f9f118ea4
I20260608 12:41:59.307713  8995 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:59.327982  8995 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:59.329334  8995 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:59.350211  8995 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb: Generated new TSK 0
I20260608 12:41:59.350844  8995 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:59.368762   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:59.374671  9008 instance_detector.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:59.375504  9009 instance_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:59.378507   431 server_base.cc:1061] running on GCE node
W20260608 12:41:59.378455  9011 instance_detector.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:59.380622   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:59.380820   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:59.380947   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922519380935 us; error 0 us; skew 500 ppm
I20260608 12:41:59.381485   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:59.383711   431 webserver.cc:533] Webserver started at http://127.0.107.193:35769/ using document root <none> and password file <none>
I20260608 12:41:59.384183   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:59.384344   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:59.384557   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:59.385581   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "33420f9e4b83434792c0dd65f14aecf0"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-jl41"
I20260608 12:41:59.389961   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:41:59.393253  9016 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:59.394052   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:41:59.394347   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "33420f9e4b83434792c0dd65f14aecf0"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-jl41"
I20260608 12:41:59.394594   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-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:59.407657   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:59.408787   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:59.410144   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:59.412482   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:59.412680   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.412909   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:59.413057   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.449491   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41305
I20260608 12:41:59.449611  9078 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41305 every 8 connection(s)
I20260608 12:41:59.454394   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:59.461300  9083 instance_detector.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:59.461865  9084 instance_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:59.464310   431 server_base.cc:1061] running on GCE node
W20260608 12:41:59.465764  9086 instance_detector.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:59.467017   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:59.467283   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:59.467466  9079 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46309
I20260608 12:41:59.467514   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922519467495 us; error 0 us; skew 500 ppm
I20260608 12:41:59.468008  9079 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:59.468365   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:59.468750  9079 heartbeater.cc:507] Master 127.0.107.254:46309 requested a full tablet report, sending...
I20260608 12:41:59.470929   431 webserver.cc:533] Webserver started at http://127.0.107.194:36917/ using document root <none> and password file <none>
I20260608 12:41:59.471184  8952 ts_manager.cc:194] Registered new tserver with Master: 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305)
I20260608 12:41:59.471508   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:59.471784   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:59.472046   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:59.473138   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "97d8f48bf76a43dd9ecdfb76d8320509"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-jl41"
I20260608 12:41:59.473230  8952 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51590
I20260608 12:41:59.477694   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:59.481076  9091 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:59.481819   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:59.482100   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "97d8f48bf76a43dd9ecdfb76d8320509"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-jl41"
I20260608 12:41:59.482358   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-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:59.498168   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:59.499238   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:59.500633   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:59.502854   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:59.503041   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.503258   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:59.503432   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:41:59.541708   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35651
I20260608 12:41:59.541839  9153 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35651 every 8 connection(s)
I20260608 12:41:59.546557   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:59.553833  9157 instance_detector.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:59.554077  9158 instance_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:59.557173  9160 instance_detector.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:59.557499  9154 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46309
I20260608 12:41:59.557641   431 server_base.cc:1061] running on GCE node
I20260608 12:41:59.558051  9154 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:59.558600   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:59.558830   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:59.558841  9154 heartbeater.cc:507] Master 127.0.107.254:46309 requested a full tablet report, sending...
I20260608 12:41:59.559144   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922519559124 us; error 0 us; skew 500 ppm
I20260608 12:41:59.559883   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:59.561218  8952 ts_manager.cc:194] Registered new tserver with Master: 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651)
I20260608 12:41:59.562440   431 webserver.cc:533] Webserver started at http://127.0.107.195:45065/ using document root <none> and password file <none>
I20260608 12:41:59.562716  8952 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51596
I20260608 12:41:59.563004   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:59.563256   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:59.563583   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:59.564687   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "939aaf8c7214416d9f61f3d6de59db42"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-jl41"
I20260608 12:41:59.568930   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:59.572145  9165 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:59.572852   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:59.573104   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "939aaf8c7214416d9f61f3d6de59db42"
format_stamp: "Formatted at 2026-06-08 12:41:59 on dist-test-slave-jl41"
I20260608 12:41:59.573333   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922314084774-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:59.585062   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:59.586042   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:59.587446   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:59.589726   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:59.589915   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.590152   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:59.590296   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:59.626544   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35627
I20260608 12:41:59.626650  9227 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35627 every 8 connection(s)
I20260608 12:41:59.639605  9228 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46309
I20260608 12:41:59.640043  9228 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:59.640741  9228 heartbeater.cc:507] Master 127.0.107.254:46309 requested a full tablet report, sending...
I20260608 12:41:59.642661  8952 ts_manager.cc:194] Registered new tserver with Master: 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627)
I20260608 12:41:59.643412   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013578731s
I20260608 12:41:59.644299  8952 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51610
I20260608 12:42:00.475777  9079 heartbeater.cc:499] Master 127.0.107.254:46309 was elected leader, sending a full tablet report...
I20260608 12:42:00.565157  9154 heartbeater.cc:499] Master 127.0.107.254:46309 was elected leader, sending a full tablet report...
I20260608 12:42:00.647130  9228 heartbeater.cc:499] Master 127.0.107.254:46309 was elected leader, sending a full tablet report...
I20260608 12:42:00.698529  8952 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39134:
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:42:00.700912  8952 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:00.764988  9043 tablet_service.cc:1511] Processing CreateTablet for tablet 4b4476d6b03549f5b42f6e0e2c32ac77 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:00.766522  9043 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b4476d6b03549f5b42f6e0e2c32ac77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.766273  9044 tablet_service.cc:1511] Processing CreateTablet for tablet 8d1545d7b88243b0b0350fa6fb1199c1 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:00.767716  9044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d1545d7b88243b0b0350fa6fb1199c1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.767907  9039 tablet_service.cc:1511] Processing CreateTablet for tablet fdcc59892aa8454b8e442a1285334f8b (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:00.768522  9042 tablet_service.cc:1511] Processing CreateTablet for tablet ab7432bb5f77409981a2866141461360 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:00.769219  9039 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fdcc59892aa8454b8e442a1285334f8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.770886  9041 tablet_service.cc:1511] Processing CreateTablet for tablet 2135c9130190454c8d324762662932c5 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:00.772217  9041 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2135c9130190454c8d324762662932c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.766098  9040 tablet_service.cc:1511] Processing CreateTablet for tablet 4e44ee0059914220a9b3ced6ad12b6ce (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:00.773833  9040 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e44ee0059914220a9b3ced6ad12b6ce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.774710  9042 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab7432bb5f77409981a2866141461360. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.789706  9247 tablet_bootstrap.cc:492] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0: Bootstrap starting.
I20260608 12:42:00.796247  9247 tablet_bootstrap.cc:654] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.807693  9247 tablet_bootstrap.cc:492] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0: No bootstrap required, opened a new log
I20260608 12:42:00.808195  9247 ts_tablet_manager.cc:1403] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.006s
I20260608 12:42:00.811257  9247 raft_consensus.cc:359] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } }
I20260608 12:42:00.812003  9247 raft_consensus.cc:385] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:00.812301  9247 raft_consensus.cc:740] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33420f9e4b83434792c0dd65f14aecf0, State: Initialized, Role: FOLLOWER
I20260608 12:42:00.813356  9247 consensus_queue.cc:260] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } }
I20260608 12:42:00.816306  9193 tablet_service.cc:1511] Processing CreateTablet for tablet 8d1545d7b88243b0b0350fa6fb1199c1 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:00.818131  9193 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d1545d7b88243b0b0350fa6fb1199c1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.818953  9191 tablet_service.cc:1511] Processing CreateTablet for tablet ab7432bb5f77409981a2866141461360 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:00.820346  9191 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab7432bb5f77409981a2866141461360. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.820775  9190 tablet_service.cc:1511] Processing CreateTablet for tablet 2135c9130190454c8d324762662932c5 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:00.818222  9192 tablet_service.cc:1511] Processing CreateTablet for tablet 4b4476d6b03549f5b42f6e0e2c32ac77 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:00.822085  9190 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2135c9130190454c8d324762662932c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.823001  9192 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b4476d6b03549f5b42f6e0e2c32ac77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.824244  9189 tablet_service.cc:1511] Processing CreateTablet for tablet 4e44ee0059914220a9b3ced6ad12b6ce (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:00.825532  9189 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e44ee0059914220a9b3ced6ad12b6ce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.828933  9188 tablet_service.cc:1511] Processing CreateTablet for tablet fdcc59892aa8454b8e442a1285334f8b (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:00.830237  9188 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fdcc59892aa8454b8e442a1285334f8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.834842  9119 tablet_service.cc:1511] Processing CreateTablet for tablet 8d1545d7b88243b0b0350fa6fb1199c1 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:00.836264  9119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d1545d7b88243b0b0350fa6fb1199c1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.841235  9250 tablet_bootstrap.cc:492] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42: Bootstrap starting.
I20260608 12:42:00.848599  9250 tablet_bootstrap.cc:654] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.849078  9115 tablet_service.cc:1511] Processing CreateTablet for tablet 4e44ee0059914220a9b3ced6ad12b6ce (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:00.850564  9115 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e44ee0059914220a9b3ced6ad12b6ce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.850421  9117 tablet_service.cc:1511] Processing CreateTablet for tablet ab7432bb5f77409981a2866141461360 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:00.855245  9116 tablet_service.cc:1511] Processing CreateTablet for tablet 2135c9130190454c8d324762662932c5 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:00.849175  9118 tablet_service.cc:1511] Processing CreateTablet for tablet 4b4476d6b03549f5b42f6e0e2c32ac77 (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:00.854363  9114 tablet_service.cc:1511] Processing CreateTablet for tablet fdcc59892aa8454b8e442a1285334f8b (DEFAULT_TABLE table=test-workload [id=c176a23e2bca42ad96ba2c588e57d063]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:00.861173  9117 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab7432bb5f77409981a2866141461360. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.862249  9114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fdcc59892aa8454b8e442a1285334f8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.863214  9116 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2135c9130190454c8d324762662932c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.864091  9118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b4476d6b03549f5b42f6e0e2c32ac77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:00.865697  9249 raft_consensus.cc:493] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:00.866236  9249 raft_consensus.cc:515] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } }
I20260608 12:42:00.879117  9247 ts_tablet_manager.cc:1434] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0: Time spent starting tablet: real 0.071s	user 0.006s	sys 0.002s
I20260608 12:42:00.880450  9247 tablet_bootstrap.cc:492] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0: Bootstrap starting.
I20260608 12:42:00.904176  9249 leader_election.cc:290] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627), 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651)
I20260608 12:42:00.922122  9247 tablet_bootstrap.cc:654] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.933225  9203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d1545d7b88243b0b0350fa6fb1199c1" candidate_uuid: "33420f9e4b83434792c0dd65f14aecf0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "939aaf8c7214416d9f61f3d6de59db42" is_pre_election: true
W20260608 12:42:00.935012  9020 leader_election.cc:343] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:00.935575  9253 tablet_bootstrap.cc:492] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509: Bootstrap starting.
W20260608 12:42:00.943383  9019 leader_election.cc:343] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651): Not found: Tablet not found: 8d1545d7b88243b0b0350fa6fb1199c1
I20260608 12:42:00.943953  9019 leader_election.cc:304] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [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: 33420f9e4b83434792c0dd65f14aecf0; no voters: 939aaf8c7214416d9f61f3d6de59db42, 97d8f48bf76a43dd9ecdfb76d8320509
I20260608 12:42:00.945123  9249 raft_consensus.cc:2749] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:00.947690  9250 tablet_bootstrap.cc:492] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42: No bootstrap required, opened a new log
I20260608 12:42:00.947921  9253 tablet_bootstrap.cc:654] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.950712  9250 ts_tablet_manager.cc:1403] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42: Time spent bootstrapping tablet: real 0.110s	user 0.020s	sys 0.009s
I20260608 12:42:00.954193  9247 tablet_bootstrap.cc:492] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0: No bootstrap required, opened a new log
I20260608 12:42:00.954659  9247 ts_tablet_manager.cc:1403] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0: Time spent bootstrapping tablet: real 0.074s	user 0.007s	sys 0.010s
I20260608 12:42:00.954336  9250 raft_consensus.cc:359] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:00.955168  9250 raft_consensus.cc:385] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:00.955511  9250 raft_consensus.cc:740] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 939aaf8c7214416d9f61f3d6de59db42, State: Initialized, Role: FOLLOWER
I20260608 12:42:00.955652  9253 tablet_bootstrap.cc:492] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509: No bootstrap required, opened a new log
I20260608 12:42:00.956166  9253 ts_tablet_manager.cc:1403] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent bootstrapping tablet: real 0.021s	user 0.007s	sys 0.007s
I20260608 12:42:00.956310  9250 consensus_queue.cc:260] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:00.957501  9247 raft_consensus.cc:359] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:00.958257  9247 raft_consensus.cc:385] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:00.958559  9247 raft_consensus.cc:740] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33420f9e4b83434792c0dd65f14aecf0, State: Initialized, Role: FOLLOWER
I20260608 12:42:00.959133  9253 raft_consensus.cc:359] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:00.959369  9247 consensus_queue.cc:260] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:00.959934  9253 raft_consensus.cc:385] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:00.960251  9253 raft_consensus.cc:740] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 97d8f48bf76a43dd9ecdfb76d8320509, State: Initialized, Role: FOLLOWER
I20260608 12:42:00.961896  9247 ts_tablet_manager.cc:1434] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:42:00.961642  9253 consensus_queue.cc:260] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:00.962890  9247 tablet_bootstrap.cc:492] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0: Bootstrap starting.
I20260608 12:42:00.966711  9250 ts_tablet_manager.cc:1434] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260608 12:42:00.969861  9247 tablet_bootstrap.cc:654] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.970610  9253 ts_tablet_manager.cc:1434] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.004s
I20260608 12:42:00.971751  9253 tablet_bootstrap.cc:492] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509: Bootstrap starting.
I20260608 12:42:00.977059  9247 tablet_bootstrap.cc:492] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0: No bootstrap required, opened a new log
I20260608 12:42:00.977640  9247 ts_tablet_manager.cc:1403] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.000s
I20260608 12:42:00.978847  9253 tablet_bootstrap.cc:654] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.980672  9247 raft_consensus.cc:359] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:00.981140  9250 tablet_bootstrap.cc:492] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42: Bootstrap starting.
I20260608 12:42:00.981561  9247 raft_consensus.cc:385] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:00.981972  9247 raft_consensus.cc:740] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33420f9e4b83434792c0dd65f14aecf0, State: Initialized, Role: FOLLOWER
I20260608 12:42:00.982823  9247 consensus_queue.cc:260] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:00.985136  9247 ts_tablet_manager.cc:1434] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260608 12:42:00.985544  9253 tablet_bootstrap.cc:492] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509: No bootstrap required, opened a new log
I20260608 12:42:00.986047  9253 ts_tablet_manager.cc:1403] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.001s
I20260608 12:42:00.986241  9247 tablet_bootstrap.cc:492] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0: Bootstrap starting.
I20260608 12:42:00.988094  9250 tablet_bootstrap.cc:654] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.988889  9253 raft_consensus.cc:359] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:00.989647  9253 raft_consensus.cc:385] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:00.989939  9253 raft_consensus.cc:740] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 97d8f48bf76a43dd9ecdfb76d8320509, State: Initialized, Role: FOLLOWER
I20260608 12:42:00.990737  9253 consensus_queue.cc:260] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:00.993255  9253 ts_tablet_manager.cc:1434] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:42:00.993904  9247 tablet_bootstrap.cc:654] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:00.994261  9253 tablet_bootstrap.cc:492] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509: Bootstrap starting.
I20260608 12:42:01.001070  9250 tablet_bootstrap.cc:492] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42: No bootstrap required, opened a new log
I20260608 12:42:01.001626  9250 ts_tablet_manager.cc:1403] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42: Time spent bootstrapping tablet: real 0.021s	user 0.005s	sys 0.006s
I20260608 12:42:01.001897  9253 tablet_bootstrap.cc:654] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.004716  9250 raft_consensus.cc:359] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.005443  9250 raft_consensus.cc:385] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.005748  9250 raft_consensus.cc:740] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 939aaf8c7214416d9f61f3d6de59db42, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.006677  9250 consensus_queue.cc:260] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.008308  9253 tablet_bootstrap.cc:492] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509: No bootstrap required, opened a new log
I20260608 12:42:01.008404  9247 tablet_bootstrap.cc:492] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0: No bootstrap required, opened a new log
I20260608 12:42:01.008872  9250 ts_tablet_manager.cc:1434] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:42:01.008952  9253 ts_tablet_manager.cc:1403] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.004s
I20260608 12:42:01.009037  9247 ts_tablet_manager.cc:1403] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.008s
I20260608 12:42:01.010172  9250 tablet_bootstrap.cc:492] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42: Bootstrap starting.
I20260608 12:42:01.012389  9253 raft_consensus.cc:359] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.012732  9247 raft_consensus.cc:359] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.013482  9247 raft_consensus.cc:385] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.013113  9253 raft_consensus.cc:385] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.013792  9247 raft_consensus.cc:740] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33420f9e4b83434792c0dd65f14aecf0, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.013944  9253 raft_consensus.cc:740] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 97d8f48bf76a43dd9ecdfb76d8320509, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.014667  9247 consensus_queue.cc:260] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.014840  9253 consensus_queue.cc:260] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.017279  9247 ts_tablet_manager.cc:1434] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:01.018359  9247 tablet_bootstrap.cc:492] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0: Bootstrap starting.
I20260608 12:42:01.019346  9250 tablet_bootstrap.cc:654] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.017282  9253 ts_tablet_manager.cc:1434] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:42:01.024430  9253 tablet_bootstrap.cc:492] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509: Bootstrap starting.
I20260608 12:42:01.030325  9253 tablet_bootstrap.cc:654] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.033584  9247 tablet_bootstrap.cc:654] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.039829  9253 tablet_bootstrap.cc:492] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509: No bootstrap required, opened a new log
I20260608 12:42:01.039891  9250 tablet_bootstrap.cc:492] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42: No bootstrap required, opened a new log
I20260608 12:42:01.040292  9253 ts_tablet_manager.cc:1403] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.000s
I20260608 12:42:01.040459  9250 ts_tablet_manager.cc:1403] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42: Time spent bootstrapping tablet: real 0.031s	user 0.012s	sys 0.015s
I20260608 12:42:01.041325  9247 tablet_bootstrap.cc:492] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0: No bootstrap required, opened a new log
I20260608 12:42:01.041841  9247 ts_tablet_manager.cc:1403] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.000s
I20260608 12:42:01.042639  9253 raft_consensus.cc:359] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.043200  9253 raft_consensus.cc:385] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.043459  9253 raft_consensus.cc:740] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 97d8f48bf76a43dd9ecdfb76d8320509, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.043462  9250 raft_consensus.cc:359] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } }
I20260608 12:42:01.044278  9250 raft_consensus.cc:385] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.044188  9253 consensus_queue.cc:260] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.044760  9250 raft_consensus.cc:740] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 939aaf8c7214416d9f61f3d6de59db42, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.044644  9247 raft_consensus.cc:359] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.045432  9247 raft_consensus.cc:385] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.045722  9247 raft_consensus.cc:740] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33420f9e4b83434792c0dd65f14aecf0, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.045850  9250 consensus_queue.cc:260] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } }
I20260608 12:42:01.046463  9253 ts_tablet_manager.cc:1434] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:42:01.047600  9253 tablet_bootstrap.cc:492] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509: Bootstrap starting.
I20260608 12:42:01.046638  9247 consensus_queue.cc:260] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.050789  9257 raft_consensus.cc:493] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.051337  9247 ts_tablet_manager.cc:1434] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:42:01.051324  9257 raft_consensus.cc:515] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.052573  9247 tablet_bootstrap.cc:492] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0: Bootstrap starting.
I20260608 12:42:01.053989  9253 tablet_bootstrap.cc:654] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.057058  9257 leader_election.cc:290] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305), 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651)
I20260608 12:42:01.059158  9247 tablet_bootstrap.cc:654] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.063917  9250 ts_tablet_manager.cc:1434] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.001s
I20260608 12:42:01.053936  9249 raft_consensus.cc:493] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.075358  9250 tablet_bootstrap.cc:492] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42: Bootstrap starting.
I20260608 12:42:01.076126  9249 raft_consensus.cc:515] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.079494  9129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7432bb5f77409981a2866141461360" candidate_uuid: "33420f9e4b83434792c0dd65f14aecf0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" is_pre_election: true
I20260608 12:42:01.080217  9129 raft_consensus.cc:2468] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33420f9e4b83434792c0dd65f14aecf0 in term 0.
I20260608 12:42:01.080999  9249 leader_election.cc:290] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651), 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627)
I20260608 12:42:01.082224  9203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7432bb5f77409981a2866141461360" candidate_uuid: "33420f9e4b83434792c0dd65f14aecf0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "939aaf8c7214416d9f61f3d6de59db42" is_pre_election: true
I20260608 12:42:01.082948  9203 raft_consensus.cc:2468] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33420f9e4b83434792c0dd65f14aecf0 in term 0.
I20260608 12:42:01.084368  9020 leader_election.cc:304] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33420f9e4b83434792c0dd65f14aecf0, 939aaf8c7214416d9f61f3d6de59db42; no voters: 
I20260608 12:42:01.085315  9258 raft_consensus.cc:493] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.085887  9258 raft_consensus.cc:515] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.088387  9249 raft_consensus.cc:2804] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:01.088819  9249 raft_consensus.cc:493] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.089159  9249 raft_consensus.cc:3060] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.097429  9249 raft_consensus.cc:515] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.102396  9258 leader_election.cc:290] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305), 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627)
I20260608 12:42:01.114715  9203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7432bb5f77409981a2866141461360" candidate_uuid: "33420f9e4b83434792c0dd65f14aecf0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "939aaf8c7214416d9f61f3d6de59db42"
I20260608 12:42:01.115504  9203 raft_consensus.cc:3060] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.125633  9203 raft_consensus.cc:2468] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 33420f9e4b83434792c0dd65f14aecf0 in term 1.
I20260608 12:42:01.130390  9020 leader_election.cc:304] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33420f9e4b83434792c0dd65f14aecf0, 939aaf8c7214416d9f61f3d6de59db42; no voters: 
I20260608 12:42:01.133616  9253 tablet_bootstrap.cc:492] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509: No bootstrap required, opened a new log
I20260608 12:42:01.134281  9253 ts_tablet_manager.cc:1403] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent bootstrapping tablet: real 0.087s	user 0.030s	sys 0.051s
I20260608 12:42:01.127143  9249 leader_election.cc:290] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [CANDIDATE]: Term 1 election: Requested vote from peers 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651), 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627)
I20260608 12:42:01.136562  9249 raft_consensus.cc:2804] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.137055  9249 raft_consensus.cc:697] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 LEADER]: Becoming Leader. State: Replica: 33420f9e4b83434792c0dd65f14aecf0, State: Running, Role: LEADER
I20260608 12:42:01.137625  9253 raft_consensus.cc:359] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } }
I20260608 12:42:01.137953  9249 consensus_queue.cc:237] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.138501  9253 raft_consensus.cc:385] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.138967  9253 raft_consensus.cc:740] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 97d8f48bf76a43dd9ecdfb76d8320509, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.139869  9253 consensus_queue.cc:260] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } }
I20260608 12:42:01.142333  9253 ts_tablet_manager.cc:1434] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:42:01.142710  9250 tablet_bootstrap.cc:654] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.143500  9253 tablet_bootstrap.cc:492] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509: Bootstrap starting.
I20260608 12:42:01.149600  9129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7432bb5f77409981a2866141461360" candidate_uuid: "33420f9e4b83434792c0dd65f14aecf0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97d8f48bf76a43dd9ecdfb76d8320509"
I20260608 12:42:01.150200  9129 raft_consensus.cc:3060] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.153785  9253 tablet_bootstrap.cc:654] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.155647  9257 raft_consensus.cc:493] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.156147  9257 raft_consensus.cc:515] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.158819  9257 leader_election.cc:290] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305), 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651)
I20260608 12:42:01.160903  9129 raft_consensus.cc:2468] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 33420f9e4b83434792c0dd65f14aecf0 in term 1.
I20260608 12:42:01.167366  9247 tablet_bootstrap.cc:492] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0: No bootstrap required, opened a new log
I20260608 12:42:01.168054  9247 ts_tablet_manager.cc:1403] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0: Time spent bootstrapping tablet: real 0.116s	user 0.060s	sys 0.036s
I20260608 12:42:01.171474  9253 tablet_bootstrap.cc:492] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509: No bootstrap required, opened a new log
I20260608 12:42:01.172348  9253 ts_tablet_manager.cc:1403] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent bootstrapping tablet: real 0.029s	user 0.008s	sys 0.007s
I20260608 12:42:01.171401  9054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7432bb5f77409981a2866141461360" candidate_uuid: "939aaf8c7214416d9f61f3d6de59db42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33420f9e4b83434792c0dd65f14aecf0" is_pre_election: true
I20260608 12:42:01.173105  9128 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b4476d6b03549f5b42f6e0e2c32ac77" candidate_uuid: "939aaf8c7214416d9f61f3d6de59db42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" is_pre_election: true
I20260608 12:42:01.172346  9129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab7432bb5f77409981a2866141461360" candidate_uuid: "939aaf8c7214416d9f61f3d6de59db42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" is_pre_election: true
I20260608 12:42:01.172256  9053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b4476d6b03549f5b42f6e0e2c32ac77" candidate_uuid: "939aaf8c7214416d9f61f3d6de59db42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33420f9e4b83434792c0dd65f14aecf0" is_pre_election: true
I20260608 12:42:01.175076  9129 raft_consensus.cc:2393] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 939aaf8c7214416d9f61f3d6de59db42 in current term 1: Already voted for candidate 33420f9e4b83434792c0dd65f14aecf0 in this term.
I20260608 12:42:01.175554  9053 raft_consensus.cc:2468] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 939aaf8c7214416d9f61f3d6de59db42 in term 0.
I20260608 12:42:01.175765  9253 raft_consensus.cc:359] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.176553  9253 raft_consensus.cc:385] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260608 12:42:01.178423  9020 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:35627, user_credentials={real_user=slave}} blocked reactor thread for 48148.8us
I20260608 12:42:01.176841  9253 raft_consensus.cc:740] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 97d8f48bf76a43dd9ecdfb76d8320509, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.179396  9168 leader_election.cc:304] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33420f9e4b83434792c0dd65f14aecf0, 939aaf8c7214416d9f61f3d6de59db42; no voters: 
I20260608 12:42:01.180263  9257 raft_consensus.cc:2804] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260608 12:42:01.180433  9168 leader_election.cc:343] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:01.180766  9257 raft_consensus.cc:493] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.181205  9257 raft_consensus.cc:3060] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.181622  9168 leader_election.cc:304] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [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: 939aaf8c7214416d9f61f3d6de59db42; no voters: 33420f9e4b83434792c0dd65f14aecf0, 97d8f48bf76a43dd9ecdfb76d8320509
I20260608 12:42:01.179880  9247 raft_consensus.cc:359] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.183691  9247 raft_consensus.cc:385] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.184003  9247 raft_consensus.cc:740] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33420f9e4b83434792c0dd65f14aecf0, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.184859  9247 consensus_queue.cc:260] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.187630  9253 consensus_queue.cc:260] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.190094  9253 ts_tablet_manager.cc:1434] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.000s
I20260608 12:42:01.212533  9250 tablet_bootstrap.cc:492] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42: No bootstrap required, opened a new log
I20260608 12:42:01.213248  9250 ts_tablet_manager.cc:1403] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42: Time spent bootstrapping tablet: real 0.139s	user 0.016s	sys 0.005s
I20260608 12:42:01.192026  9257 raft_consensus.cc:515] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.219419  9247 ts_tablet_manager.cc:1434] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0: Time spent starting tablet: real 0.051s	user 0.018s	sys 0.015s
I20260608 12:42:01.219376  9203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e44ee0059914220a9b3ced6ad12b6ce" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "939aaf8c7214416d9f61f3d6de59db42" is_pre_election: true
I20260608 12:42:01.220270  9250 raft_consensus.cc:359] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.220956  9250 raft_consensus.cc:385] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260608 12:42:01.221024  9095 leader_election.cc:343] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:01.221865  9250 raft_consensus.cc:740] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 939aaf8c7214416d9f61f3d6de59db42, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.225163  9277 raft_consensus.cc:2749] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:01.225013  9053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e44ee0059914220a9b3ced6ad12b6ce" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33420f9e4b83434792c0dd65f14aecf0" is_pre_election: true
I20260608 12:42:01.227764  9257 leader_election.cc:290] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [CANDIDATE]: Term 1 election: Requested vote from peers 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305), 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651)
I20260608 12:42:01.227416  9250 consensus_queue.cc:260] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.228600  9054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b4476d6b03549f5b42f6e0e2c32ac77" candidate_uuid: "939aaf8c7214416d9f61f3d6de59db42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33420f9e4b83434792c0dd65f14aecf0"
I20260608 12:42:01.229197  9054 raft_consensus.cc:3060] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.229812  9250 ts_tablet_manager.cc:1434] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42: Time spent starting tablet: real 0.016s	user 0.004s	sys 0.004s
I20260608 12:42:01.230821  9250 tablet_bootstrap.cc:492] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42: Bootstrap starting.
I20260608 12:42:01.229190  9129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b4476d6b03549f5b42f6e0e2c32ac77" candidate_uuid: "939aaf8c7214416d9f61f3d6de59db42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97d8f48bf76a43dd9ecdfb76d8320509"
I20260608 12:42:01.232195  9129 raft_consensus.cc:3060] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.233181  9053 raft_consensus.cc:2468] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 97d8f48bf76a43dd9ecdfb76d8320509 in term 0.
I20260608 12:42:01.234719  9094 leader_election.cc:304] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [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: 33420f9e4b83434792c0dd65f14aecf0, 97d8f48bf76a43dd9ecdfb76d8320509; no voters: 939aaf8c7214416d9f61f3d6de59db42
I20260608 12:42:01.235780  9258 raft_consensus.cc:2804] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:01.236130  9258 raft_consensus.cc:493] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.236459  9258 raft_consensus.cc:3060] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.239085  9250 tablet_bootstrap.cc:654] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.242739  9054 raft_consensus.cc:2468] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 939aaf8c7214416d9f61f3d6de59db42 in term 1.
I20260608 12:42:01.226799  9279 raft_consensus.cc:493] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.244710  9168 leader_election.cc:304] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33420f9e4b83434792c0dd65f14aecf0, 939aaf8c7214416d9f61f3d6de59db42; no voters: 
I20260608 12:42:01.245579  9257 raft_consensus.cc:2804] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.246305  9257 raft_consensus.cc:697] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 LEADER]: Becoming Leader. State: Replica: 939aaf8c7214416d9f61f3d6de59db42, State: Running, Role: LEADER
I20260608 12:42:01.247151  9257 consensus_queue.cc:237] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.248363  9129 raft_consensus.cc:2468] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 939aaf8c7214416d9f61f3d6de59db42 in term 1.
I20260608 12:42:01.250969  8951 catalog_manager.cc:5696] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "33420f9e4b83434792c0dd65f14aecf0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:01.251694  9258 raft_consensus.cc:515] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.244064  9279 raft_consensus.cc:515] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.255180  9054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e44ee0059914220a9b3ced6ad12b6ce" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33420f9e4b83434792c0dd65f14aecf0"
I20260608 12:42:01.255887  9054 raft_consensus.cc:3060] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.257385  9258 leader_election.cc:290] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 election: Requested vote from peers 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305), 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627)
I20260608 12:42:01.259096  9203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e44ee0059914220a9b3ced6ad12b6ce" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "939aaf8c7214416d9f61f3d6de59db42"
W20260608 12:42:01.260581  9095 leader_election.cc:343] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:01.263060  9129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2135c9130190454c8d324762662932c5" candidate_uuid: "33420f9e4b83434792c0dd65f14aecf0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" is_pre_election: true
I20260608 12:42:01.263043  9054 raft_consensus.cc:2468] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 97d8f48bf76a43dd9ecdfb76d8320509 in term 1.
I20260608 12:42:01.265322  9129 raft_consensus.cc:2468] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33420f9e4b83434792c0dd65f14aecf0 in term 0.
I20260608 12:42:01.266546  9094 leader_election.cc:304] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [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: 33420f9e4b83434792c0dd65f14aecf0, 97d8f48bf76a43dd9ecdfb76d8320509; no voters: 939aaf8c7214416d9f61f3d6de59db42
I20260608 12:42:01.266930  9250 tablet_bootstrap.cc:492] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42: No bootstrap required, opened a new log
I20260608 12:42:01.267164  9258 raft_consensus.cc:2804] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.267582  9250 ts_tablet_manager.cc:1403] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42: Time spent bootstrapping tablet: real 0.037s	user 0.021s	sys 0.009s
I20260608 12:42:01.267683  9019 leader_election.cc:304] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33420f9e4b83434792c0dd65f14aecf0, 97d8f48bf76a43dd9ecdfb76d8320509; no voters: 
I20260608 12:42:01.268756  9249 raft_consensus.cc:2804] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:01.269272  9249 raft_consensus.cc:493] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.269757  9249 raft_consensus.cc:3060] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.270391  9203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2135c9130190454c8d324762662932c5" candidate_uuid: "33420f9e4b83434792c0dd65f14aecf0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "939aaf8c7214416d9f61f3d6de59db42" is_pre_election: true
I20260608 12:42:01.271015  9203 raft_consensus.cc:2468] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33420f9e4b83434792c0dd65f14aecf0 in term 0.
I20260608 12:42:01.272495  9279 leader_election.cc:290] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651), 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627)
I20260608 12:42:01.278970  9250 raft_consensus.cc:359] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.279785  9250 raft_consensus.cc:385] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.280098  9250 raft_consensus.cc:740] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 939aaf8c7214416d9f61f3d6de59db42, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.279431  8949 catalog_manager.cc:5696] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 reported cstate change: term changed from 0 to 1, leader changed from <none> to 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "939aaf8c7214416d9f61f3d6de59db42" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:01.280944  9250 consensus_queue.cc:260] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.283444  9250 ts_tablet_manager.cc:1434] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.004s
I20260608 12:42:01.284750  9250 tablet_bootstrap.cc:492] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42: Bootstrap starting.
I20260608 12:42:01.286536  9249 raft_consensus.cc:515] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.289956  9129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2135c9130190454c8d324762662932c5" candidate_uuid: "33420f9e4b83434792c0dd65f14aecf0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97d8f48bf76a43dd9ecdfb76d8320509"
I20260608 12:42:01.290620  9129 raft_consensus.cc:3060] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.291930  9250 tablet_bootstrap.cc:654] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:01.299649  9249 leader_election.cc:290] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [CANDIDATE]: Term 1 election: Requested vote from peers 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651), 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627)
W20260608 12:42:01.300094  9000 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:01.301450  9203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2135c9130190454c8d324762662932c5" candidate_uuid: "33420f9e4b83434792c0dd65f14aecf0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "939aaf8c7214416d9f61f3d6de59db42"
I20260608 12:42:01.302155  9203 raft_consensus.cc:3060] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.306236  9250 tablet_bootstrap.cc:492] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42: No bootstrap required, opened a new log
I20260608 12:42:01.306811  9250 ts_tablet_manager.cc:1403] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.005s
I20260608 12:42:01.309862  9203 raft_consensus.cc:2468] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 33420f9e4b83434792c0dd65f14aecf0 in term 1.
I20260608 12:42:01.310283  9250 raft_consensus.cc:359] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.311146  9250 raft_consensus.cc:385] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:01.311465  9250 raft_consensus.cc:740] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 939aaf8c7214416d9f61f3d6de59db42, State: Initialized, Role: FOLLOWER
I20260608 12:42:01.311615  9020 leader_election.cc:304] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33420f9e4b83434792c0dd65f14aecf0, 939aaf8c7214416d9f61f3d6de59db42; no voters: 
I20260608 12:42:01.312330  9250 consensus_queue.cc:260] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.312834  9249 raft_consensus.cc:2804] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.313644  9249 raft_consensus.cc:697] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 LEADER]: Becoming Leader. State: Replica: 33420f9e4b83434792c0dd65f14aecf0, State: Running, Role: LEADER
I20260608 12:42:01.314859  9250 ts_tablet_manager.cc:1434] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:42:01.314553  9249 consensus_queue.cc:237] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.298250  9129 raft_consensus.cc:2468] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 33420f9e4b83434792c0dd65f14aecf0 in term 1.
I20260608 12:42:01.321498  9258 raft_consensus.cc:697] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 LEADER]: Becoming Leader. State: Replica: 97d8f48bf76a43dd9ecdfb76d8320509, State: Running, Role: LEADER
I20260608 12:42:01.322454  9258 consensus_queue.cc:237] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.338461  8952 catalog_manager.cc:5696] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 reported cstate change: term changed from 0 to 1, leader changed from <none> to 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:01.338595  8949 catalog_manager.cc:5696] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "33420f9e4b83434792c0dd65f14aecf0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:01.403509  9258 raft_consensus.cc:493] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.404094  9258 raft_consensus.cc:515] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.406008  9258 leader_election.cc:290] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305), 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627)
I20260608 12:42:01.406869  9054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fdcc59892aa8454b8e442a1285334f8b" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33420f9e4b83434792c0dd65f14aecf0" is_pre_election: true
I20260608 12:42:01.407087  9203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fdcc59892aa8454b8e442a1285334f8b" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "939aaf8c7214416d9f61f3d6de59db42" is_pre_election: true
I20260608 12:42:01.407466  9054 raft_consensus.cc:2468] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 97d8f48bf76a43dd9ecdfb76d8320509 in term 0.
I20260608 12:42:01.407728  9203 raft_consensus.cc:2468] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 97d8f48bf76a43dd9ecdfb76d8320509 in term 0.
I20260608 12:42:01.408478  9094 leader_election.cc:304] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33420f9e4b83434792c0dd65f14aecf0, 97d8f48bf76a43dd9ecdfb76d8320509; no voters: 
I20260608 12:42:01.409243  9258 raft_consensus.cc:2804] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:01.409612  9258 raft_consensus.cc:493] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.409901  9258 raft_consensus.cc:3060] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.414651  9258 raft_consensus.cc:515] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.416368  9258 leader_election.cc:290] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 election: Requested vote from peers 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305), 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627)
I20260608 12:42:01.417155  9054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fdcc59892aa8454b8e442a1285334f8b" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33420f9e4b83434792c0dd65f14aecf0"
I20260608 12:42:01.417374  9203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fdcc59892aa8454b8e442a1285334f8b" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "939aaf8c7214416d9f61f3d6de59db42"
I20260608 12:42:01.417655  9054 raft_consensus.cc:3060] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.417896  9203 raft_consensus.cc:3060] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.422350  9054 raft_consensus.cc:2468] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 97d8f48bf76a43dd9ecdfb76d8320509 in term 1.
I20260608 12:42:01.422397  9203 raft_consensus.cc:2468] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 97d8f48bf76a43dd9ecdfb76d8320509 in term 1.
I20260608 12:42:01.423421  9094 leader_election.cc:304] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33420f9e4b83434792c0dd65f14aecf0, 97d8f48bf76a43dd9ecdfb76d8320509; no voters: 
I20260608 12:42:01.424057  9258 raft_consensus.cc:2804] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.424484  9258 raft_consensus.cc:697] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 LEADER]: Becoming Leader. State: Replica: 97d8f48bf76a43dd9ecdfb76d8320509, State: Running, Role: LEADER
I20260608 12:42:01.425179  9258 consensus_queue.cc:237] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.432365  8952 catalog_manager.cc:5696] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 reported cstate change: term changed from 0 to 1, leader changed from <none> to 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:01.479069  9258 raft_consensus.cc:493] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.479579  9258 raft_consensus.cc:515] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } }
I20260608 12:42:01.481447  9258 leader_election.cc:290] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305), 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627)
I20260608 12:42:01.482208  9054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d1545d7b88243b0b0350fa6fb1199c1" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33420f9e4b83434792c0dd65f14aecf0" is_pre_election: true
I20260608 12:42:01.482427  9203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d1545d7b88243b0b0350fa6fb1199c1" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "939aaf8c7214416d9f61f3d6de59db42" is_pre_election: true
I20260608 12:42:01.482759  9054 raft_consensus.cc:2468] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 97d8f48bf76a43dd9ecdfb76d8320509 in term 0.
I20260608 12:42:01.483050  9203 raft_consensus.cc:2468] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 97d8f48bf76a43dd9ecdfb76d8320509 in term 0.
I20260608 12:42:01.483824  9094 leader_election.cc:304] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33420f9e4b83434792c0dd65f14aecf0, 97d8f48bf76a43dd9ecdfb76d8320509; no voters: 
I20260608 12:42:01.484612  9258 raft_consensus.cc:2804] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:01.484954  9258 raft_consensus.cc:493] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:01.485209  9258 raft_consensus.cc:3060] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.489969  9258 raft_consensus.cc:515] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } }
I20260608 12:42:01.491640  9258 leader_election.cc:290] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 election: Requested vote from peers 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305), 939aaf8c7214416d9f61f3d6de59db42 (127.0.107.195:35627)
I20260608 12:42:01.492359  9054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d1545d7b88243b0b0350fa6fb1199c1" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33420f9e4b83434792c0dd65f14aecf0"
I20260608 12:42:01.492591  9203 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d1545d7b88243b0b0350fa6fb1199c1" candidate_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "939aaf8c7214416d9f61f3d6de59db42"
I20260608 12:42:01.492839  9054 raft_consensus.cc:3060] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.493116  9203 raft_consensus.cc:3060] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.497677  9054 raft_consensus.cc:2468] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 97d8f48bf76a43dd9ecdfb76d8320509 in term 1.
I20260608 12:42:01.497777  9203 raft_consensus.cc:2468] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 97d8f48bf76a43dd9ecdfb76d8320509 in term 1.
I20260608 12:42:01.498740  9094 leader_election.cc:304] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33420f9e4b83434792c0dd65f14aecf0, 97d8f48bf76a43dd9ecdfb76d8320509; no voters: 
I20260608 12:42:01.499404  9258 raft_consensus.cc:2804] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:01.499830  9258 raft_consensus.cc:697] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 LEADER]: Becoming Leader. State: Replica: 97d8f48bf76a43dd9ecdfb76d8320509, State: Running, Role: LEADER
I20260608 12:42:01.500527  9258 consensus_queue.cc:237] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } }
I20260608 12:42:01.507948  8952 catalog_manager.cc:5696] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 reported cstate change: term changed from 0 to 1, leader changed from <none> to 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:01.510017  9257 raft_consensus.cc:493] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:01.510480  9257 raft_consensus.cc:515] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 } } peers { permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 } } peers { permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 } }
I20260608 12:42:01.512283  9257 leader_election.cc:290] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305), 97d8f48bf76a43dd9ecdfb76d8320509 (127.0.107.194:35651)
I20260608 12:42:01.512949  9054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e44ee0059914220a9b3ced6ad12b6ce" candidate_uuid: "939aaf8c7214416d9f61f3d6de59db42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33420f9e4b83434792c0dd65f14aecf0" is_pre_election: true
I20260608 12:42:01.513336  9129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e44ee0059914220a9b3ced6ad12b6ce" candidate_uuid: "939aaf8c7214416d9f61f3d6de59db42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" is_pre_election: true
I20260608 12:42:01.513674  9054 raft_consensus.cc:2393] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 939aaf8c7214416d9f61f3d6de59db42 in current term 1: Already voted for candidate 97d8f48bf76a43dd9ecdfb76d8320509 in this term.
I20260608 12:42:01.514928  9168 leader_election.cc:304] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [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: 939aaf8c7214416d9f61f3d6de59db42; no voters: 33420f9e4b83434792c0dd65f14aecf0, 97d8f48bf76a43dd9ecdfb76d8320509
I20260608 12:42:01.515676  9257 raft_consensus.cc:3060] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:01.520483  9257 raft_consensus.cc:2749] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:01.580813  9249 consensus_queue.cc:1048] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.628268  9249 consensus_queue.cc:1048] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.629796  9257 consensus_queue.cc:1048] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.666715  9302 consensus_queue.cc:1048] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.771132  9258 consensus_queue.cc:1048] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.796069  9203 raft_consensus.cc:1275] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Refusing update from remote peer 33420f9e4b83434792c0dd65f14aecf0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:01.798079  9274 consensus_queue.cc:1048] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.801654  9129 raft_consensus.cc:1275] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Refusing update from remote peer 33420f9e4b83434792c0dd65f14aecf0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:01.802719  9258 consensus_queue.cc:1048] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [LEADER]: Connected to new peer: Peer: permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.812256  9274 consensus_queue.cc:1048] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "97d8f48bf76a43dd9ecdfb76d8320509" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35651 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.863691  9200 raft_consensus.cc:1275] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Refusing update from remote peer 97d8f48bf76a43dd9ecdfb76d8320509: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:01.864449  9053 raft_consensus.cc:1275] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Refusing update from remote peer 97d8f48bf76a43dd9ecdfb76d8320509: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:01.865600  9258 consensus_queue.cc:1048] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [LEADER]: Connected to new peer: Peer: permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.867375  9258 consensus_queue.cc:1048] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.884955  9199 raft_consensus.cc:1275] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Refusing update from remote peer 97d8f48bf76a43dd9ecdfb76d8320509: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:01.887065  9258 consensus_queue.cc:1048] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [LEADER]: Connected to new peer: Peer: permanent_uuid: "939aaf8c7214416d9f61f3d6de59db42" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:01.895766  9052 raft_consensus.cc:1275] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Refusing update from remote peer 97d8f48bf76a43dd9ecdfb76d8320509: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:01.898885  9258 consensus_queue.cc:1048] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33420f9e4b83434792c0dd65f14aecf0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:03.147424   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260608 12:42:03.152748  9094 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260608 12:42:03.161710  9094 consensus_peers.cc:597] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 -> Peer 33420f9e4b83434792c0dd65f14aecf0 (127.0.107.193:41305): Couldn't send request to peer 33420f9e4b83434792c0dd65f14aecf0. 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:42:03.179159   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:03.179911   431 tablet_replica.cc:333] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0: stopping tablet replica
I20260608 12:42:03.180505   431 raft_consensus.cc:2243] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.180994   431 raft_consensus.cc:2272] T fdcc59892aa8454b8e442a1285334f8b P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.183579   431 tablet_replica.cc:333] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0: stopping tablet replica
I20260608 12:42:03.184146   431 raft_consensus.cc:2243] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.184638   431 raft_consensus.cc:2272] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.186998   431 tablet_replica.cc:333] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0: stopping tablet replica
I20260608 12:42:03.187621   431 raft_consensus.cc:2243] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.188099   431 raft_consensus.cc:2272] T 4e44ee0059914220a9b3ced6ad12b6ce P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.190356   431 tablet_replica.cc:333] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0: stopping tablet replica
I20260608 12:42:03.190886   431 raft_consensus.cc:2243] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.191669   431 raft_consensus.cc:2272] T ab7432bb5f77409981a2866141461360 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.193953   431 tablet_replica.cc:333] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0: stopping tablet replica
I20260608 12:42:03.194559   431 raft_consensus.cc:2243] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.195346   431 raft_consensus.cc:2272] T 2135c9130190454c8d324762662932c5 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.197614   431 tablet_replica.cc:333] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0: stopping tablet replica
I20260608 12:42:03.198071   431 raft_consensus.cc:2243] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.198374   431 pending_rounds.cc:70] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0: Trying to abort 1 pending ops.
I20260608 12:42:03.198514   431 pending_rounds.cc:77] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0: Aborting op as it isn't in flight: id { term: 1 index: 15 } timestamp: 7294658654516023296 op_type: WRITE_OP write_request { tablet_id: "8d1545d7b88243b0b0350fa6fb1199c1" schema { columns { name: "key" type: INT32 is_key: true is_nullable: false immutable: false } columns { name: "int_val" type: INT32 is_key: false is_nullable: false immutable: false } columns { name: "string_val" type: STRING is_key: false is_nullable: true immutable: false } } row_operations { rows: "\001\007\000\206\0103\n;\325T\253\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000w\266\310\007\374\331\312\305\020\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\306`\264\013t\031\312) \000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\037h\366\017\202\217\222V0\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\240.\014\025\203\344\214\217@\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000""\001\007\000\206\0103\n;\325T\253\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000w\266\310\007\374\331\312\305\020\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\306`\264\013t\031\312) \000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\037h\366\017\202\217\222V0\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\001\007\000\240.\014\025\203\344\214\217@\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000" indirect_data: "3c189d7d681730bb15983c61fb48605b56beb94186e90dca2b45e21bf1ff2344a37b384d5d5ab2db""3c189d7d681730bb15983c61fb48605b56beb94186e90dca2b45e21bf1ff2344a37b384d5d5ab2db" } external_consistency_mode: CLIENT_PROPAGATED propagated_timestamp: 7294658654191554560 authz_token { token_data: "\010\305\363\232\321\006\"3\n\005slave\022*\n c176a23e2bca42ad96ba2c588e57d063\020\001\030\001 \001(\001" signature: "W)\215E8 \307+\233\332\370i\327$+\025\236\264)\316\212\023\361\306\232\231\324w\211\004=\374\241g4a\253\356k\255\241\020\177\202\244\353\360;c\030K\035z\207`\370\250e)\342\262\'\014\n""W)\215E8 \307+\233\332\370i\327$+\025\236\264)\316\212\023\361\306\232\231\324w\211\004=\374\241g4a\253\356k\255\241\020\177\202\244\353\360;c\030K\035z\207`\370\250e)\342\262\'\014\n" signing_key_seq_num: 0 } } request_id { client_id: "54fb46df894a4678a589a8a3765f0a2d" seq_no: 78 first_incomplete_seq_no: 78 attempt_no: 0 }
I20260608 12:42:03.199967   431 raft_consensus.cc:2272] T 8d1545d7b88243b0b0350fa6fb1199c1 P 33420f9e4b83434792c0dd65f14aecf0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.226835   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:03.241704   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:03.260878   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:03.261708   431 tablet_replica.cc:333] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509: stopping tablet replica
I20260608 12:42:03.262308   431 raft_consensus.cc:2243] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.262787   431 raft_consensus.cc:2272] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.265476   431 tablet_replica.cc:333] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509: stopping tablet replica
I20260608 12:42:03.266016   431 raft_consensus.cc:2243] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.266827   431 raft_consensus.cc:2272] T 8d1545d7b88243b0b0350fa6fb1199c1 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.269543   431 tablet_replica.cc:333] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509: stopping tablet replica
I20260608 12:42:03.270064   431 raft_consensus.cc:2243] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.270494   431 raft_consensus.cc:2272] T ab7432bb5f77409981a2866141461360 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.273443   431 tablet_replica.cc:333] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509: stopping tablet replica
I20260608 12:42:03.274077   431 raft_consensus.cc:2243] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.274843   431 raft_consensus.cc:2272] T fdcc59892aa8454b8e442a1285334f8b P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.277163   431 tablet_replica.cc:333] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509: stopping tablet replica
I20260608 12:42:03.277680   431 raft_consensus.cc:2243] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.278404   431 raft_consensus.cc:2272] T 4e44ee0059914220a9b3ced6ad12b6ce P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.280608   431 tablet_replica.cc:333] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509: stopping tablet replica
I20260608 12:42:03.281075   431 raft_consensus.cc:2243] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.281486   431 raft_consensus.cc:2272] T 2135c9130190454c8d324762662932c5 P 97d8f48bf76a43dd9ecdfb76d8320509 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.307735   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:03.322633   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:03.342310   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:03.342955   431 tablet_replica.cc:333] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42: stopping tablet replica
I20260608 12:42:03.343591   431 raft_consensus.cc:2243] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.344198   431 raft_consensus.cc:2272] T 4e44ee0059914220a9b3ced6ad12b6ce P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.347046   431 tablet_replica.cc:333] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42: stopping tablet replica
I20260608 12:42:03.347611   431 raft_consensus.cc:2243] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.348043   431 raft_consensus.cc:2272] T 8d1545d7b88243b0b0350fa6fb1199c1 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.350484   431 tablet_replica.cc:333] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42: stopping tablet replica
I20260608 12:42:03.351022   431 raft_consensus.cc:2243] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.351822   431 raft_consensus.cc:2272] T 4b4476d6b03549f5b42f6e0e2c32ac77 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.354023   431 tablet_replica.cc:333] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42: stopping tablet replica
I20260608 12:42:03.354538   431 raft_consensus.cc:2243] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.354954   431 raft_consensus.cc:2272] T fdcc59892aa8454b8e442a1285334f8b P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.357457   431 tablet_replica.cc:333] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42: stopping tablet replica
I20260608 12:42:03.357950   431 raft_consensus.cc:2243] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.358430   431 raft_consensus.cc:2272] T 2135c9130190454c8d324762662932c5 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.360818   431 tablet_replica.cc:333] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42: stopping tablet replica
I20260608 12:42:03.361289   431 raft_consensus.cc:2243] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:03.361689   431 raft_consensus.cc:2272] T ab7432bb5f77409981a2866141461360 P 939aaf8c7214416d9f61f3d6de59db42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.387003   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:03.402101   431 master.cc:562] Master@127.0.107.254:46309 shutting down...
I20260608 12:42:03.418744   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.419266   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.419632   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8623ed7d7b544534ae40556278c678bb: stopping tablet replica
I20260608 12:42:03.437724   431 master.cc:584] Master@127.0.107.254:46309 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4297 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260608 12:42:03.466014   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41277
I20260608 12:42:03.467149   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:03.472045  9353 instance_detector.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.472218  9354 instance_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.474610  9356 instance_detector.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.474637   431 server_base.cc:1061] running on GCE node
I20260608 12:42:03.475731   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:03.475932   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.476092   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922523476076 us; error 0 us; skew 500 ppm
I20260608 12:42:03.476689   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:03.479275   431 webserver.cc:533] Webserver started at http://127.0.107.254:45381/ using document root <none> and password file <none>
I20260608 12:42:03.479848   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:03.480005   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:03.480216   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:03.481232   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "02aef91e4288400bb5ac560d6a57486b"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-jl41"
I20260608 12:42:03.485540   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:42:03.488799  9361 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.489516   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:42:03.489774   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "02aef91e4288400bb5ac560d6a57486b"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-jl41"
I20260608 12:42:03.490020   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-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.531028   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:03.532070   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:03.566558   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41277
I20260608 12:42:03.566679  9412 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41277 every 8 connection(s)
I20260608 12:42:03.570648  9413 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.581234  9413 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b: Bootstrap starting.
I20260608 12:42:03.585628  9413 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:03.589489  9413 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b: No bootstrap required, opened a new log
I20260608 12:42:03.591612  9413 raft_consensus.cc:359] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02aef91e4288400bb5ac560d6a57486b" member_type: VOTER }
I20260608 12:42:03.592037  9413 raft_consensus.cc:385] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:03.592252  9413 raft_consensus.cc:740] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02aef91e4288400bb5ac560d6a57486b, State: Initialized, Role: FOLLOWER
I20260608 12:42:03.592859  9413 consensus_queue.cc:260] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "02aef91e4288400bb5ac560d6a57486b" member_type: VOTER }
I20260608 12:42:03.593305  9413 raft_consensus.cc:399] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:03.593533  9413 raft_consensus.cc:493] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:03.593786  9413 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:03.598632  9413 raft_consensus.cc:515] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02aef91e4288400bb5ac560d6a57486b" member_type: VOTER }
I20260608 12:42:03.599128  9413 leader_election.cc:304] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [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: 02aef91e4288400bb5ac560d6a57486b; no voters: 
I20260608 12:42:03.600260  9413 leader_election.cc:290] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:03.600639  9416 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:03.601938  9416 raft_consensus.cc:697] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [term 1 LEADER]: Becoming Leader. State: Replica: 02aef91e4288400bb5ac560d6a57486b, State: Running, Role: LEADER
I20260608 12:42:03.602633  9416 consensus_queue.cc:237] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [LEADER]: Queue going to LEADER mode. State: All 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: "02aef91e4288400bb5ac560d6a57486b" member_type: VOTER }
I20260608 12:42:03.603071  9413 sys_catalog.cc:565] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:03.607196  9418 sys_catalog.cc:455] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 02aef91e4288400bb5ac560d6a57486b. Latest consensus state: current_term: 1 leader_uuid: "02aef91e4288400bb5ac560d6a57486b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02aef91e4288400bb5ac560d6a57486b" member_type: VOTER } }
I20260608 12:42:03.607455  9417 sys_catalog.cc:455] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "02aef91e4288400bb5ac560d6a57486b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02aef91e4288400bb5ac560d6a57486b" member_type: VOTER } }
I20260608 12:42:03.607833  9418 sys_catalog.cc:458] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:03.608130  9417 sys_catalog.cc:458] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:03.610158  9424 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:03.615049  9424 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:03.619659   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:03.623972  9424 catalog_manager.cc:1382] Generated new cluster ID: f884f4a0158a472290d8ebf3564e2c6e
I20260608 12:42:03.624197  9424 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:03.641323  9424 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:03.642590  9424 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:03.661718  9424 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b: Generated new TSK 0
I20260608 12:42:03.662303  9424 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:03.687492   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:03.693349  9434 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.694162  9435 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.695660  9437 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:03.696094   431 server_base.cc:1061] running on GCE node
I20260608 12:42:03.696923   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:03.697109   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.697234   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922523697222 us; error 0 us; skew 500 ppm
I20260608 12:42:03.697751   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:03.700013   431 webserver.cc:533] Webserver started at http://127.0.107.193:45607/ using document root <none> and password file <none>
I20260608 12:42:03.700484   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:03.700641   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:03.700855   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:03.701885   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "51574b21b7d042168f4111988b5e4f16"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-jl41"
I20260608 12:42:03.706532   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
I20260608 12:42:03.709864  9442 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.710623   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:03.710907   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "51574b21b7d042168f4111988b5e4f16"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-jl41"
I20260608 12:42:03.711156   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-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.745353   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:03.746506   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:03.748212   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:03.750535   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:03.750731   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.750968   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:03.751133   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.788436   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44425
I20260608 12:42:03.788578  9504 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44425 every 8 connection(s)
I20260608 12:42:03.793309   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:03.799953  9509 instance_detector.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.800966  9510 instance_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.804330   431 server_base.cc:1061] running on GCE node
W20260608 12:42:03.804513  9512 instance_detector.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.805902   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:03.806111   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.806290   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922523806272 us; error 0 us; skew 500 ppm
I20260608 12:42:03.806861   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:03.809864   431 webserver.cc:533] Webserver started at http://127.0.107.194:44653/ using document root <none> and password file <none>
I20260608 12:42:03.810468   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:03.810642   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:03.810971   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:03.811026  9505 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41277
I20260608 12:42:03.811470  9505 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:03.812166  9505 heartbeater.cc:507] Master 127.0.107.254:41277 requested a full tablet report, sending...
I20260608 12:42:03.812199   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "aeddff4dbec94b3f84223c7cefe5273d"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-jl41"
I20260608 12:42:03.814395  9378 ts_manager.cc:194] Registered new tserver with Master: 51574b21b7d042168f4111988b5e4f16 (127.0.107.193:44425)
I20260608 12:42:03.816208  9378 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51258
I20260608 12:42:03.817577   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:42:03.821075  9517 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.821820   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:42:03.822113   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "aeddff4dbec94b3f84223c7cefe5273d"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-jl41"
I20260608 12:42:03.822381   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-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.843118   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:03.844228   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:03.845595   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:03.847857   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:03.848050   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.848268   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:03.848420   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.886360   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35637
I20260608 12:42:03.886459  9579 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35637 every 8 connection(s)
I20260608 12:42:03.891475   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:03.897950  9583 instance_detector.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.899003  9584 instance_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.902253  9586 instance_detector.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.902801  9580 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41277
I20260608 12:42:03.903188  9580 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:03.903941  9580 heartbeater.cc:507] Master 127.0.107.254:41277 requested a full tablet report, sending...
I20260608 12:42:03.905830  9378 ts_manager.cc:194] Registered new tserver with Master: aeddff4dbec94b3f84223c7cefe5273d (127.0.107.194:35637)
I20260608 12:42:03.907248  9378 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51260
I20260608 12:42:03.907984   431 server_base.cc:1061] running on GCE node
I20260608 12:42:03.908960   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:03.909158   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.909330   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922523909309 us; error 0 us; skew 500 ppm
I20260608 12:42:03.909916   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:03.912240   431 webserver.cc:533] Webserver started at http://127.0.107.195:46313/ using document root <none> and password file <none>
I20260608 12:42:03.912770   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:03.912956   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:03.913233   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:03.914314   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "06ab69b588fd45fc8496f2f38a03dca3"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-jl41"
I20260608 12:42:03.918627   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:42:03.921940  9591 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.922751   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:03.923040   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "06ab69b588fd45fc8496f2f38a03dca3"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-jl41"
I20260608 12:42:03.923305   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922314084774-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.937139   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:03.938222   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:03.939602   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:03.941819   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:03.942021   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.942240   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:03.942392   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.978659   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46065
I20260608 12:42:03.978782  9653 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46065 every 8 connection(s)
I20260608 12:42:03.992345  9654 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41277
I20260608 12:42:03.992758  9654 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:03.993451  9654 heartbeater.cc:507] Master 127.0.107.254:41277 requested a full tablet report, sending...
I20260608 12:42:03.995384  9378 ts_manager.cc:194] Registered new tserver with Master: 06ab69b588fd45fc8496f2f38a03dca3 (127.0.107.195:46065)
I20260608 12:42:03.996099   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014211766s
I20260608 12:42:03.996752  9378 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51268
I20260608 12:42:04.818871  9505 heartbeater.cc:499] Master 127.0.107.254:41277 was elected leader, sending a full tablet report...
I20260608 12:42:04.909971  9580 heartbeater.cc:499] Master 127.0.107.254:41277 was elected leader, sending a full tablet report...
I20260608 12:42:04.999536  9654 heartbeater.cc:499] Master 127.0.107.254:41277 was elected leader, sending a full tablet report...
I20260608 12:42:05.050289  9378 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51280:
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:05.052153  9378 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:05.103749  9545 tablet_service.cc:1511] Processing CreateTablet for tablet db47b1cf38844e859260931c55c60018 (DEFAULT_TABLE table=test-workload [id=6554b522ef254e05a4d6bae342484f9c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:05.105149  9545 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db47b1cf38844e859260931c55c60018. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:05.105062  9470 tablet_service.cc:1511] Processing CreateTablet for tablet db47b1cf38844e859260931c55c60018 (DEFAULT_TABLE table=test-workload [id=6554b522ef254e05a4d6bae342484f9c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:05.106319  9470 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db47b1cf38844e859260931c55c60018. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:05.107882  9619 tablet_service.cc:1511] Processing CreateTablet for tablet db47b1cf38844e859260931c55c60018 (DEFAULT_TABLE table=test-workload [id=6554b522ef254e05a4d6bae342484f9c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:05.109169  9619 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db47b1cf38844e859260931c55c60018. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:05.122368  9674 tablet_bootstrap.cc:492] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16: Bootstrap starting.
I20260608 12:42:05.125957  9675 tablet_bootstrap.cc:492] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d: Bootstrap starting.
I20260608 12:42:05.126899  9676 tablet_bootstrap.cc:492] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3: Bootstrap starting.
I20260608 12:42:05.128134  9674 tablet_bootstrap.cc:654] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.132889  9675 tablet_bootstrap.cc:654] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.133595  9676 tablet_bootstrap.cc:654] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.134281  9674 tablet_bootstrap.cc:492] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16: No bootstrap required, opened a new log
I20260608 12:42:05.134688  9674 ts_tablet_manager.cc:1403] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.000s
I20260608 12:42:05.137336  9674 raft_consensus.cc:359] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aeddff4dbec94b3f84223c7cefe5273d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35637 } } peers { permanent_uuid: "51574b21b7d042168f4111988b5e4f16" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44425 } } peers { permanent_uuid: "06ab69b588fd45fc8496f2f38a03dca3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46065 } }
I20260608 12:42:05.137809  9675 tablet_bootstrap.cc:492] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d: No bootstrap required, opened a new log
I20260608 12:42:05.137867  9674 raft_consensus.cc:385] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.138410  9674 raft_consensus.cc:740] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 51574b21b7d042168f4111988b5e4f16, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.138535  9675 ts_tablet_manager.cc:1403] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.004s
I20260608 12:42:05.139232  9674 consensus_queue.cc:260] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aeddff4dbec94b3f84223c7cefe5273d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35637 } } peers { permanent_uuid: "51574b21b7d042168f4111988b5e4f16" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44425 } } peers { permanent_uuid: "06ab69b588fd45fc8496f2f38a03dca3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46065 } }
I20260608 12:42:05.140153  9676 tablet_bootstrap.cc:492] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3: No bootstrap required, opened a new log
I20260608 12:42:05.140729  9676 ts_tablet_manager.cc:1403] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260608 12:42:05.141332  9675 raft_consensus.cc:359] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aeddff4dbec94b3f84223c7cefe5273d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35637 } } peers { permanent_uuid: "51574b21b7d042168f4111988b5e4f16" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44425 } } peers { permanent_uuid: "06ab69b588fd45fc8496f2f38a03dca3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46065 } }
I20260608 12:42:05.142304  9675 raft_consensus.cc:385] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.142637  9675 raft_consensus.cc:740] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aeddff4dbec94b3f84223c7cefe5273d, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.143613  9675 consensus_queue.cc:260] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aeddff4dbec94b3f84223c7cefe5273d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35637 } } peers { permanent_uuid: "51574b21b7d042168f4111988b5e4f16" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44425 } } peers { permanent_uuid: "06ab69b588fd45fc8496f2f38a03dca3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46065 } }
I20260608 12:42:05.143857  9676 raft_consensus.cc:359] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aeddff4dbec94b3f84223c7cefe5273d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35637 } } peers { permanent_uuid: "51574b21b7d042168f4111988b5e4f16" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44425 } } peers { permanent_uuid: "06ab69b588fd45fc8496f2f38a03dca3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46065 } }
I20260608 12:42:05.144671  9676 raft_consensus.cc:385] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.145133  9676 raft_consensus.cc:740] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06ab69b588fd45fc8496f2f38a03dca3, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.145714  9674 ts_tablet_manager.cc:1434] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16: Time spent starting tablet: real 0.011s	user 0.012s	sys 0.000s
I20260608 12:42:05.145960  9676 consensus_queue.cc:260] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aeddff4dbec94b3f84223c7cefe5273d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35637 } } peers { permanent_uuid: "51574b21b7d042168f4111988b5e4f16" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44425 } } peers { permanent_uuid: "06ab69b588fd45fc8496f2f38a03dca3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46065 } }
I20260608 12:42:05.148054  9675 ts_tablet_manager.cc:1434] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:42:05.150300  9676 ts_tablet_manager.cc:1434] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:42:05.181564  9680 raft_consensus.cc:493] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.182086  9680 raft_consensus.cc:515] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aeddff4dbec94b3f84223c7cefe5273d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35637 } } peers { permanent_uuid: "51574b21b7d042168f4111988b5e4f16" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44425 } } peers { permanent_uuid: "06ab69b588fd45fc8496f2f38a03dca3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46065 } }
I20260608 12:42:05.184201  9680 leader_election.cc:290] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers aeddff4dbec94b3f84223c7cefe5273d (127.0.107.194:35637), 06ab69b588fd45fc8496f2f38a03dca3 (127.0.107.195:46065)
I20260608 12:42:05.193816  9555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db47b1cf38844e859260931c55c60018" candidate_uuid: "51574b21b7d042168f4111988b5e4f16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aeddff4dbec94b3f84223c7cefe5273d" is_pre_election: true
I20260608 12:42:05.194588  9555 raft_consensus.cc:2468] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 51574b21b7d042168f4111988b5e4f16 in term 0.
I20260608 12:42:05.195178  9629 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db47b1cf38844e859260931c55c60018" candidate_uuid: "51574b21b7d042168f4111988b5e4f16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06ab69b588fd45fc8496f2f38a03dca3" is_pre_election: true
I20260608 12:42:05.195657  9445 leader_election.cc:304] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 51574b21b7d042168f4111988b5e4f16, aeddff4dbec94b3f84223c7cefe5273d; no voters: 
I20260608 12:42:05.195868  9629 raft_consensus.cc:2468] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 51574b21b7d042168f4111988b5e4f16 in term 0.
I20260608 12:42:05.196382  9680 raft_consensus.cc:2804] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.196687  9680 raft_consensus.cc:493] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.197022  9680 raft_consensus.cc:3060] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.201905  9680 raft_consensus.cc:515] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aeddff4dbec94b3f84223c7cefe5273d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35637 } } peers { permanent_uuid: "51574b21b7d042168f4111988b5e4f16" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44425 } } peers { permanent_uuid: "06ab69b588fd45fc8496f2f38a03dca3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46065 } }
I20260608 12:42:05.203621  9680 leader_election.cc:290] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [CANDIDATE]: Term 1 election: Requested vote from peers aeddff4dbec94b3f84223c7cefe5273d (127.0.107.194:35637), 06ab69b588fd45fc8496f2f38a03dca3 (127.0.107.195:46065)
I20260608 12:42:05.204172  9555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db47b1cf38844e859260931c55c60018" candidate_uuid: "51574b21b7d042168f4111988b5e4f16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aeddff4dbec94b3f84223c7cefe5273d"
I20260608 12:42:05.204632  9629 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db47b1cf38844e859260931c55c60018" candidate_uuid: "51574b21b7d042168f4111988b5e4f16" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06ab69b588fd45fc8496f2f38a03dca3"
I20260608 12:42:05.204761  9555 raft_consensus.cc:3060] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.205127  9629 raft_consensus.cc:3060] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.209476  9555 raft_consensus.cc:2468] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 51574b21b7d042168f4111988b5e4f16 in term 1.
I20260608 12:42:05.209740  9629 raft_consensus.cc:2468] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 51574b21b7d042168f4111988b5e4f16 in term 1.
I20260608 12:42:05.210521  9445 leader_election.cc:304] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 51574b21b7d042168f4111988b5e4f16, aeddff4dbec94b3f84223c7cefe5273d; no voters: 
I20260608 12:42:05.211153  9680 raft_consensus.cc:2804] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:05.212194  9680 raft_consensus.cc:697] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 1 LEADER]: Becoming Leader. State: Replica: 51574b21b7d042168f4111988b5e4f16, State: Running, Role: LEADER
I20260608 12:42:05.213356  9680 consensus_queue.cc:237] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aeddff4dbec94b3f84223c7cefe5273d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35637 } } peers { permanent_uuid: "51574b21b7d042168f4111988b5e4f16" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44425 } } peers { permanent_uuid: "06ab69b588fd45fc8496f2f38a03dca3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46065 } }
I20260608 12:42:05.221769  9375 catalog_manager.cc:5696] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 reported cstate change: term changed from 0 to 1, leader changed from <none> to 51574b21b7d042168f4111988b5e4f16 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "51574b21b7d042168f4111988b5e4f16" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aeddff4dbec94b3f84223c7cefe5273d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35637 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "51574b21b7d042168f4111988b5e4f16" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44425 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06ab69b588fd45fc8496f2f38a03dca3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46065 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:05.474973  9555 raft_consensus.cc:1275] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d [term 1 FOLLOWER]: Refusing update from remote peer 51574b21b7d042168f4111988b5e4f16: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:05.474975  9629 raft_consensus.cc:1275] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3 [term 1 FOLLOWER]: Refusing update from remote peer 51574b21b7d042168f4111988b5e4f16: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:05.477701  9685 consensus_queue.cc:1048] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aeddff4dbec94b3f84223c7cefe5273d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35637 }, 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.478793  9680 consensus_queue.cc:1048] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06ab69b588fd45fc8496f2f38a03dca3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:05.503955  9693 mvcc.cc:204] Tried to move back new op lower bound from 7294658664319201280 to 7294658663280971776. Current Snapshot: MvccSnapshot[applied={T|T < 7294658664319201280}]
I20260608 12:42:05.905275   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:05.937897   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:05.938690   431 tablet_replica.cc:333] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16: stopping tablet replica
I20260608 12:42:05.939301   431 raft_consensus.cc:2243] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:05.940243   431 raft_consensus.cc:2272] T db47b1cf38844e859260931c55c60018 P 51574b21b7d042168f4111988b5e4f16 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:05.962832   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:05.975927   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:05.997732   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:05.998454   431 tablet_replica.cc:333] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d: stopping tablet replica
I20260608 12:42:05.998986   431 raft_consensus.cc:2243] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:05.999611   431 raft_consensus.cc:2272] T db47b1cf38844e859260931c55c60018 P aeddff4dbec94b3f84223c7cefe5273d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:06.020922   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:06.034123   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:06.057710   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:06.058559   431 tablet_replica.cc:333] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3: stopping tablet replica
I20260608 12:42:06.059173   431 raft_consensus.cc:2243] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:06.059844   431 raft_consensus.cc:2272] T db47b1cf38844e859260931c55c60018 P 06ab69b588fd45fc8496f2f38a03dca3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:06.080912   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:06.092948   431 master.cc:562] Master@127.0.107.254:41277 shutting down...
I20260608 12:42:06.113180   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:06.113839   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:06.114190   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 02aef91e4288400bb5ac560d6a57486b: stopping tablet replica
I20260608 12:42:06.134093   431 master.cc:584] Master@127.0.107.254:41277 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2701 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260608 12:42:06.170357   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:32985
I20260608 12:42:06.171677   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:06.177007  9709 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:06.177764  9710 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:06.178426  9712 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:06.179207   431 server_base.cc:1061] running on GCE node
I20260608 12:42:06.180225   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:06.180490   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:06.180697   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922526180678 us; error 0 us; skew 500 ppm
I20260608 12:42:06.181442   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:06.183741   431 webserver.cc:533] Webserver started at http://127.0.107.254:39905/ using document root <none> and password file <none>
I20260608 12:42:06.184230   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:06.184401   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:06.184666   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:06.185748   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "d080ff0c401d481a811250ab75e064d4"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-jl41"
I20260608 12:42:06.190295   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260608 12:42:06.193888  9717 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.194658   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:06.194944   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "d080ff0c401d481a811250ab75e064d4"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-jl41"
I20260608 12:42:06.195355   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-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:06.214747   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:06.215991   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:06.253508   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:32985
I20260608 12:42:06.253646  9768 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:32985 every 8 connection(s)
I20260608 12:42:06.257750  9769 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:06.269166  9769 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4: Bootstrap starting.
I20260608 12:42:06.274534  9769 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:06.279031  9769 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4: No bootstrap required, opened a new log
I20260608 12:42:06.281486  9769 raft_consensus.cc:359] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d080ff0c401d481a811250ab75e064d4" member_type: VOTER }
I20260608 12:42:06.281894  9769 raft_consensus.cc:385] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:06.282124  9769 raft_consensus.cc:740] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d080ff0c401d481a811250ab75e064d4, State: Initialized, Role: FOLLOWER
I20260608 12:42:06.282761  9769 consensus_queue.cc:260] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d080ff0c401d481a811250ab75e064d4" member_type: VOTER }
I20260608 12:42:06.283221  9769 raft_consensus.cc:399] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:06.283494  9769 raft_consensus.cc:493] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:06.283783  9769 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.288475  9769 raft_consensus.cc:515] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d080ff0c401d481a811250ab75e064d4" member_type: VOTER }
I20260608 12:42:06.289016  9769 leader_election.cc:304] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [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: d080ff0c401d481a811250ab75e064d4; no voters: 
I20260608 12:42:06.290153  9769 leader_election.cc:290] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:06.290598  9772 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:06.291913  9772 raft_consensus.cc:697] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [term 1 LEADER]: Becoming Leader. State: Replica: d080ff0c401d481a811250ab75e064d4, State: Running, Role: LEADER
I20260608 12:42:06.292614  9772 consensus_queue.cc:237] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [LEADER]: Queue going to LEADER mode. State: All 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: "d080ff0c401d481a811250ab75e064d4" member_type: VOTER }
I20260608 12:42:06.293205  9769 sys_catalog.cc:565] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:06.296993  9773 sys_catalog.cc:455] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "d080ff0c401d481a811250ab75e064d4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d080ff0c401d481a811250ab75e064d4" member_type: VOTER } }
I20260608 12:42:06.297821  9774 sys_catalog.cc:455] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d080ff0c401d481a811250ab75e064d4. Latest consensus state: current_term: 1 leader_uuid: "d080ff0c401d481a811250ab75e064d4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d080ff0c401d481a811250ab75e064d4" member_type: VOTER } }
I20260608 12:42:06.298221  9773 sys_catalog.cc:458] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:06.298523  9774 sys_catalog.cc:458] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:06.306391  9780 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:06.314052  9780 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:06.315027   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:06.322994  9780 catalog_manager.cc:1382] Generated new cluster ID: 10785a816f07408e8e1f4b071beec7f0
I20260608 12:42:06.323285  9780 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:06.340252  9780 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:06.341681  9780 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:06.355639  9780 catalog_manager.cc:6069] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4: Generated new TSK 0
I20260608 12:42:06.356266  9780 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:06.382018   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:06.388230  9790 instance_detector.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:06.389549  9791 instance_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:06.393334  9793 instance_detector.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:06.393472   431 server_base.cc:1061] running on GCE node
I20260608 12:42:06.395123   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:06.395345   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:06.395514   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922526395495 us; error 0 us; skew 500 ppm
I20260608 12:42:06.396097   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:06.398660   431 webserver.cc:533] Webserver started at http://127.0.107.193:36761/ using document root <none> and password file <none>
I20260608 12:42:06.399173   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:06.399376   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:06.399624   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:06.400714   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "ba19c7ba122540b9a4699bf6b27eff95"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-jl41"
I20260608 12:42:06.405447   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:42:06.408736  9798 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:06.409451   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:42:06.409723   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "ba19c7ba122540b9a4699bf6b27eff95"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-jl41"
I20260608 12:42:06.410014   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-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:06.427501   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:06.428702   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:06.430173   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:06.432525   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:06.432726   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.432943   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:06.433092   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.472162   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34763
I20260608 12:42:06.472285  9860 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34763 every 8 connection(s)
I20260608 12:42:06.477408   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:06.483983  9865 instance_detector.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:06.485080  9866 instance_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:06.487727   431 server_base.cc:1061] running on GCE node
W20260608 12:42:06.488499  9868 instance_detector.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:06.490072  9861 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32985
I20260608 12:42:06.490332   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:42:06.490513  9861 heartbeater.cc:461] Registering TS with master...
W20260608 12:42:06.490620   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:06.490934   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922526490906 us; error 0 us; skew 500 ppm
I20260608 12:42:06.491551  9861 heartbeater.cc:507] Master 127.0.107.254:32985 requested a full tablet report, sending...
I20260608 12:42:06.491824   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:06.494005  9734 ts_manager.cc:194] Registered new tserver with Master: ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763)
I20260608 12:42:06.494606   431 webserver.cc:533] Webserver started at http://127.0.107.194:42539/ using document root <none> and password file <none>
I20260608 12:42:06.495157   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:06.495362   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:06.495620   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:06.496085  9734 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38424
I20260608 12:42:06.496793   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "da8b661c66a54b5c99d6aa72bbb76940"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-jl41"
I20260608 12:42:06.501827   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:42:06.505316  9873 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:06.506017   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:42:06.506284   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "da8b661c66a54b5c99d6aa72bbb76940"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-jl41"
I20260608 12:42:06.506531   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-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:06.517025   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:06.518157   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:06.519606   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:06.521912   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:06.522100   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.522346   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:06.522492   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.560570   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34155
I20260608 12:42:06.560714  9935 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34155 every 8 connection(s)
I20260608 12:42:06.565513   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:06.572786  9939 instance_detector.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:06.573975  9940 instance_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:06.577533  9936 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32985
I20260608 12:42:06.577973   431 server_base.cc:1061] running on GCE node
I20260608 12:42:06.577984  9936 heartbeater.cc:461] Registering TS with master...
W20260608 12:42:06.578132  9942 instance_detector.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:06.579344  9936 heartbeater.cc:507] Master 127.0.107.254:32985 requested a full tablet report, sending...
I20260608 12:42:06.579402   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:06.579710   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:06.579885   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922526579869 us; error 0 us; skew 500 ppm
I20260608 12:42:06.580720   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:06.581435  9734 ts_manager.cc:194] Registered new tserver with Master: da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155)
I20260608 12:42:06.583094  9734 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38434
I20260608 12:42:06.583228   431 webserver.cc:533] Webserver started at http://127.0.107.195:41417/ using document root <none> and password file <none>
I20260608 12:42:06.583873   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:06.584102   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:06.584400   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:06.585558   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "2d91a3b1d3924628976c52c44ce1fa5b"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-jl41"
I20260608 12:42:06.589982   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:06.593340  9947 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:06.594122   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:06.594414   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "2d91a3b1d3924628976c52c44ce1fa5b"
format_stamp: "Formatted at 2026-06-08 12:42:06 on dist-test-slave-jl41"
I20260608 12:42:06.594677   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-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:06.617340   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:06.618491   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:06.619912   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:06.622125   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:06.622303   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.622546   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:06.622691   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:06.661357   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45475
I20260608 12:42:06.661477 10009 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45475 every 8 connection(s)
I20260608 12:42:06.675581 10010 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32985
I20260608 12:42:06.675990 10010 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:06.676661 10010 heartbeater.cc:507] Master 127.0.107.254:32985 requested a full tablet report, sending...
I20260608 12:42:06.678573  9734 ts_manager.cc:194] Registered new tserver with Master: 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195:45475)
I20260608 12:42:06.679229   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014626481s
I20260608 12:42:06.680050  9734 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38446
I20260608 12:42:07.498940  9861 heartbeater.cc:499] Master 127.0.107.254:32985 was elected leader, sending a full tablet report...
I20260608 12:42:07.585700  9936 heartbeater.cc:499] Master 127.0.107.254:32985 was elected leader, sending a full tablet report...
I20260608 12:42:07.682780 10010 heartbeater.cc:499] Master 127.0.107.254:32985 was elected leader, sending a full tablet report...
I20260608 12:42:07.734882  9734 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38460:
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:42:07.799726  9826 tablet_service.cc:1511] Processing CreateTablet for tablet 3cae4aa4242e476dbb087761212bf865 (DEFAULT_TABLE table=test-workload [id=1d7d8c6a19ef4945aad5fe902933d99f]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:07.800392  9825 tablet_service.cc:1511] Processing CreateTablet for tablet 7e2d89f1b9c248daa2c2da68495cefe7 (DEFAULT_TABLE table=test-workload [id=1d7d8c6a19ef4945aad5fe902933d99f]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:07.801270  9826 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3cae4aa4242e476dbb087761212bf865. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:07.801966  9825 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7e2d89f1b9c248daa2c2da68495cefe7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:07.805692  9975 tablet_service.cc:1511] Processing CreateTablet for tablet d78559dace124a23b0b609d384fc25e5 (DEFAULT_TABLE table=test-workload [id=1d7d8c6a19ef4945aad5fe902933d99f]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:07.807138  9975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d78559dace124a23b0b609d384fc25e5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:07.812552  9974 tablet_service.cc:1511] Processing CreateTablet for tablet a012c1d026bb46159fb50f34b53abbca (DEFAULT_TABLE table=test-workload [id=1d7d8c6a19ef4945aad5fe902933d99f]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:07.814038  9974 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a012c1d026bb46159fb50f34b53abbca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:07.822232 10030 tablet_bootstrap.cc:492] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95: Bootstrap starting.
I20260608 12:42:07.828275  9901 tablet_service.cc:1511] Processing CreateTablet for tablet 0cdc3c09cde9465ab9ae050f4059fe9a (DEFAULT_TABLE table=test-workload [id=1d7d8c6a19ef4945aad5fe902933d99f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:07.829744  9901 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0cdc3c09cde9465ab9ae050f4059fe9a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:07.829852 10030 tablet_bootstrap.cc:654] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:07.833038 10031 tablet_bootstrap.cc:492] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b: Bootstrap starting.
I20260608 12:42:07.832696  9900 tablet_service.cc:1511] Processing CreateTablet for tablet de3fcac752d34886bd40cd73427828b8 (DEFAULT_TABLE table=test-workload [id=1d7d8c6a19ef4945aad5fe902933d99f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:07.834183  9900 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet de3fcac752d34886bd40cd73427828b8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:07.841332 10031 tablet_bootstrap.cc:654] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:07.847280 10030 tablet_bootstrap.cc:492] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95: No bootstrap required, opened a new log
I20260608 12:42:07.847733 10030 ts_tablet_manager.cc:1403] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.010s
I20260608 12:42:07.850034 10030 raft_consensus.cc:359] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } }
I20260608 12:42:07.850481 10030 raft_consensus.cc:385] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:07.850801 10030 raft_consensus.cc:740] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba19c7ba122540b9a4699bf6b27eff95, State: Initialized, Role: FOLLOWER
I20260608 12:42:07.851799 10034 tablet_bootstrap.cc:492] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940: Bootstrap starting.
I20260608 12:42:07.851667 10030 consensus_queue.cc:260] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } }
I20260608 12:42:07.852387 10030 raft_consensus.cc:399] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:07.852722 10030 raft_consensus.cc:493] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:07.853089 10030 raft_consensus.cc:3060] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:07.855026 10031 tablet_bootstrap.cc:492] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b: No bootstrap required, opened a new log
I20260608 12:42:07.855605 10031 ts_tablet_manager.cc:1403] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.002s
I20260608 12:42:07.858850 10031 raft_consensus.cc:359] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:07.859531 10031 raft_consensus.cc:385] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:07.859860 10031 raft_consensus.cc:740] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Initialized, Role: FOLLOWER
I20260608 12:42:07.860256 10034 tablet_bootstrap.cc:654] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:07.860436 10030 raft_consensus.cc:515] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } }
I20260608 12:42:07.860733 10031 consensus_queue.cc:260] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:07.861308 10030 leader_election.cc:304] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [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: ba19c7ba122540b9a4699bf6b27eff95; no voters: 
I20260608 12:42:07.861465 10031 raft_consensus.cc:399] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:07.861959 10031 raft_consensus.cc:493] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:07.862351 10031 raft_consensus.cc:3060] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:07.863101 10030 leader_election.cc:290] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:07.863757 10035 raft_consensus.cc:2804] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:07.870549 10031 raft_consensus.cc:515] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:07.871594 10031 leader_election.cc:304] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [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: 2d91a3b1d3924628976c52c44ce1fa5b; no voters: 
I20260608 12:42:07.871865 10035 raft_consensus.cc:697] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 LEADER]: Becoming Leader. State: Replica: ba19c7ba122540b9a4699bf6b27eff95, State: Running, Role: LEADER
I20260608 12:42:07.872220 10034 tablet_bootstrap.cc:492] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940: No bootstrap required, opened a new log
I20260608 12:42:07.872891 10034 ts_tablet_manager.cc:1403] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.008s
I20260608 12:42:07.872776 10035 consensus_queue.cc:237] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [LEADER]: Queue going to LEADER mode. State: All 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: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } }
I20260608 12:42:07.874656 10030 ts_tablet_manager.cc:1434] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95: Time spent starting tablet: real 0.027s	user 0.016s	sys 0.010s
I20260608 12:42:07.875991 10030 tablet_bootstrap.cc:492] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95: Bootstrap starting.
I20260608 12:42:07.876348 10034 raft_consensus.cc:359] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } }
I20260608 12:42:07.876987 10034 raft_consensus.cc:385] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:07.877311 10034 raft_consensus.cc:740] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da8b661c66a54b5c99d6aa72bbb76940, State: Initialized, Role: FOLLOWER
I20260608 12:42:07.878211 10034 consensus_queue.cc:260] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } }
I20260608 12:42:07.878875 10034 raft_consensus.cc:399] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:07.879230 10034 raft_consensus.cc:493] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:07.879628 10034 raft_consensus.cc:3060] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:07.880511 10031 leader_election.cc:290] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:07.881044 10039 raft_consensus.cc:2804] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:07.883955 10030 tablet_bootstrap.cc:654] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:07.887554 10034 raft_consensus.cc:515] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } }
I20260608 12:42:07.888510 10034 leader_election.cc:304] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [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: da8b661c66a54b5c99d6aa72bbb76940; no voters: 
I20260608 12:42:07.889878 10031 ts_tablet_manager.cc:1434] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent starting tablet: real 0.034s	user 0.020s	sys 0.011s
I20260608 12:42:07.890182 10039 raft_consensus.cc:697] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Becoming Leader. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Running, Role: LEADER
I20260608 12:42:07.891687 10039 consensus_queue.cc:237] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Queue going to LEADER mode. State: All 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: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:07.892056 10031 tablet_bootstrap.cc:492] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b: Bootstrap starting.
I20260608 12:42:07.895519 10030 tablet_bootstrap.cc:492] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95: No bootstrap required, opened a new log
I20260608 12:42:07.896411 10030 ts_tablet_manager.cc:1403] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.008s
I20260608 12:42:07.896739 10044 raft_consensus.cc:2804] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:07.897186 10034 leader_election.cc:290] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:07.900103 10030 raft_consensus.cc:359] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } }
I20260608 12:42:07.900738 10030 raft_consensus.cc:385] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:07.901051 10030 raft_consensus.cc:740] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba19c7ba122540b9a4699bf6b27eff95, State: Initialized, Role: FOLLOWER
I20260608 12:42:07.901232 10031 tablet_bootstrap.cc:654] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:07.901865 10030 consensus_queue.cc:260] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } }
I20260608 12:42:07.902680 10030 raft_consensus.cc:399] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:07.903033 10030 raft_consensus.cc:493] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:07.903448 10030 raft_consensus.cc:3060] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:07.907913  9734 catalog_manager.cc:5696] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 reported cstate change: term changed from 0 to 1, leader changed from <none> to ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ba19c7ba122540b9a4699bf6b27eff95" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:07.910790 10030 raft_consensus.cc:515] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } }
I20260608 12:42:07.911657 10030 leader_election.cc:304] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [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: ba19c7ba122540b9a4699bf6b27eff95; no voters: 
I20260608 12:42:07.915227 10035 raft_consensus.cc:2804] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:07.916011 10035 raft_consensus.cc:697] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 LEADER]: Becoming Leader. State: Replica: ba19c7ba122540b9a4699bf6b27eff95, State: Running, Role: LEADER
I20260608 12:42:07.916749 10035 consensus_queue.cc:237] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [LEADER]: Queue going to LEADER mode. State: All 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: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } }
I20260608 12:42:07.918562 10030 leader_election.cc:290] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:07.920109 10044 raft_consensus.cc:697] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 LEADER]: Becoming Leader. State: Replica: da8b661c66a54b5c99d6aa72bbb76940, State: Running, Role: LEADER
I20260608 12:42:07.920920 10044 consensus_queue.cc:237] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [LEADER]: Queue going to LEADER mode. State: All 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: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } }
I20260608 12:42:07.922330 10030 ts_tablet_manager.cc:1434] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95: Time spent starting tablet: real 0.026s	user 0.016s	sys 0.001s
I20260608 12:42:07.928007 10031 tablet_bootstrap.cc:492] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b: No bootstrap required, opened a new log
I20260608 12:42:07.924098 10034 ts_tablet_manager.cc:1434] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940: Time spent starting tablet: real 0.051s	user 0.024s	sys 0.011s
I20260608 12:42:07.927898  9734 catalog_manager.cc:5696] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b reported cstate change: term changed from 0 to 1, leader changed from <none> to 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:07.932147 10034 tablet_bootstrap.cc:492] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940: Bootstrap starting.
I20260608 12:42:07.934561  9733 catalog_manager.cc:5696] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 reported cstate change: term changed from 0 to 1, leader changed from <none> to da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "da8b661c66a54b5c99d6aa72bbb76940" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:07.940124 10034 tablet_bootstrap.cc:654] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:07.928679 10031 ts_tablet_manager.cc:1403] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent bootstrapping tablet: real 0.037s	user 0.014s	sys 0.002s
I20260608 12:42:07.945791 10031 raft_consensus.cc:359] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:07.946465 10031 raft_consensus.cc:385] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:07.946772 10031 raft_consensus.cc:740] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Initialized, Role: FOLLOWER
I20260608 12:42:07.951297  9732 catalog_manager.cc:5696] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 reported cstate change: term changed from 0 to 1, leader changed from <none> to ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ba19c7ba122540b9a4699bf6b27eff95" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:07.951761 10031 consensus_queue.cc:260] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:07.973908 10031 raft_consensus.cc:399] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:07.974205 10031 raft_consensus.cc:493] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:07.974547 10031 raft_consensus.cc:3060] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:07.975198 10034 tablet_bootstrap.cc:492] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940: No bootstrap required, opened a new log
I20260608 12:42:07.975674 10034 ts_tablet_manager.cc:1403] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940: Time spent bootstrapping tablet: real 0.044s	user 0.018s	sys 0.024s
I20260608 12:42:07.978049 10034 raft_consensus.cc:359] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } }
I20260608 12:42:07.978595 10034 raft_consensus.cc:385] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:07.978878 10034 raft_consensus.cc:740] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da8b661c66a54b5c99d6aa72bbb76940, State: Initialized, Role: FOLLOWER
I20260608 12:42:07.979535 10031 raft_consensus.cc:515] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:07.979581 10034 consensus_queue.cc:260] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } }
I20260608 12:42:07.980283 10034 raft_consensus.cc:399] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:07.980271 10031 leader_election.cc:304] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [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: 2d91a3b1d3924628976c52c44ce1fa5b; no voters: 
I20260608 12:42:07.980782 10034 raft_consensus.cc:493] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:07.981065 10031 leader_election.cc:290] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:07.981124 10034 raft_consensus.cc:3060] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:07.981341 10042 raft_consensus.cc:2804] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:07.981951 10042 raft_consensus.cc:697] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Becoming Leader. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Running, Role: LEADER
I20260608 12:42:07.982925 10031 ts_tablet_manager.cc:1434] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent starting tablet: real 0.040s	user 0.004s	sys 0.010s
I20260608 12:42:07.982676 10042 consensus_queue.cc:237] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Queue going to LEADER mode. State: All 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: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:07.986944 10034 raft_consensus.cc:515] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } }
I20260608 12:42:07.987767 10034 leader_election.cc:304] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [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: da8b661c66a54b5c99d6aa72bbb76940; no voters: 
I20260608 12:42:07.988282 10034 leader_election.cc:290] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:07.988447 10044 raft_consensus.cc:2804] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:07.988960 10044 raft_consensus.cc:697] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [term 1 LEADER]: Becoming Leader. State: Replica: da8b661c66a54b5c99d6aa72bbb76940, State: Running, Role: LEADER
I20260608 12:42:07.989784 10034 ts_tablet_manager.cc:1434] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940: Time spent starting tablet: real 0.014s	user 0.012s	sys 0.000s
I20260608 12:42:07.989670 10044 consensus_queue.cc:237] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [LEADER]: Queue going to LEADER mode. State: All 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: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } }
I20260608 12:42:07.989790  9731 catalog_manager.cc:5696] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b reported cstate change: term changed from 0 to 1, leader changed from <none> to 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:07.996553  9732 catalog_manager.cc:5696] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 reported cstate change: term changed from 0 to 1, leader changed from <none> to da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "da8b661c66a54b5c99d6aa72bbb76940" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:08.594303  9729 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38466:
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:42:08.596809  9729 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:42:08.641060  9826 tablet_service.cc:1511] Processing CreateTablet for tablet 2af7c243827b4e5696668d07b03ea254 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:08.641876  9901 tablet_service.cc:1511] Processing CreateTablet for tablet 2af7c243827b4e5696668d07b03ea254 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:08.642441  9826 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2af7c243827b4e5696668d07b03ea254. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.643157  9901 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2af7c243827b4e5696668d07b03ea254. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.643630  9975 tablet_service.cc:1511] Processing CreateTablet for tablet 2af7c243827b4e5696668d07b03ea254 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:08.644838  9975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2af7c243827b4e5696668d07b03ea254. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.649624  9900 tablet_service.cc:1511] Processing CreateTablet for tablet 01f446ea0ef640cab2646d30cdfe5a6b (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:08.651000  9900 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 01f446ea0ef640cab2646d30cdfe5a6b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.651678  9974 tablet_service.cc:1511] Processing CreateTablet for tablet 01f446ea0ef640cab2646d30cdfe5a6b (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:08.652971  9974 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 01f446ea0ef640cab2646d30cdfe5a6b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.655839  9973 tablet_service.cc:1511] Processing CreateTablet for tablet af709da7dcab4b2fbe1c5bb98a6dd083 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:08.657202  9973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet af709da7dcab4b2fbe1c5bb98a6dd083. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.662279  9899 tablet_service.cc:1511] Processing CreateTablet for tablet af709da7dcab4b2fbe1c5bb98a6dd083 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:08.664619  9898 tablet_service.cc:1511] Processing CreateTablet for tablet ccbe999eee6b4166865a0ed970132320 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:08.665934  9898 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ccbe999eee6b4166865a0ed970132320. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.668777  9825 tablet_service.cc:1511] Processing CreateTablet for tablet 01f446ea0ef640cab2646d30cdfe5a6b (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:08.670120  9825 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 01f446ea0ef640cab2646d30cdfe5a6b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.670624  9824 tablet_service.cc:1511] Processing CreateTablet for tablet af709da7dcab4b2fbe1c5bb98a6dd083 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:08.670811  9971 tablet_service.cc:1511] Processing CreateTablet for tablet 337dd78f43504dad9d043017b85b0f59 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:08.672640  9823 tablet_service.cc:1511] Processing CreateTablet for tablet ccbe999eee6b4166865a0ed970132320 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:08.673368  9972 tablet_service.cc:1511] Processing CreateTablet for tablet ccbe999eee6b4166865a0ed970132320 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:08.674032  9823 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ccbe999eee6b4166865a0ed970132320. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.676071  9897 tablet_service.cc:1511] Processing CreateTablet for tablet 337dd78f43504dad9d043017b85b0f59 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:08.677703  9897 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 337dd78f43504dad9d043017b85b0f59. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.678095  9970 tablet_service.cc:1511] Processing CreateTablet for tablet 74301b06df834286bf6cfd43d17476ba (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:08.679759  9899 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet af709da7dcab4b2fbe1c5bb98a6dd083. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.680451  9896 tablet_service.cc:1511] Processing CreateTablet for tablet 74301b06df834286bf6cfd43d17476ba (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:08.681680  9896 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74301b06df834286bf6cfd43d17476ba. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.684767  9822 tablet_service.cc:1511] Processing CreateTablet for tablet 337dd78f43504dad9d043017b85b0f59 (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:08.686048  9822 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 337dd78f43504dad9d043017b85b0f59. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.687737  9971 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 337dd78f43504dad9d043017b85b0f59. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.688009  9824 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet af709da7dcab4b2fbe1c5bb98a6dd083. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.688970  9972 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ccbe999eee6b4166865a0ed970132320. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.676647  9821 tablet_service.cc:1511] Processing CreateTablet for tablet 74301b06df834286bf6cfd43d17476ba (DEFAULT_TABLE table=test-workload-rf3 [id=aac81f9cffc645afa01f5da63112200a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:08.689558 10088 tablet_bootstrap.cc:492] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95: Bootstrap starting.
I20260608 12:42:08.690100  9821 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74301b06df834286bf6cfd43d17476ba. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.691247  9970 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74301b06df834286bf6cfd43d17476ba. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.734412 10089 tablet_bootstrap.cc:492] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940: Bootstrap starting.
I20260608 12:42:08.735610 10090 tablet_bootstrap.cc:492] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b: Bootstrap starting.
I20260608 12:42:08.741168 10089 tablet_bootstrap.cc:654] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.746642 10090 tablet_bootstrap.cc:654] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.790302 10088 tablet_bootstrap.cc:654] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.791733 10089 tablet_bootstrap.cc:492] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940: No bootstrap required, opened a new log
I20260608 12:42:08.792305 10089 ts_tablet_manager.cc:1403] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940: Time spent bootstrapping tablet: real 0.058s	user 0.019s	sys 0.037s
I20260608 12:42:08.792799 10090 tablet_bootstrap.cc:492] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b: No bootstrap required, opened a new log
I20260608 12:42:08.793329 10090 ts_tablet_manager.cc:1403] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent bootstrapping tablet: real 0.058s	user 0.006s	sys 0.010s
I20260608 12:42:08.795559 10088 tablet_bootstrap.cc:492] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95: No bootstrap required, opened a new log
I20260608 12:42:08.795488 10089 raft_consensus.cc:359] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.796120 10088 ts_tablet_manager.cc:1403] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95: Time spent bootstrapping tablet: real 0.107s	user 0.007s	sys 0.007s
I20260608 12:42:08.796438 10089 raft_consensus.cc:385] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.796464 10090 raft_consensus.cc:359] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.796998 10089 raft_consensus.cc:740] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da8b661c66a54b5c99d6aa72bbb76940, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.797387 10090 raft_consensus.cc:385] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.797753 10090 raft_consensus.cc:740] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.798020 10089 consensus_queue.cc:260] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.798660 10090 consensus_queue.cc:260] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.800390 10089 ts_tablet_manager.cc:1434] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:42:08.801214 10090 ts_tablet_manager.cc:1434] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:42:08.801631 10089 tablet_bootstrap.cc:492] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940: Bootstrap starting.
I20260608 12:42:08.802340 10090 tablet_bootstrap.cc:492] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b: Bootstrap starting.
I20260608 12:42:08.798663 10088 raft_consensus.cc:359] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.804879 10088 raft_consensus.cc:385] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.805241 10088 raft_consensus.cc:740] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba19c7ba122540b9a4699bf6b27eff95, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.806195 10088 consensus_queue.cc:260] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.809214 10089 tablet_bootstrap.cc:654] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.813988 10090 tablet_bootstrap.cc:654] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.814764 10088 ts_tablet_manager.cc:1434] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95: Time spent starting tablet: real 0.018s	user 0.004s	sys 0.002s
I20260608 12:42:08.825906 10090 tablet_bootstrap.cc:492] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b: No bootstrap required, opened a new log
I20260608 12:42:08.826550 10090 ts_tablet_manager.cc:1403] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.007s
I20260608 12:42:08.826906 10088 tablet_bootstrap.cc:492] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95: Bootstrap starting.
I20260608 12:42:08.829840 10090 raft_consensus.cc:359] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.830470 10090 raft_consensus.cc:385] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.830749 10090 raft_consensus.cc:740] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.831789 10089 tablet_bootstrap.cc:492] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940: No bootstrap required, opened a new log
I20260608 12:42:08.831570 10090 consensus_queue.cc:260] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.832301 10089 ts_tablet_manager.cc:1403] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940: Time spent bootstrapping tablet: real 0.031s	user 0.019s	sys 0.009s
I20260608 12:42:08.832731 10088 tablet_bootstrap.cc:654] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.833838 10090 ts_tablet_manager.cc:1434] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.002s
I20260608 12:42:08.834949 10090 tablet_bootstrap.cc:492] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b: Bootstrap starting.
I20260608 12:42:08.835502 10089 raft_consensus.cc:359] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.836223 10089 raft_consensus.cc:385] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.836524 10089 raft_consensus.cc:740] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da8b661c66a54b5c99d6aa72bbb76940, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.837342 10089 consensus_queue.cc:260] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.842062 10089 ts_tablet_manager.cc:1434] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:42:08.842191 10090 tablet_bootstrap.cc:654] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.843230 10089 tablet_bootstrap.cc:492] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940: Bootstrap starting.
I20260608 12:42:08.850996 10089 tablet_bootstrap.cc:654] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.854070 10090 tablet_bootstrap.cc:492] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b: No bootstrap required, opened a new log
I20260608 12:42:08.854719 10090 ts_tablet_manager.cc:1403] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.005s
I20260608 12:42:08.858070 10090 raft_consensus.cc:359] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.858888 10090 raft_consensus.cc:385] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.859349 10090 raft_consensus.cc:740] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.860342 10088 tablet_bootstrap.cc:492] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95: No bootstrap required, opened a new log
I20260608 12:42:08.860272 10090 consensus_queue.cc:260] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.860853 10088 ts_tablet_manager.cc:1403] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95: Time spent bootstrapping tablet: real 0.034s	user 0.016s	sys 0.010s
I20260608 12:42:08.862752 10090 ts_tablet_manager.cc:1434] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.005s
I20260608 12:42:08.863200 10089 tablet_bootstrap.cc:492] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940: No bootstrap required, opened a new log
I20260608 12:42:08.863801 10089 ts_tablet_manager.cc:1403] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.007s
I20260608 12:42:08.863914 10090 tablet_bootstrap.cc:492] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b: Bootstrap starting.
I20260608 12:42:08.864005 10088 raft_consensus.cc:359] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.864866 10088 raft_consensus.cc:385] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.865203 10088 raft_consensus.cc:740] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba19c7ba122540b9a4699bf6b27eff95, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.866122 10088 consensus_queue.cc:260] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.867002 10089 raft_consensus.cc:359] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.867813 10089 raft_consensus.cc:385] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.868145 10089 raft_consensus.cc:740] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da8b661c66a54b5c99d6aa72bbb76940, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.868916 10088 ts_tablet_manager.cc:1434] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260608 12:42:08.868968 10089 consensus_queue.cc:260] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.870159 10088 tablet_bootstrap.cc:492] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95: Bootstrap starting.
I20260608 12:42:08.871186 10090 tablet_bootstrap.cc:654] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.875969 10089 ts_tablet_manager.cc:1434] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 12:42:08.877200 10089 tablet_bootstrap.cc:492] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940: Bootstrap starting.
I20260608 12:42:08.884281 10089 tablet_bootstrap.cc:654] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.885282 10088 tablet_bootstrap.cc:654] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.894744 10088 tablet_bootstrap.cc:492] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95: No bootstrap required, opened a new log
I20260608 12:42:08.895328 10088 ts_tablet_manager.cc:1403] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.004s
I20260608 12:42:08.898394 10088 raft_consensus.cc:359] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.898944 10088 raft_consensus.cc:385] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.899160 10088 raft_consensus.cc:740] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba19c7ba122540b9a4699bf6b27eff95, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.899938 10090 tablet_bootstrap.cc:492] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b: No bootstrap required, opened a new log
I20260608 12:42:08.899817 10088 consensus_queue.cc:260] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.900590 10090 ts_tablet_manager.cc:1403] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent bootstrapping tablet: real 0.037s	user 0.018s	sys 0.017s
I20260608 12:42:08.901983 10088 ts_tablet_manager.cc:1434] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.002s
I20260608 12:42:08.903913 10090 raft_consensus.cc:359] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.904299 10088 tablet_bootstrap.cc:492] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95: Bootstrap starting.
I20260608 12:42:08.904688 10090 raft_consensus.cc:385] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.905053 10089 tablet_bootstrap.cc:492] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940: No bootstrap required, opened a new log
I20260608 12:42:08.905107 10090 raft_consensus.cc:740] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.905778 10089 ts_tablet_manager.cc:1403] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940: Time spent bootstrapping tablet: real 0.029s	user 0.014s	sys 0.014s
I20260608 12:42:08.906272 10090 consensus_queue.cc:260] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.908726 10090 ts_tablet_manager.cc:1434] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:08.909744 10090 tablet_bootstrap.cc:492] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b: Bootstrap starting.
I20260608 12:42:08.911867 10088 tablet_bootstrap.cc:654] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.912329 10089 raft_consensus.cc:359] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.913141 10089 raft_consensus.cc:385] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.913502 10089 raft_consensus.cc:740] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da8b661c66a54b5c99d6aa72bbb76940, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.914328 10089 consensus_queue.cc:260] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.916378 10090 tablet_bootstrap.cc:654] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.916976 10089 ts_tablet_manager.cc:1434] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260608 12:42:08.918115 10089 tablet_bootstrap.cc:492] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940: Bootstrap starting.
I20260608 12:42:08.928155 10089 tablet_bootstrap.cc:654] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.928382 10090 tablet_bootstrap.cc:492] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b: No bootstrap required, opened a new log
I20260608 12:42:08.928550 10088 tablet_bootstrap.cc:492] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95: No bootstrap required, opened a new log
I20260608 12:42:08.929019 10090 ts_tablet_manager.cc:1403] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.004s
I20260608 12:42:08.929219 10088 ts_tablet_manager.cc:1403] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.010s
I20260608 12:42:08.932595 10090 raft_consensus.cc:359] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.932848 10088 raft_consensus.cc:359] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.933373 10090 raft_consensus.cc:385] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.933458 10088 raft_consensus.cc:385] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.933863 10090 raft_consensus.cc:740] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.933960 10088 raft_consensus.cc:740] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba19c7ba122540b9a4699bf6b27eff95, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.934847 10090 consensus_queue.cc:260] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.934847 10088 consensus_queue.cc:260] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.937852 10088 ts_tablet_manager.cc:1434] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:08.938921 10088 tablet_bootstrap.cc:492] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95: Bootstrap starting.
I20260608 12:42:08.939553 10090 ts_tablet_manager.cc:1434] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.003s
I20260608 12:42:08.940788 10090 tablet_bootstrap.cc:492] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b: Bootstrap starting.
I20260608 12:42:08.946419 10088 tablet_bootstrap.cc:654] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.947047 10090 tablet_bootstrap.cc:654] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.951749 10089 tablet_bootstrap.cc:492] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940: No bootstrap required, opened a new log
I20260608 12:42:08.952184 10089 ts_tablet_manager.cc:1403] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940: Time spent bootstrapping tablet: real 0.034s	user 0.011s	sys 0.002s
I20260608 12:42:08.953110 10090 tablet_bootstrap.cc:492] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b: No bootstrap required, opened a new log
I20260608 12:42:08.953712 10090 ts_tablet_manager.cc:1403] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 12:42:08.954480 10089 raft_consensus.cc:359] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.955045 10089 raft_consensus.cc:385] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.955399 10089 raft_consensus.cc:740] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da8b661c66a54b5c99d6aa72bbb76940, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.956270 10089 consensus_queue.cc:260] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.956889 10090 raft_consensus.cc:359] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.957697 10090 raft_consensus.cc:385] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.958098 10088 tablet_bootstrap.cc:492] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95: No bootstrap required, opened a new log
I20260608 12:42:08.958032 10090 raft_consensus.cc:740] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.958595 10089 ts_tablet_manager.cc:1434] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:42:08.958699 10088 ts_tablet_manager.cc:1403] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.008s
I20260608 12:42:08.959124 10090 consensus_queue.cc:260] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.959790 10089 tablet_bootstrap.cc:492] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940: Bootstrap starting.
I20260608 12:42:08.961897 10090 ts_tablet_manager.cc:1434] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:42:08.962033 10088 raft_consensus.cc:359] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.962710 10088 raft_consensus.cc:385] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.962940 10088 raft_consensus.cc:740] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba19c7ba122540b9a4699bf6b27eff95, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.963725 10088 consensus_queue.cc:260] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.966264 10088 ts_tablet_manager.cc:1434] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:42:08.967279 10088 tablet_bootstrap.cc:492] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95: Bootstrap starting.
I20260608 12:42:08.970609 10089 tablet_bootstrap.cc:654] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.975831 10088 tablet_bootstrap.cc:654] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.981283 10088 tablet_bootstrap.cc:492] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95: No bootstrap required, opened a new log
I20260608 12:42:08.981827 10088 ts_tablet_manager.cc:1403] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260608 12:42:08.983417 10089 tablet_bootstrap.cc:492] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940: No bootstrap required, opened a new log
I20260608 12:42:08.983844 10089 ts_tablet_manager.cc:1403] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.009s
I20260608 12:42:08.984025 10088 raft_consensus.cc:359] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.984565 10088 raft_consensus.cc:385] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.984776 10088 raft_consensus.cc:740] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba19c7ba122540b9a4699bf6b27eff95, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.985606 10088 consensus_queue.cc:260] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.986063 10089 raft_consensus.cc:359] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.986624 10089 raft_consensus.cc:385] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.986948 10089 raft_consensus.cc:740] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da8b661c66a54b5c99d6aa72bbb76940, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.987717 10088 ts_tablet_manager.cc:1434] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:42:08.987885 10089 consensus_queue.cc:260] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.990272 10089 ts_tablet_manager.cc:1434] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.002s
I20260608 12:42:08.991289 10039 raft_consensus.cc:493] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:08.991797 10039 raft_consensus.cc:515] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:08.996038 10039 leader_election.cc:290] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763), da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155)
I20260608 12:42:09.011147 10039 raft_consensus.cc:493] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.011585 10039 raft_consensus.cc:515] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.013808 10039 leader_election.cc:290] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763), da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155)
I20260608 12:42:09.020249  9836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "af709da7dcab4b2fbe1c5bb98a6dd083" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba19c7ba122540b9a4699bf6b27eff95" is_pre_election: true
I20260608 12:42:09.020668  9835 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74301b06df834286bf6cfd43d17476ba" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba19c7ba122540b9a4699bf6b27eff95" is_pre_election: true
I20260608 12:42:09.021145  9836 raft_consensus.cc:2468] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 0.
I20260608 12:42:09.021379  9835 raft_consensus.cc:2468] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 0.
I20260608 12:42:09.022837  9951 leader_election.cc:304] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2d91a3b1d3924628976c52c44ce1fa5b, ba19c7ba122540b9a4699bf6b27eff95; no voters: 
I20260608 12:42:09.023690 10039 raft_consensus.cc:2804] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.023838  9951 leader_election.cc:304] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2d91a3b1d3924628976c52c44ce1fa5b, ba19c7ba122540b9a4699bf6b27eff95; no voters: 
I20260608 12:42:09.024111 10039 raft_consensus.cc:493] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.024500 10039 raft_consensus.cc:3060] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.024645 10042 raft_consensus.cc:2804] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.024860  9911 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "af709da7dcab4b2fbe1c5bb98a6dd083" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da8b661c66a54b5c99d6aa72bbb76940" is_pre_election: true
I20260608 12:42:09.025192 10042 raft_consensus.cc:493] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.025513 10042 raft_consensus.cc:3060] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.025660  9911 raft_consensus.cc:2468] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 0.
I20260608 12:42:09.027081  9910 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74301b06df834286bf6cfd43d17476ba" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da8b661c66a54b5c99d6aa72bbb76940" is_pre_election: true
I20260608 12:42:09.027791  9910 raft_consensus.cc:2468] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 0.
I20260608 12:42:09.030736 10039 raft_consensus.cc:515] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.031261 10042 raft_consensus.cc:515] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.032420 10039 leader_election.cc:290] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 election: Requested vote from peers ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763), da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155)
I20260608 12:42:09.033353  9835 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "af709da7dcab4b2fbe1c5bb98a6dd083" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba19c7ba122540b9a4699bf6b27eff95"
I20260608 12:42:09.033566  9910 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "af709da7dcab4b2fbe1c5bb98a6dd083" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da8b661c66a54b5c99d6aa72bbb76940"
I20260608 12:42:09.033984  9835 raft_consensus.cc:3060] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.034255 10042 leader_election.cc:290] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 election: Requested vote from peers ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763), da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155)
I20260608 12:42:09.034224  9836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74301b06df834286bf6cfd43d17476ba" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba19c7ba122540b9a4699bf6b27eff95"
I20260608 12:42:09.034715  9911 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74301b06df834286bf6cfd43d17476ba" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da8b661c66a54b5c99d6aa72bbb76940"
I20260608 12:42:09.034088  9910 raft_consensus.cc:3060] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.035490  9911 raft_consensus.cc:3060] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.035111  9836 raft_consensus.cc:3060] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.041345  9835 raft_consensus.cc:2468] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 1.
I20260608 12:42:09.042447  9911 raft_consensus.cc:2468] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 1.
I20260608 12:42:09.043118  9910 raft_consensus.cc:2468] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 1.
I20260608 12:42:09.043648  9951 leader_election.cc:304] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2d91a3b1d3924628976c52c44ce1fa5b, ba19c7ba122540b9a4699bf6b27eff95; no voters: 
I20260608 12:42:09.043776  9950 leader_election.cc:304] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2d91a3b1d3924628976c52c44ce1fa5b, da8b661c66a54b5c99d6aa72bbb76940; no voters: 
I20260608 12:42:09.044281  9836 raft_consensus.cc:2468] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 1.
I20260608 12:42:09.044711 10042 raft_consensus.cc:2804] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:09.044828 10039 raft_consensus.cc:2804] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:09.045934 10042 raft_consensus.cc:697] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Becoming Leader. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Running, Role: LEADER
I20260608 12:42:09.046905 10039 raft_consensus.cc:697] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Becoming Leader. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Running, Role: LEADER
I20260608 12:42:09.046864 10042 consensus_queue.cc:237] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.047441 10114 raft_consensus.cc:493] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.047793 10039 consensus_queue.cc:237] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.047968 10114 raft_consensus.cc:515] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.050295 10114 leader_election.cc:290] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763), da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155)
I20260608 12:42:09.051065  9836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "337dd78f43504dad9d043017b85b0f59" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba19c7ba122540b9a4699bf6b27eff95" is_pre_election: true
I20260608 12:42:09.051797  9836 raft_consensus.cc:2468] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 0.
I20260608 12:42:09.052419  9910 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "337dd78f43504dad9d043017b85b0f59" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da8b661c66a54b5c99d6aa72bbb76940" is_pre_election: true
I20260608 12:42:09.053053  9951 leader_election.cc:304] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2d91a3b1d3924628976c52c44ce1fa5b, ba19c7ba122540b9a4699bf6b27eff95; no voters: 
I20260608 12:42:09.053193  9910 raft_consensus.cc:2468] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 0.
I20260608 12:42:09.053982 10114 raft_consensus.cc:2804] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.054421 10114 raft_consensus.cc:493] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.054893 10114 raft_consensus.cc:3060] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.061319 10114 raft_consensus.cc:515] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.063051 10114 leader_election.cc:290] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 election: Requested vote from peers ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763), da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155)
I20260608 12:42:09.064038  9836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "337dd78f43504dad9d043017b85b0f59" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba19c7ba122540b9a4699bf6b27eff95"
I20260608 12:42:09.064318  9910 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "337dd78f43504dad9d043017b85b0f59" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da8b661c66a54b5c99d6aa72bbb76940"
I20260608 12:42:09.062870  9733 catalog_manager.cc:5696] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b reported cstate change: term changed from 0 to 1, leader changed from <none> to 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:09.064525  9836 raft_consensus.cc:3060] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.064927  9910 raft_consensus.cc:3060] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.065701  9733 catalog_manager.cc:5696] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b reported cstate change: term changed from 0 to 1, leader changed from <none> to 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:09.070328  9836 raft_consensus.cc:2468] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 1.
I20260608 12:42:09.071110  9910 raft_consensus.cc:2468] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 1.
I20260608 12:42:09.071580  9951 leader_election.cc:304] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2d91a3b1d3924628976c52c44ce1fa5b, ba19c7ba122540b9a4699bf6b27eff95; no voters: 
I20260608 12:42:09.072345 10114 raft_consensus.cc:2804] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Leader election won for term 1
W20260608 12:42:09.072566  9937 tablet.cc:2404] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:42:09.073194 10037 raft_consensus.cc:493] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.073597 10037 raft_consensus.cc:515] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.076013 10037 leader_election.cc:290] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155), 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195:45475)
I20260608 12:42:09.072923 10114 raft_consensus.cc:697] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Becoming Leader. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Running, Role: LEADER
I20260608 12:42:09.078588 10114 consensus_queue.cc:237] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.092906  9910 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccbe999eee6b4166865a0ed970132320" candidate_uuid: "ba19c7ba122540b9a4699bf6b27eff95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da8b661c66a54b5c99d6aa72bbb76940" is_pre_election: true
I20260608 12:42:09.093689  9910 raft_consensus.cc:2468] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ba19c7ba122540b9a4699bf6b27eff95 in term 0.
I20260608 12:42:09.095042  9801 leader_election.cc:304] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ba19c7ba122540b9a4699bf6b27eff95, da8b661c66a54b5c99d6aa72bbb76940; no voters: 
I20260608 12:42:09.095723 10037 raft_consensus.cc:2804] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.096076 10037 raft_consensus.cc:493] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.096294 10037 raft_consensus.cc:3060] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.096277  9733 catalog_manager.cc:5696] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b reported cstate change: term changed from 0 to 1, leader changed from <none> to 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:09.099027 10114 raft_consensus.cc:493] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.099562 10114 raft_consensus.cc:515] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.102722  9836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "01f446ea0ef640cab2646d30cdfe5a6b" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba19c7ba122540b9a4699bf6b27eff95" is_pre_election: true
I20260608 12:42:09.102718  9910 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "01f446ea0ef640cab2646d30cdfe5a6b" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da8b661c66a54b5c99d6aa72bbb76940" is_pre_election: true
I20260608 12:42:09.103510 10114 leader_election.cc:290] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763), da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155)
I20260608 12:42:09.103344 10037 raft_consensus.cc:515] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.104082  9910 raft_consensus.cc:2468] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 0.
I20260608 12:42:09.103598  9836 raft_consensus.cc:2468] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 0.
I20260608 12:42:09.105168  9985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccbe999eee6b4166865a0ed970132320" candidate_uuid: "ba19c7ba122540b9a4699bf6b27eff95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" is_pre_election: true
I20260608 12:42:09.105378  9950 leader_election.cc:304] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2d91a3b1d3924628976c52c44ce1fa5b, da8b661c66a54b5c99d6aa72bbb76940; no voters: 
I20260608 12:42:09.105882  9985 raft_consensus.cc:2468] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ba19c7ba122540b9a4699bf6b27eff95 in term 0.
I20260608 12:42:09.106249 10114 raft_consensus.cc:2804] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.106607 10114 raft_consensus.cc:493] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.106979 10114 raft_consensus.cc:3060] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.108105 10037 leader_election.cc:290] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [CANDIDATE]: Term 1 election: Requested vote from peers da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155), 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195:45475)
I20260608 12:42:09.108786  9910 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccbe999eee6b4166865a0ed970132320" candidate_uuid: "ba19c7ba122540b9a4699bf6b27eff95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da8b661c66a54b5c99d6aa72bbb76940"
I20260608 12:42:09.109619  9985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccbe999eee6b4166865a0ed970132320" candidate_uuid: "ba19c7ba122540b9a4699bf6b27eff95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2d91a3b1d3924628976c52c44ce1fa5b"
I20260608 12:42:09.109750  9910 raft_consensus.cc:3060] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.110821  9985 raft_consensus.cc:3060] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.113956 10114 raft_consensus.cc:515] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.115962  9985 raft_consensus.cc:2468] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ba19c7ba122540b9a4699bf6b27eff95 in term 1.
I20260608 12:42:09.116875  9836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "01f446ea0ef640cab2646d30cdfe5a6b" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba19c7ba122540b9a4699bf6b27eff95"
I20260608 12:42:09.116904 10114 leader_election.cc:290] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 election: Requested vote from peers ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763), da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155)
I20260608 12:42:09.117117  9911 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "01f446ea0ef640cab2646d30cdfe5a6b" candidate_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da8b661c66a54b5c99d6aa72bbb76940"
I20260608 12:42:09.117605  9836 raft_consensus.cc:3060] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.117835  9911 raft_consensus.cc:3060] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.119835  9800 leader_election.cc:304] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2d91a3b1d3924628976c52c44ce1fa5b, ba19c7ba122540b9a4699bf6b27eff95; no voters: 
I20260608 12:42:09.121019 10037 raft_consensus.cc:2804] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:09.121565 10037 raft_consensus.cc:697] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 LEADER]: Becoming Leader. State: Replica: ba19c7ba122540b9a4699bf6b27eff95, State: Running, Role: LEADER
I20260608 12:42:09.121889  9910 raft_consensus.cc:2468] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ba19c7ba122540b9a4699bf6b27eff95 in term 1.
I20260608 12:42:09.122857  9836 raft_consensus.cc:2468] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 1.
I20260608 12:42:09.123509  9911 raft_consensus.cc:2468] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d91a3b1d3924628976c52c44ce1fa5b in term 1.
I20260608 12:42:09.123786 10037 consensus_queue.cc:237] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.124114  9951 leader_election.cc:304] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2d91a3b1d3924628976c52c44ce1fa5b, ba19c7ba122540b9a4699bf6b27eff95; no voters: 
I20260608 12:42:09.125026 10114 raft_consensus.cc:2804] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:09.125504 10114 raft_consensus.cc:697] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Becoming Leader. State: Replica: 2d91a3b1d3924628976c52c44ce1fa5b, State: Running, Role: LEADER
I20260608 12:42:09.126292 10114 consensus_queue.cc:237] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.132850  9733 catalog_manager.cc:5696] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 reported cstate change: term changed from 0 to 1, leader changed from <none> to ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ba19c7ba122540b9a4699bf6b27eff95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:09.134244  9729 catalog_manager.cc:5696] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b reported cstate change: term changed from 0 to 1, leader changed from <none> to 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:09.153033 10045 raft_consensus.cc:493] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:09.153525 10045 raft_consensus.cc:515] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.155679 10045 leader_election.cc:290] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763), 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195:45475)
I20260608 12:42:09.166294  9836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2af7c243827b4e5696668d07b03ea254" candidate_uuid: "da8b661c66a54b5c99d6aa72bbb76940" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba19c7ba122540b9a4699bf6b27eff95" is_pre_election: true
I20260608 12:42:09.166793  9985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2af7c243827b4e5696668d07b03ea254" candidate_uuid: "da8b661c66a54b5c99d6aa72bbb76940" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" is_pre_election: true
I20260608 12:42:09.167011  9836 raft_consensus.cc:2468] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate da8b661c66a54b5c99d6aa72bbb76940 in term 0.
I20260608 12:42:09.167480  9985 raft_consensus.cc:2468] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate da8b661c66a54b5c99d6aa72bbb76940 in term 0.
I20260608 12:42:09.168378  9877 leader_election.cc:304] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ba19c7ba122540b9a4699bf6b27eff95, da8b661c66a54b5c99d6aa72bbb76940; no voters: 
I20260608 12:42:09.169203 10045 raft_consensus.cc:2804] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:09.169567 10045 raft_consensus.cc:493] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:09.169902 10045 raft_consensus.cc:3060] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.174734 10045 raft_consensus.cc:515] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.176306 10045 leader_election.cc:290] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [CANDIDATE]: Term 1 election: Requested vote from peers ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763), 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195:45475)
I20260608 12:42:09.177114  9836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2af7c243827b4e5696668d07b03ea254" candidate_uuid: "da8b661c66a54b5c99d6aa72bbb76940" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba19c7ba122540b9a4699bf6b27eff95"
I20260608 12:42:09.177310  9985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2af7c243827b4e5696668d07b03ea254" candidate_uuid: "da8b661c66a54b5c99d6aa72bbb76940" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2d91a3b1d3924628976c52c44ce1fa5b"
I20260608 12:42:09.177603  9836 raft_consensus.cc:3060] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.177940  9985 raft_consensus.cc:3060] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:09.182156  9836 raft_consensus.cc:2468] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate da8b661c66a54b5c99d6aa72bbb76940 in term 1.
I20260608 12:42:09.183144  9877 leader_election.cc:304] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ba19c7ba122540b9a4699bf6b27eff95, da8b661c66a54b5c99d6aa72bbb76940; no voters: 
I20260608 12:42:09.183820 10045 raft_consensus.cc:2804] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:09.183764  9985 raft_consensus.cc:2468] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate da8b661c66a54b5c99d6aa72bbb76940 in term 1.
I20260608 12:42:09.185258 10045 raft_consensus.cc:697] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 LEADER]: Becoming Leader. State: Replica: da8b661c66a54b5c99d6aa72bbb76940, State: Running, Role: LEADER
I20260608 12:42:09.186056 10045 consensus_queue.cc:237] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } }
I20260608 12:42:09.193972  9729 catalog_manager.cc:5696] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 reported cstate change: term changed from 0 to 1, leader changed from <none> to da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "da8b661c66a54b5c99d6aa72bbb76940" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } health_report { overall_health: UNKNOWN } } }
W20260608 12:42:09.408869 10131 meta_cache.cc:1261] Time spent looking up entry by key: real 0.091s	user 0.000s	sys 0.000s
W20260608 12:42:09.412062 10080 meta_cache.cc:1261] Time spent looking up entry by key: real 0.094s	user 0.014s	sys 0.034s
W20260608 12:42:09.412431 10082 meta_cache.cc:1261] Time spent looking up entry by key: real 0.095s	user 0.003s	sys 0.006s
W20260608 12:42:09.411970 10079 meta_cache.cc:1097] Time spent processing table locations response: real 0.076s	user 0.014s	sys 0.023s
W20260608 12:42:09.414110 10129 meta_cache.cc:1261] Time spent looking up entry by key: real 0.096s	user 0.020s	sys 0.022s
W20260608 12:42:09.415663 10128 meta_cache.cc:1261] Time spent looking up entry by key: real 0.097s	user 0.029s	sys 0.005s
W20260608 12:42:09.414176 10079 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:32985, user_credentials={real_user=slave}} blocked reactor thread for 78770.4us
W20260608 12:42:09.416757 10081 meta_cache.cc:1261] Time spent looking up entry by key: real 0.093s	user 0.000s	sys 0.008s
W20260608 12:42:09.418828 10130 meta_cache.cc:1261] Time spent looking up entry by key: real 0.100s	user 0.019s	sys 0.025s
I20260608 12:42:09.489969 10114 consensus_queue.cc:1048] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:09.504390 10114 consensus_queue.cc:1048] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:09.534505 10042 consensus_queue.cc:1048] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:09.541428 10114 consensus_queue.cc:1048] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:09.556473  9985 raft_consensus.cc:1275] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Refusing update from remote peer da8b661c66a54b5c99d6aa72bbb76940: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:09.558818 10045 consensus_queue.cc:1048] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:09.559517  9836 raft_consensus.cc:1275] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Refusing update from remote peer da8b661c66a54b5c99d6aa72bbb76940: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:09.570832 10045 consensus_queue.cc:1048] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:09.583045  9984 raft_consensus.cc:1275] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Refusing update from remote peer ba19c7ba122540b9a4699bf6b27eff95: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:09.584110 10039 consensus_queue.cc:1048] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:09.627103  9832 raft_consensus.cc:1275] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Refusing update from remote peer 2d91a3b1d3924628976c52c44ce1fa5b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:09.631610 10039 consensus_queue.cc:1048] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:09.635219 10121 consensus_queue.cc:1048] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:09.638484  9911 raft_consensus.cc:1275] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Refusing update from remote peer ba19c7ba122540b9a4699bf6b27eff95: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:09.640376 10121 consensus_queue.cc:1048] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [LEADER]: Connected to new peer: Peer: permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:09.656286  9910 raft_consensus.cc:1275] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Refusing update from remote peer 2d91a3b1d3924628976c52c44ce1fa5b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:09.658301  9909 raft_consensus.cc:1275] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Refusing update from remote peer 2d91a3b1d3924628976c52c44ce1fa5b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:09.691278 10039 consensus_queue.cc:1048] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.018s
I20260608 12:42:09.709754 10042 consensus_queue.cc:1048] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.018s
W20260608 12:42:09.890894 10154 log.cc:927] Time spent T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940: Append to log took a long time: real 0.112s	user 0.000s	sys 0.002s
I20260608 12:42:10.869829   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:10.883394 10182 instance_detector.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:10.883692 10183 instance_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:10.886338 10185 instance_detector.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:10.886922   431 server_base.cc:1061] running on GCE node
I20260608 12:42:10.887939   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:10.888168   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:10.888334   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922530888321 us; error 0 us; skew 500 ppm
I20260608 12:42:10.888913   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:10.896348   431 webserver.cc:533] Webserver started at http://127.0.107.196:36753/ using document root <none> and password file <none>
I20260608 12:42:10.896893   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:10.897099   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:10.897394   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:10.898578   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "208e9bb9a2184eacb986c88b519e9557"
format_stamp: "Formatted at 2026-06-08 12:42:10 on dist-test-slave-jl41"
I20260608 12:42:10.903018   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.001s
I20260608 12:42:10.906546 10190 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:10.907441   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:42:10.907881   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "208e9bb9a2184eacb986c88b519e9557"
format_stamp: "Formatted at 2026-06-08 12:42:10 on dist-test-slave-jl41"
I20260608 12:42:10.908267   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922314084774-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:10.933183   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:10.934343   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:10.935638   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:10.937718   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:10.937897   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:10.938144   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:10.938289   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:10.989737   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34183
I20260608 12:42:10.989831 10252 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34183 every 8 connection(s)
I20260608 12:42:11.009742 10253 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32985
I20260608 12:42:11.010176 10253 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:11.010999 10253 heartbeater.cc:507] Master 127.0.107.254:32985 requested a full tablet report, sending...
I20260608 12:42:11.013037  9727 ts_manager.cc:194] Registered new tserver with Master: 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196:34183)
I20260608 12:42:11.014832  9727 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39956
I20260608 12:42:11.525324  9984 consensus_queue.cc:237] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [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: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } attrs { replace: true } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } }
I20260608 12:42:11.532483  9832 raft_consensus.cc:1275] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Refusing update from remote peer 2d91a3b1d3924628976c52c44ce1fa5b: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:11.532483  9908 raft_consensus.cc:1275] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Refusing update from remote peer 2d91a3b1d3924628976c52c44ce1fa5b: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:11.534322 10259 consensus_queue.cc:1048] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:11.535390 10171 consensus_queue.cc:1048] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } 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:42:11.542903  9949 consensus_peers.cc:597] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b -> Peer 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196:34183): Couldn't send request to peer 208e9bb9a2184eacb986c88b519e9557. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 337dd78f43504dad9d043017b85b0f59. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:11.542371 10042 raft_consensus.cc:2955] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } attrs { replace: true } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.544284  9832 raft_consensus.cc:2955] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } attrs { replace: true } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.544452  9908 raft_consensus.cc:2955] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } attrs { replace: true } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.563684  9725 catalog_manager.cc:5696] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 reported cstate change: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } attrs { replace: true } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.571089  9908 consensus_queue.cc:237] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [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: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } attrs { replace: true } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } }
I20260608 12:42:11.582412  9832 raft_consensus.cc:1275] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Refusing update from remote peer da8b661c66a54b5c99d6aa72bbb76940: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:11.582547  9984 raft_consensus.cc:1275] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Refusing update from remote peer da8b661c66a54b5c99d6aa72bbb76940: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:11.584264 10266 consensus_queue.cc:1048] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:42:11.585614 10126 consensus_queue.cc:1048] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
W20260608 12:42:11.595299  9875 consensus_peers.cc:597] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 -> Peer 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196:34183): Couldn't send request to peer 208e9bb9a2184eacb986c88b519e9557. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2af7c243827b4e5696668d07b03ea254. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:11.596928 10266 raft_consensus.cc:2955] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } attrs { replace: true } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.601629  9984 raft_consensus.cc:2955] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } attrs { replace: true } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.604660  9832 raft_consensus.cc:2955] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } attrs { replace: true } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.612848  9985 consensus_queue.cc:237] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [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: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } attrs { replace: true } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } }
I20260608 12:42:11.615525  9728 catalog_manager.cc:5696] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b reported cstate change: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "da8b661c66a54b5c99d6aa72bbb76940" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } attrs { replace: true } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.620744  9908 raft_consensus.cc:1275] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Refusing update from remote peer 2d91a3b1d3924628976c52c44ce1fa5b: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:11.621277  9836 raft_consensus.cc:1275] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Refusing update from remote peer 2d91a3b1d3924628976c52c44ce1fa5b: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260608 12:42:11.621870  9949 consensus_peers.cc:597] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b -> Peer 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196:34183): Couldn't send request to peer 208e9bb9a2184eacb986c88b519e9557. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 74301b06df834286bf6cfd43d17476ba. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:11.622849 10042 consensus_queue.cc:1048] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:11.626468 10171 consensus_queue.cc:1048] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } 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:42:11.631524 10171 raft_consensus.cc:2955] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } attrs { replace: true } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.633496  9908 raft_consensus.cc:2955] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } attrs { replace: true } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.639966  9832 raft_consensus.cc:2955] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } attrs { replace: true } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.648346  9728 catalog_manager.cc:5696] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 reported cstate change: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } attrs { replace: true } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.658937  9832 consensus_queue.cc:237] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [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: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } attrs { replace: true } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } }
I20260608 12:42:11.667742  9908 raft_consensus.cc:1275] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Refusing update from remote peer ba19c7ba122540b9a4699bf6b27eff95: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:11.667742  9985 raft_consensus.cc:1275] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Refusing update from remote peer ba19c7ba122540b9a4699bf6b27eff95: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:11.669548 10271 consensus_queue.cc:1048] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } 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:42:11.670701 10150 consensus_queue.cc:1048] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [LEADER]: Connected to new peer: Peer: permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
W20260608 12:42:11.677009  9800 consensus_peers.cc:597] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 -> Peer 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196:34183): Couldn't send request to peer 208e9bb9a2184eacb986c88b519e9557. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ccbe999eee6b4166865a0ed970132320. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:11.677035 10271 raft_consensus.cc:2955] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } attrs { replace: true } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.678849  9908 raft_consensus.cc:2955] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } attrs { replace: true } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.680158  9985 raft_consensus.cc:2955] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } attrs { replace: true } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:11.694990  9725 catalog_manager.cc:5696] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 reported cstate change: config changed from index -1 to 16, NON_VOTER 208e9bb9a2184eacb986c88b519e9557 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ba19c7ba122540b9a4699bf6b27eff95" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } attrs { replace: true } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } } }
I20260608 12:42:12.017481 10253 heartbeater.cc:499] Master 127.0.107.254:32985 was elected leader, sending a full tablet report...
I20260608 12:42:12.032137   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:12.059515   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:12.060181   431 tablet_replica.cc:333] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95: stopping tablet replica
I20260608 12:42:12.060971   431 raft_consensus.cc:2243] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.061589   431 raft_consensus.cc:2272] T 337dd78f43504dad9d043017b85b0f59 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.064190   431 tablet_replica.cc:333] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95: stopping tablet replica
I20260608 12:42:12.064764   431 raft_consensus.cc:2243] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.065258   431 raft_consensus.cc:2272] T 01f446ea0ef640cab2646d30cdfe5a6b P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.067233   431 tablet_replica.cc:333] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95: stopping tablet replica
I20260608 12:42:12.067792   431 raft_consensus.cc:2243] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.068243   431 raft_consensus.cc:2272] T af709da7dcab4b2fbe1c5bb98a6dd083 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.070673   431 tablet_replica.cc:333] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95: stopping tablet replica
I20260608 12:42:12.071168   431 raft_consensus.cc:2243] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.072178   431 raft_consensus.cc:2272] T ccbe999eee6b4166865a0ed970132320 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.074928   431 tablet_replica.cc:333] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95: stopping tablet replica
I20260608 12:42:12.075654   431 raft_consensus.cc:2243] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.076164   431 raft_consensus.cc:2272] T 74301b06df834286bf6cfd43d17476ba P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.077323 10275 ts_tablet_manager.cc:933] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: Initiating tablet copy from peer 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195:45475)
I20260608 12:42:12.079093 10275 tablet_copy_client.cc:323] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:45475
I20260608 12:42:12.079860   431 tablet_replica.cc:333] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95: stopping tablet replica
I20260608 12:42:12.080457   431 raft_consensus.cc:2243] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.080967   431 raft_consensus.cc:2272] T 2af7c243827b4e5696668d07b03ea254 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.084172   431 tablet_replica.cc:333] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95: stopping tablet replica
I20260608 12:42:12.084942   431 raft_consensus.cc:2243] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.085556   431 raft_consensus.cc:2272] T 7e2d89f1b9c248daa2c2da68495cefe7 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.088003   431 tablet_replica.cc:333] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95: stopping tablet replica
I20260608 12:42:12.088469   431 raft_consensus.cc:2243] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.088945   431 raft_consensus.cc:2272] T 3cae4aa4242e476dbb087761212bf865 P ba19c7ba122540b9a4699bf6b27eff95 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:42:12.091363  9877 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260608 12:42:12.095727  9877 consensus_peers.cc:597] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 -> Peer ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763): Couldn't send request to peer ba19c7ba122540b9a4699bf6b27eff95. 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:42:12.097486  9995 tablet_copy_service.cc:140] P 2d91a3b1d3924628976c52c44ce1fa5b: Received BeginTabletCopySession request for tablet 337dd78f43504dad9d043017b85b0f59 from peer 208e9bb9a2184eacb986c88b519e9557 ({username='slave'} at 127.0.0.1:57274)
I20260608 12:42:12.098156  9995 tablet_copy_service.cc:161] P 2d91a3b1d3924628976c52c44ce1fa5b: Beginning new tablet copy session on tablet 337dd78f43504dad9d043017b85b0f59 from peer 208e9bb9a2184eacb986c88b519e9557 at {username='slave'} at 127.0.0.1:57274: session id = 208e9bb9a2184eacb986c88b519e9557-337dd78f43504dad9d043017b85b0f59
I20260608 12:42:12.106317  9995 tablet_copy_source_session.cc:215] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:12.112077 10275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 337dd78f43504dad9d043017b85b0f59. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:12.112018 10280 ts_tablet_manager.cc:933] T 2af7c243827b4e5696668d07b03ea254 P 208e9bb9a2184eacb986c88b519e9557: Initiating tablet copy from peer da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155)
I20260608 12:42:12.123749   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:12.130084 10280 tablet_copy_client.cc:323] T 2af7c243827b4e5696668d07b03ea254 P 208e9bb9a2184eacb986c88b519e9557: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:34155
I20260608 12:42:12.132566 10275 tablet_copy_client.cc:806] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:12.133178 10275 tablet_copy_client.cc:670] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:12.142406 10275 tablet_copy_client.cc:538] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:12.153479   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:42:12.176503  9951 consensus_peers.cc:597] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b -> Peer ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763): Couldn't send request to peer ba19c7ba122540b9a4699bf6b27eff95. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34763: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:12.177241 10275 tablet_bootstrap.cc:492] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: Bootstrap starting.
W20260608 12:42:12.182641  9951 consensus_peers.cc:597] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b -> Peer ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763): Couldn't send request to peer ba19c7ba122540b9a4699bf6b27eff95. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34763: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:12.183976 10285 ts_tablet_manager.cc:933] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: Initiating tablet copy from peer 2d91a3b1d3924628976c52c44ce1fa5b (127.0.107.195:45475)
W20260608 12:42:12.196265  9951 consensus_peers.cc:597] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b -> Peer ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763): Couldn't send request to peer ba19c7ba122540b9a4699bf6b27eff95. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34763: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:12.204195 10285 tablet_copy_client.cc:323] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:45475
I20260608 12:42:12.206352  9995 tablet_copy_service.cc:140] P 2d91a3b1d3924628976c52c44ce1fa5b: Received BeginTabletCopySession request for tablet 74301b06df834286bf6cfd43d17476ba from peer 208e9bb9a2184eacb986c88b519e9557 ({username='slave'} at 127.0.0.1:57274)
I20260608 12:42:12.206915  9995 tablet_copy_service.cc:161] P 2d91a3b1d3924628976c52c44ce1fa5b: Beginning new tablet copy session on tablet 74301b06df834286bf6cfd43d17476ba from peer 208e9bb9a2184eacb986c88b519e9557 at {username='slave'} at 127.0.0.1:57274: session id = 208e9bb9a2184eacb986c88b519e9557-74301b06df834286bf6cfd43d17476ba
I20260608 12:42:12.215476  9995 tablet_copy_source_session.cc:215] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:12.220019   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:12.220557 10285 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74301b06df834286bf6cfd43d17476ba. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:12.221783   431 tablet_replica.cc:333] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940: stopping tablet replica
I20260608 12:42:12.222718   431 raft_consensus.cc:2243] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.223493   431 raft_consensus.cc:2272] T 337dd78f43504dad9d043017b85b0f59 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.227589   431 tablet_replica.cc:333] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940: stopping tablet replica
I20260608 12:42:12.228433   431 raft_consensus.cc:2243] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.229182   431 raft_consensus.cc:2272] T ccbe999eee6b4166865a0ed970132320 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.233978   431 tablet_replica.cc:333] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940: stopping tablet replica
I20260608 12:42:12.234843   431 raft_consensus.cc:2243] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.235476   431 raft_consensus.cc:2272] T af709da7dcab4b2fbe1c5bb98a6dd083 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.238245   431 tablet_replica.cc:333] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940: stopping tablet replica
I20260608 12:42:12.238993 10285 tablet_copy_client.cc:806] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:12.239002   431 raft_consensus.cc:2243] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.241780 10285 tablet_copy_client.cc:670] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:12.242120   431 raft_consensus.cc:2272] T 74301b06df834286bf6cfd43d17476ba P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:42:12.242178  9950 consensus_peers.cc:597] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b -> Peer da8b661c66a54b5c99d6aa72bbb76940 (127.0.107.194:34155): Couldn't send request to peer da8b661c66a54b5c99d6aa72bbb76940. 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:42:12.247453 10285 tablet_copy_client.cc:538] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260608 12:42:12.251791  9951 consensus_peers.cc:597] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b -> Peer ba19c7ba122540b9a4699bf6b27eff95 (127.0.107.193:34763): Couldn't send request to peer ba19c7ba122540b9a4699bf6b27eff95. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34763: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:12.254870   431 tablet_replica.cc:333] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940: stopping tablet replica
I20260608 12:42:12.255806   431 raft_consensus.cc:2243] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.256652 10285 tablet_bootstrap.cc:492] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: Bootstrap starting.
I20260608 12:42:12.257045   431 raft_consensus.cc:2272] T 2af7c243827b4e5696668d07b03ea254 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.260641   431 tablet_replica.cc:333] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940: stopping tablet replica
I20260608 12:42:12.261421   431 raft_consensus.cc:2243] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.262008   431 raft_consensus.cc:2272] T 0cdc3c09cde9465ab9ae050f4059fe9a P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.264827   431 tablet_replica.cc:333] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940: stopping tablet replica
I20260608 12:42:12.265563   431 raft_consensus.cc:2243] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.266247   431 raft_consensus.cc:2272] T 01f446ea0ef640cab2646d30cdfe5a6b P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.269032   431 tablet_replica.cc:333] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940: stopping tablet replica
I20260608 12:42:12.269688   431 raft_consensus.cc:2243] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.270301   431 raft_consensus.cc:2272] T de3fcac752d34886bd40cd73427828b8 P da8b661c66a54b5c99d6aa72bbb76940 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.298712   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:42:12.311945 10192 connection.cc:466] server connection from 127.0.0.1:53828 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:53828 (request call id 1) could send its response
I20260608 12:42:12.323807   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:12.332743 10275 tablet_bootstrap.cc:492] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: 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:42:12.333822 10275 tablet_bootstrap.cc:492] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: Bootstrap complete.
I20260608 12:42:12.334589 10275 ts_tablet_manager.cc:1403] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: Time spent bootstrapping tablet: real 0.158s	user 0.124s	sys 0.015s
I20260608 12:42:12.336642   431 tablet_copy_service.cc:362] P 2d91a3b1d3924628976c52c44ce1fa5b: Destroying tablet copy session 208e9bb9a2184eacb986c88b519e9557-74301b06df834286bf6cfd43d17476ba due to service shutdown
I20260608 12:42:12.337078   431 tablet_copy_service.cc:434] P 2d91a3b1d3924628976c52c44ce1fa5b: ending tablet copy session 208e9bb9a2184eacb986c88b519e9557-74301b06df834286bf6cfd43d17476ba on tablet 74301b06df834286bf6cfd43d17476ba with peer 208e9bb9a2184eacb986c88b519e9557
I20260608 12:42:12.337692   431 tablet_copy_service.cc:362] P 2d91a3b1d3924628976c52c44ce1fa5b: Destroying tablet copy session 208e9bb9a2184eacb986c88b519e9557-337dd78f43504dad9d043017b85b0f59 due to service shutdown
I20260608 12:42:12.337430 10275 raft_consensus.cc:359] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } attrs { replace: true } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } }
I20260608 12:42:12.338088   431 tablet_copy_service.cc:434] P 2d91a3b1d3924628976c52c44ce1fa5b: ending tablet copy session 208e9bb9a2184eacb986c88b519e9557-337dd78f43504dad9d043017b85b0f59 on tablet 337dd78f43504dad9d043017b85b0f59 with peer 208e9bb9a2184eacb986c88b519e9557
I20260608 12:42:12.338371 10275 raft_consensus.cc:740] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 208e9bb9a2184eacb986c88b519e9557, State: Initialized, Role: LEARNER
I20260608 12:42:12.339071 10275 consensus_queue.cc:260] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557 [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: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } attrs { replace: true } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } }
I20260608 12:42:12.374827   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:12.376947 10275 ts_tablet_manager.cc:1434] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: Time spent starting tablet: real 0.042s	user 0.019s	sys 0.022s
I20260608 12:42:12.376915   431 tablet_replica.cc:333] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b: stopping tablet replica
I20260608 12:42:12.379679   431 raft_consensus.cc:2243] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.380848   431 raft_consensus.cc:2272] T af709da7dcab4b2fbe1c5bb98a6dd083 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.383800   431 tablet_replica.cc:333] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b: stopping tablet replica
I20260608 12:42:12.384614   431 raft_consensus.cc:2243] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.385975   431 raft_consensus.cc:2272] T 74301b06df834286bf6cfd43d17476ba P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.390841   431 tablet_replica.cc:333] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b: stopping tablet replica
I20260608 12:42:12.391678   431 raft_consensus.cc:2243] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.392349   431 raft_consensus.cc:2272] T 2af7c243827b4e5696668d07b03ea254 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.395686   431 tablet_replica.cc:333] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b: stopping tablet replica
I20260608 12:42:12.396412   431 raft_consensus.cc:2243] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.397372   431 raft_consensus.cc:2272] T 01f446ea0ef640cab2646d30cdfe5a6b P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.400182   431 tablet_replica.cc:333] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b: stopping tablet replica
I20260608 12:42:12.400892   431 raft_consensus.cc:2243] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:12.401437   431 raft_consensus.cc:2272] T ccbe999eee6b4166865a0ed970132320 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.404728   431 tablet_replica.cc:333] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b: stopping tablet replica
I20260608 12:42:12.405438   431 raft_consensus.cc:2243] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.406702   431 raft_consensus.cc:2272] T 337dd78f43504dad9d043017b85b0f59 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.409746   431 tablet_replica.cc:333] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b: stopping tablet replica
I20260608 12:42:12.410413   431 raft_consensus.cc:2243] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.410719 10285 tablet_bootstrap.cc:492] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: 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:42:12.410995   431 raft_consensus.cc:2272] T a012c1d026bb46159fb50f34b53abbca P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.413486 10285 tablet_bootstrap.cc:492] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: Bootstrap complete.
I20260608 12:42:12.413931   431 tablet_replica.cc:333] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b: stopping tablet replica
I20260608 12:42:12.414227 10285 ts_tablet_manager.cc:1403] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: Time spent bootstrapping tablet: real 0.158s	user 0.115s	sys 0.017s
I20260608 12:42:12.414635   431 raft_consensus.cc:2243] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.415220   431 raft_consensus.cc:2272] T d78559dace124a23b0b609d384fc25e5 P 2d91a3b1d3924628976c52c44ce1fa5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.416782 10285 raft_consensus.cc:359] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } attrs { replace: true } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } }
I20260608 12:42:12.417523 10285 raft_consensus.cc:740] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 208e9bb9a2184eacb986c88b519e9557, State: Initialized, Role: LEARNER
I20260608 12:42:12.418090 10285 consensus_queue.cc:260] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557 [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: "ba19c7ba122540b9a4699bf6b27eff95" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34763 } attrs { replace: true } } peers { permanent_uuid: "da8b661c66a54b5c99d6aa72bbb76940" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34155 } } peers { permanent_uuid: "2d91a3b1d3924628976c52c44ce1fa5b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45475 } } peers { permanent_uuid: "208e9bb9a2184eacb986c88b519e9557" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34183 } attrs { promote: true } }
I20260608 12:42:12.420006 10285 ts_tablet_manager.cc:1434] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.000s
W20260608 12:42:12.433882 10285 tablet_copy_client.cc:1131] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:45475: connect: Connection refused (error 111)
I20260608 12:42:12.447255   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:12.464740   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
W20260608 12:42:12.480247 10275 tablet_copy_client.cc:1131] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:45475: connect: Connection refused (error 111)
I20260608 12:42:12.489312   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:12.490734   431 tablet_replica.cc:333] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557: stopping tablet replica
I20260608 12:42:12.491493   431 raft_consensus.cc:2243] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:12.491977   431 raft_consensus.cc:2272] T 74301b06df834286bf6cfd43d17476ba P 208e9bb9a2184eacb986c88b519e9557 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:12.495114   431 tablet_replica.cc:333] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557: stopping tablet replica
I20260608 12:42:12.495783   431 raft_consensus.cc:2243] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:12.496234   431 raft_consensus.cc:2272] T 337dd78f43504dad9d043017b85b0f59 P 208e9bb9a2184eacb986c88b519e9557 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:12.517793   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:12.529798   431 master.cc:562] Master@127.0.107.254:32985 shutting down...
W20260608 12:42:12.547942  9782 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:42:12.548197  9782 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:42:12.548383  9782 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:42:12.549501   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:12.549993   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:12.550251   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P d080ff0c401d481a811250ab75e064d4: stopping tablet replica
I20260608 12:42:12.571475   431 master.cc:584] Master@127.0.107.254:32985 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (6438 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260608 12:42:12.608079   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33579
I20260608 12:42:12.609218   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:12.614288 10290 instance_detector.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:12.614346 10291 instance_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:12.615824 10293 instance_detector.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:12.616935   431 server_base.cc:1061] running on GCE node
I20260608 12:42:12.617801   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:12.617991   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:12.618140   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922532618122 us; error 0 us; skew 500 ppm
I20260608 12:42:12.618719   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:12.621218   431 webserver.cc:533] Webserver started at http://127.0.107.254:40649/ using document root <none> and password file <none>
I20260608 12:42:12.621737   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:12.621908   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:12.622154   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:12.623196   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "cbe90d859ed945eb9e64bcca9c27d288"
format_stamp: "Formatted at 2026-06-08 12:42:12 on dist-test-slave-jl41"
I20260608 12:42:12.627570   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:42:12.630839 10298 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:12.631609   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:42:12.631873   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "cbe90d859ed945eb9e64bcca9c27d288"
format_stamp: "Formatted at 2026-06-08 12:42:12 on dist-test-slave-jl41"
I20260608 12:42:12.632131   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-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:12.645573   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:12.646552   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:12.680123   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33579
I20260608 12:42:12.680243 10349 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33579 every 8 connection(s)
I20260608 12:42:12.683914 10350 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:12.693715 10350 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288: Bootstrap starting.
I20260608 12:42:12.697950 10350 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:12.701647 10350 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288: No bootstrap required, opened a new log
I20260608 12:42:12.703662 10350 raft_consensus.cc:359] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cbe90d859ed945eb9e64bcca9c27d288" member_type: VOTER }
I20260608 12:42:12.704030 10350 raft_consensus.cc:385] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:12.704231 10350 raft_consensus.cc:740] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cbe90d859ed945eb9e64bcca9c27d288, State: Initialized, Role: FOLLOWER
I20260608 12:42:12.704789 10350 consensus_queue.cc:260] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cbe90d859ed945eb9e64bcca9c27d288" member_type: VOTER }
I20260608 12:42:12.705231 10350 raft_consensus.cc:399] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:12.705430 10350 raft_consensus.cc:493] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:12.705677 10350 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:12.710071 10350 raft_consensus.cc:515] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cbe90d859ed945eb9e64bcca9c27d288" member_type: VOTER }
I20260608 12:42:12.710567 10350 leader_election.cc:304] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [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: cbe90d859ed945eb9e64bcca9c27d288; no voters: 
I20260608 12:42:12.711666 10350 leader_election.cc:290] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:12.712039 10353 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:12.713421 10353 raft_consensus.cc:697] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [term 1 LEADER]: Becoming Leader. State: Replica: cbe90d859ed945eb9e64bcca9c27d288, State: Running, Role: LEADER
I20260608 12:42:12.714051 10353 consensus_queue.cc:237] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [LEADER]: Queue going to LEADER mode. State: All 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: "cbe90d859ed945eb9e64bcca9c27d288" member_type: VOTER }
I20260608 12:42:12.714502 10350 sys_catalog.cc:565] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:12.717967 10354 sys_catalog.cc:455] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "cbe90d859ed945eb9e64bcca9c27d288" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cbe90d859ed945eb9e64bcca9c27d288" member_type: VOTER } }
I20260608 12:42:12.718111 10355 sys_catalog.cc:455] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cbe90d859ed945eb9e64bcca9c27d288. Latest consensus state: current_term: 1 leader_uuid: "cbe90d859ed945eb9e64bcca9c27d288" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cbe90d859ed945eb9e64bcca9c27d288" member_type: VOTER } }
I20260608 12:42:12.718606 10354 sys_catalog.cc:458] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:12.718716 10355 sys_catalog.cc:458] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:12.724155 10360 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:12.729144 10360 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:12.731642   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:12.737979 10360 catalog_manager.cc:1382] Generated new cluster ID: 0214c56c13f1498d8203d7e90e37d294
I20260608 12:42:12.738240 10360 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:12.786664 10360 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:12.787973 10360 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:12.800442 10360 catalog_manager.cc:6069] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288: Generated new TSK 0
I20260608 12:42:12.801070 10360 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:12.862223   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:12.868288 10371 instance_detector.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:12.869220 10372 instance_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:12.870398 10374 instance_detector.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:12.870711   431 server_base.cc:1061] running on GCE node
I20260608 12:42:12.871654   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:12.871843   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:12.872018   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922532872001 us; error 0 us; skew 500 ppm
I20260608 12:42:12.872586   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:12.874811   431 webserver.cc:533] Webserver started at http://127.0.107.193:36621/ using document root <none> and password file <none>
I20260608 12:42:12.875334   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:12.875522   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:12.875783   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:12.876832   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c"
format_stamp: "Formatted at 2026-06-08 12:42:12 on dist-test-slave-jl41"
I20260608 12:42:12.881263   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:42:12.884567 10379 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:12.885288   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:12.885565   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c"
format_stamp: "Formatted at 2026-06-08 12:42:12 on dist-test-slave-jl41"
I20260608 12:42:12.885798   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-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:12.900285   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:12.901295   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:12.902698   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:12.905061   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:12.905237   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:12.905483   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:12.905629   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:12.942054   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:32985
I20260608 12:42:12.942186 10441 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:32985 every 8 connection(s)
I20260608 12:42:12.946808   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:12.953747 10446 instance_detector.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:12.954733 10447 instance_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:12.956753 10449 instance_detector.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:12.958114   431 server_base.cc:1061] running on GCE node
I20260608 12:42:12.959383   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:12.959604   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:12.959793   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922532959774 us; error 0 us; skew 500 ppm
I20260608 12:42:12.960373   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:12.962567 10442 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33579
I20260608 12:42:12.962939 10442 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:12.963272   431 webserver.cc:533] Webserver started at http://127.0.107.194:46129/ using document root <none> and password file <none>
I20260608 12:42:12.963778 10442 heartbeater.cc:507] Master 127.0.107.254:33579 requested a full tablet report, sending...
I20260608 12:42:12.963851   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:12.964159   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:12.964417   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:12.965521   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "29b97529943b4fc9b7ca19c6bdc7debc"
format_stamp: "Formatted at 2026-06-08 12:42:12 on dist-test-slave-jl41"
I20260608 12:42:12.966012 10315 ts_manager.cc:194] Registered new tserver with Master: 3be7b1e6b6c845dabd10f6b6ca00de6c (127.0.107.193:32985)
I20260608 12:42:12.968468 10315 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34750
I20260608 12:42:12.971246   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:42:12.974596 10454 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:12.975451   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:42:12.975734   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "29b97529943b4fc9b7ca19c6bdc7debc"
format_stamp: "Formatted at 2026-06-08 12:42:12 on dist-test-slave-jl41"
I20260608 12:42:12.976025   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-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:12.993633   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:12.994679   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:12.996073   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:12.998287   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:12.998492   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:12.998716   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:12.998883   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:13.035949   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41469
I20260608 12:42:13.036051 10516 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41469 every 8 connection(s)
I20260608 12:42:13.040879   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:13.048365 10521 instance_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:13.049461 10520 instance_detector.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:13.051225 10523 instance_detector.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:13.051379 10517 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33579
I20260608 12:42:13.052042 10517 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:13.052920 10517 heartbeater.cc:507] Master 127.0.107.254:33579 requested a full tablet report, sending...
I20260608 12:42:13.053151   431 server_base.cc:1061] running on GCE node
I20260608 12:42:13.053948   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:13.054195   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:13.054416   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922533054397 us; error 0 us; skew 500 ppm
I20260608 12:42:13.055110 10315 ts_manager.cc:194] Registered new tserver with Master: 29b97529943b4fc9b7ca19c6bdc7debc (127.0.107.194:41469)
I20260608 12:42:13.055106   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:13.056887 10315 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34756
I20260608 12:42:13.058060   431 webserver.cc:533] Webserver started at http://127.0.107.195:45321/ using document root <none> and password file <none>
I20260608 12:42:13.058590   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:13.058771   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:13.059024   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:13.060082   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "827d5f36c1004705be059e3d1f76e787"
format_stamp: "Formatted at 2026-06-08 12:42:13 on dist-test-slave-jl41"
I20260608 12:42:13.064256   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:42:13.067301 10528 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:13.068048   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:13.068325   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "827d5f36c1004705be059e3d1f76e787"
format_stamp: "Formatted at 2026-06-08 12:42:13 on dist-test-slave-jl41"
I20260608 12:42:13.068589   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922314084774-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:13.090966   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:13.092015   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:13.093327   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:13.095501   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:13.095691   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:13.095906   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:13.096057   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:13.131568   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36021
I20260608 12:42:13.131678 10590 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36021 every 8 connection(s)
I20260608 12:42:13.144469 10591 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33579
I20260608 12:42:13.144866 10591 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:13.145556 10591 heartbeater.cc:507] Master 127.0.107.254:33579 requested a full tablet report, sending...
I20260608 12:42:13.147557 10315 ts_manager.cc:194] Registered new tserver with Master: 827d5f36c1004705be059e3d1f76e787 (127.0.107.195:36021)
I20260608 12:42:13.148254   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013344631s
I20260608 12:42:13.148866 10315 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34768
I20260608 12:42:13.172268 10315 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34784:
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:13.174181 10315 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:13.212350 10482 tablet_service.cc:1511] Processing CreateTablet for tablet 38b130bd33854c60901d5a2d119786b7 (DEFAULT_TABLE table=test-workload [id=5ddef3f5924d4e11bb88377e6b7ac275]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:13.212450 10556 tablet_service.cc:1511] Processing CreateTablet for tablet 38b130bd33854c60901d5a2d119786b7 (DEFAULT_TABLE table=test-workload [id=5ddef3f5924d4e11bb88377e6b7ac275]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:13.213762 10556 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 38b130bd33854c60901d5a2d119786b7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:13.213762 10482 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 38b130bd33854c60901d5a2d119786b7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:13.219980 10407 tablet_service.cc:1511] Processing CreateTablet for tablet 38b130bd33854c60901d5a2d119786b7 (DEFAULT_TABLE table=test-workload [id=5ddef3f5924d4e11bb88377e6b7ac275]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:13.221362 10407 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 38b130bd33854c60901d5a2d119786b7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:13.230999 10606 tablet_bootstrap.cc:492] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc: Bootstrap starting.
I20260608 12:42:13.233278 10607 tablet_bootstrap.cc:492] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787: Bootstrap starting.
I20260608 12:42:13.235620 10608 tablet_bootstrap.cc:492] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c: Bootstrap starting.
I20260608 12:42:13.238294 10606 tablet_bootstrap.cc:654] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:13.239621 10607 tablet_bootstrap.cc:654] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:13.242132 10608 tablet_bootstrap.cc:654] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:13.244953 10607 tablet_bootstrap.cc:492] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787: No bootstrap required, opened a new log
I20260608 12:42:13.245471 10606 tablet_bootstrap.cc:492] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc: No bootstrap required, opened a new log
I20260608 12:42:13.245497 10607 ts_tablet_manager.cc:1403] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787: Time spent bootstrapping tablet: real 0.012s	user 0.005s	sys 0.006s
I20260608 12:42:13.246002 10606 ts_tablet_manager.cc:1403] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.002s
I20260608 12:42:13.247488 10608 tablet_bootstrap.cc:492] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c: No bootstrap required, opened a new log
I20260608 12:42:13.248021 10608 ts_tablet_manager.cc:1403] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.005s
I20260608 12:42:13.248451 10607 raft_consensus.cc:359] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "827d5f36c1004705be059e3d1f76e787" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36021 } } peers { permanent_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41469 } } peers { permanent_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32985 } }
I20260608 12:42:13.248828 10606 raft_consensus.cc:359] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "827d5f36c1004705be059e3d1f76e787" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36021 } } peers { permanent_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41469 } } peers { permanent_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32985 } }
I20260608 12:42:13.249271 10607 raft_consensus.cc:385] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:13.249596 10606 raft_consensus.cc:385] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:13.249646 10607 raft_consensus.cc:740] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 827d5f36c1004705be059e3d1f76e787, State: Initialized, Role: FOLLOWER
I20260608 12:42:13.250130 10606 raft_consensus.cc:740] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 29b97529943b4fc9b7ca19c6bdc7debc, State: Initialized, Role: FOLLOWER
I20260608 12:42:13.250593 10607 consensus_queue.cc:260] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "827d5f36c1004705be059e3d1f76e787" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36021 } } peers { permanent_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41469 } } peers { permanent_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32985 } }
I20260608 12:42:13.250829 10608 raft_consensus.cc:359] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "827d5f36c1004705be059e3d1f76e787" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36021 } } peers { permanent_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41469 } } peers { permanent_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32985 } }
I20260608 12:42:13.251004 10606 consensus_queue.cc:260] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "827d5f36c1004705be059e3d1f76e787" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36021 } } peers { permanent_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41469 } } peers { permanent_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32985 } }
I20260608 12:42:13.251621 10608 raft_consensus.cc:385] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:13.252931 10591 heartbeater.cc:499] Master 127.0.107.254:33579 was elected leader, sending a full tablet report...
I20260608 12:42:13.253230 10607 ts_tablet_manager.cc:1434] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:42:13.252151 10608 raft_consensus.cc:740] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3be7b1e6b6c845dabd10f6b6ca00de6c, State: Initialized, Role: FOLLOWER
I20260608 12:42:13.255435 10608 consensus_queue.cc:260] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "827d5f36c1004705be059e3d1f76e787" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36021 } } peers { permanent_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41469 } } peers { permanent_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32985 } }
I20260608 12:42:13.256897 10606 ts_tablet_manager.cc:1434] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.006s
I20260608 12:42:13.257692 10517 heartbeater.cc:499] Master 127.0.107.254:33579 was elected leader, sending a full tablet report...
I20260608 12:42:13.260707 10442 heartbeater.cc:499] Master 127.0.107.254:33579 was elected leader, sending a full tablet report...
I20260608 12:42:13.261201 10608 ts_tablet_manager.cc:1434] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.000s
I20260608 12:42:13.284963 10612 raft_consensus.cc:493] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:13.285461 10612 raft_consensus.cc:515] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "827d5f36c1004705be059e3d1f76e787" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36021 } } peers { permanent_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41469 } } peers { permanent_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32985 } }
I20260608 12:42:13.287691 10612 leader_election.cc:290] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 29b97529943b4fc9b7ca19c6bdc7debc (127.0.107.194:41469), 3be7b1e6b6c845dabd10f6b6ca00de6c (127.0.107.193:32985)
I20260608 12:42:13.296355 10613 raft_consensus.cc:493] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:13.296945 10613 raft_consensus.cc:515] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "827d5f36c1004705be059e3d1f76e787" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36021 } } peers { permanent_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41469 } } peers { permanent_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32985 } }
I20260608 12:42:13.297523 10492 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "38b130bd33854c60901d5a2d119786b7" candidate_uuid: "827d5f36c1004705be059e3d1f76e787" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" is_pre_election: true
I20260608 12:42:13.298238 10417 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "38b130bd33854c60901d5a2d119786b7" candidate_uuid: "827d5f36c1004705be059e3d1f76e787" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" is_pre_election: true
I20260608 12:42:13.298249 10492 raft_consensus.cc:2468] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 827d5f36c1004705be059e3d1f76e787 in term 0.
I20260608 12:42:13.299115 10417 raft_consensus.cc:2468] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 827d5f36c1004705be059e3d1f76e787 in term 0.
I20260608 12:42:13.300952 10531 leader_election.cc:304] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 29b97529943b4fc9b7ca19c6bdc7debc, 827d5f36c1004705be059e3d1f76e787; no voters: 
I20260608 12:42:13.301837 10612 raft_consensus.cc:2804] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:13.301870 10613 leader_election.cc:290] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 827d5f36c1004705be059e3d1f76e787 (127.0.107.195:36021), 3be7b1e6b6c845dabd10f6b6ca00de6c (127.0.107.193:32985)
I20260608 12:42:13.302377 10612 raft_consensus.cc:493] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:13.302764 10612 raft_consensus.cc:3060] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:13.308802 10612 raft_consensus.cc:515] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "827d5f36c1004705be059e3d1f76e787" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36021 } } peers { permanent_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41469 } } peers { permanent_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32985 } }
I20260608 12:42:13.309098 10566 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "38b130bd33854c60901d5a2d119786b7" candidate_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "827d5f36c1004705be059e3d1f76e787" is_pre_election: true
I20260608 12:42:13.310001 10566 raft_consensus.cc:2393] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 29b97529943b4fc9b7ca19c6bdc7debc in current term 1: Already voted for candidate 827d5f36c1004705be059e3d1f76e787 in this term.
I20260608 12:42:13.310724 10612 leader_election.cc:290] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [CANDIDATE]: Term 1 election: Requested vote from peers 29b97529943b4fc9b7ca19c6bdc7debc (127.0.107.194:41469), 3be7b1e6b6c845dabd10f6b6ca00de6c (127.0.107.193:32985)
I20260608 12:42:13.311417 10492 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "38b130bd33854c60901d5a2d119786b7" candidate_uuid: "827d5f36c1004705be059e3d1f76e787" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "29b97529943b4fc9b7ca19c6bdc7debc"
I20260608 12:42:13.312024 10492 raft_consensus.cc:3060] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:13.312289 10417 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "38b130bd33854c60901d5a2d119786b7" candidate_uuid: "827d5f36c1004705be059e3d1f76e787" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c"
I20260608 12:42:13.312846 10417 raft_consensus.cc:3060] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:13.315665 10416 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "38b130bd33854c60901d5a2d119786b7" candidate_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" is_pre_election: true
I20260608 12:42:13.317570 10455 leader_election.cc:304] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [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: 29b97529943b4fc9b7ca19c6bdc7debc; no voters: 3be7b1e6b6c845dabd10f6b6ca00de6c, 827d5f36c1004705be059e3d1f76e787
I20260608 12:42:13.318850 10492 raft_consensus.cc:2468] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 827d5f36c1004705be059e3d1f76e787 in term 1.
I20260608 12:42:13.319291 10613 raft_consensus.cc:2749] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:13.319862 10531 leader_election.cc:304] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 29b97529943b4fc9b7ca19c6bdc7debc, 827d5f36c1004705be059e3d1f76e787; no voters: 
I20260608 12:42:13.320349 10417 raft_consensus.cc:2468] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 827d5f36c1004705be059e3d1f76e787 in term 1.
I20260608 12:42:13.320561 10612 raft_consensus.cc:2804] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:13.321704 10612 raft_consensus.cc:697] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 1 LEADER]: Becoming Leader. State: Replica: 827d5f36c1004705be059e3d1f76e787, State: Running, Role: LEADER
I20260608 12:42:13.322477 10612 consensus_queue.cc:237] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "827d5f36c1004705be059e3d1f76e787" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36021 } } peers { permanent_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41469 } } peers { permanent_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32985 } }
I20260608 12:42:13.329401 10313 catalog_manager.cc:5696] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 reported cstate change: term changed from 0 to 1, leader changed from <none> to 827d5f36c1004705be059e3d1f76e787 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "827d5f36c1004705be059e3d1f76e787" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "827d5f36c1004705be059e3d1f76e787" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36021 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "29b97529943b4fc9b7ca19c6bdc7debc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41469 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3be7b1e6b6c845dabd10f6b6ca00de6c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32985 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:13.345587   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:13.360119   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:13.360859   431 tablet_replica.cc:333] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c: stopping tablet replica
I20260608 12:42:13.361353   431 raft_consensus.cc:2243] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:13.361742   431 raft_consensus.cc:2272] T 38b130bd33854c60901d5a2d119786b7 P 3be7b1e6b6c845dabd10f6b6ca00de6c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:13.380308   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:13.389357   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:13.403618   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:13.404480   431 tablet_replica.cc:333] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc: stopping tablet replica
I20260608 12:42:13.405010   431 raft_consensus.cc:2243] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:13.405447   431 raft_consensus.cc:2272] T 38b130bd33854c60901d5a2d119786b7 P 29b97529943b4fc9b7ca19c6bdc7debc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:13.424203   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:13.433439   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:13.450412   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:13.451258   431 tablet_replica.cc:333] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787: stopping tablet replica
I20260608 12:42:13.452281   431 raft_consensus.cc:2243] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:13.453171   431 pending_rounds.cc:70] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787: Trying to abort 1 pending ops.
I20260608 12:42:13.453346   431 pending_rounds.cc:77] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658696496041984 op_type: NO_OP noop_request { }
I20260608 12:42:13.453613   431 raft_consensus.cc:2889] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:13.453860   431 raft_consensus.cc:2272] T 38b130bd33854c60901d5a2d119786b7 P 827d5f36c1004705be059e3d1f76e787 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:13.472889   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:13.481631   431 master.cc:562] Master@127.0.107.254:33579 shutting down...
I20260608 12:42:13.495410   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:13.495904   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:13.496217   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P cbe90d859ed945eb9e64bcca9c27d288: stopping tablet replica
I20260608 12:42:13.514537   431 master.cc:584] Master@127.0.107.254:33579 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (936 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260608 12:42:13.544193   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38943
I20260608 12:42:13.545317   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:13.550050 10619 instance_detector.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:13.550287 10620 instance_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:13.551463 10622 instance_detector.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:13.552404   431 server_base.cc:1061] running on GCE node
I20260608 12:42:13.553110   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:13.553293   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:13.553417   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922533553406 us; error 0 us; skew 500 ppm
I20260608 12:42:13.553941   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:13.556114   431 webserver.cc:533] Webserver started at http://127.0.107.254:38529/ using document root <none> and password file <none>
I20260608 12:42:13.556569   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:13.556715   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:13.556916   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:13.557983   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "b12cd5b118ea4dd38611f11625eeafe1"
format_stamp: "Formatted at 2026-06-08 12:42:13 on dist-test-slave-jl41"
I20260608 12:42:13.562315   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:13.565618 10627 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:13.566404   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:13.566666   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "b12cd5b118ea4dd38611f11625eeafe1"
format_stamp: "Formatted at 2026-06-08 12:42:13 on dist-test-slave-jl41"
I20260608 12:42:13.566900   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-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:13.582996   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:13.583997   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:13.617380   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38943
I20260608 12:42:13.617487 10678 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38943 every 8 connection(s)
I20260608 12:42:13.621212 10679 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:13.631110 10679 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1: Bootstrap starting.
I20260608 12:42:13.635434 10679 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:13.639103 10679 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1: No bootstrap required, opened a new log
I20260608 12:42:13.641125 10679 raft_consensus.cc:359] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b12cd5b118ea4dd38611f11625eeafe1" member_type: VOTER }
I20260608 12:42:13.641501 10679 raft_consensus.cc:385] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:13.641708 10679 raft_consensus.cc:740] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b12cd5b118ea4dd38611f11625eeafe1, State: Initialized, Role: FOLLOWER
I20260608 12:42:13.642261 10679 consensus_queue.cc:260] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b12cd5b118ea4dd38611f11625eeafe1" member_type: VOTER }
I20260608 12:42:13.642699 10679 raft_consensus.cc:399] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:13.642906 10679 raft_consensus.cc:493] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:13.643154 10679 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:13.647361 10679 raft_consensus.cc:515] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b12cd5b118ea4dd38611f11625eeafe1" member_type: VOTER }
I20260608 12:42:13.647833 10679 leader_election.cc:304] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [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: b12cd5b118ea4dd38611f11625eeafe1; no voters: 
I20260608 12:42:13.648849 10679 leader_election.cc:290] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:13.649194 10682 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:13.650497 10682 raft_consensus.cc:697] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [term 1 LEADER]: Becoming Leader. State: Replica: b12cd5b118ea4dd38611f11625eeafe1, State: Running, Role: LEADER
I20260608 12:42:13.651065 10682 consensus_queue.cc:237] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [LEADER]: Queue going to LEADER mode. State: All 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: "b12cd5b118ea4dd38611f11625eeafe1" member_type: VOTER }
I20260608 12:42:13.651659 10679 sys_catalog.cc:565] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:13.653937 10683 sys_catalog.cc:455] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b12cd5b118ea4dd38611f11625eeafe1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b12cd5b118ea4dd38611f11625eeafe1" member_type: VOTER } }
I20260608 12:42:13.653985 10684 sys_catalog.cc:455] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b12cd5b118ea4dd38611f11625eeafe1. Latest consensus state: current_term: 1 leader_uuid: "b12cd5b118ea4dd38611f11625eeafe1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b12cd5b118ea4dd38611f11625eeafe1" member_type: VOTER } }
I20260608 12:42:13.654759 10683 sys_catalog.cc:458] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:13.654799 10684 sys_catalog.cc:458] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:13.657836 10688 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:13.662907 10688 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:13.665669   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:13.671644 10688 catalog_manager.cc:1382] Generated new cluster ID: 480e277bdc5f4e09af421cdeab766fe5
I20260608 12:42:13.671864 10688 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:13.691203 10688 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:13.692401 10688 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:13.703152 10688 catalog_manager.cc:6069] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1: Generated new TSK 0
I20260608 12:42:13.703670 10688 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:13.732650   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:13.738595 10700 instance_detector.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:13.739344 10701 instance_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:13.741140   431 server_base.cc:1061] running on GCE node
W20260608 12:42:13.741376 10703 instance_detector.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:13.742267   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:13.742470   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:13.742643   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922533742625 us; error 0 us; skew 500 ppm
I20260608 12:42:13.743225   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:13.745404   431 webserver.cc:533] Webserver started at http://127.0.107.193:44383/ using document root <none> and password file <none>
I20260608 12:42:13.745903   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:13.746076   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:13.746336   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:13.747426   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "60d9bb32623f4ac990ff346d34c26960"
format_stamp: "Formatted at 2026-06-08 12:42:13 on dist-test-slave-jl41"
I20260608 12:42:13.751776   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:42:13.755236 10708 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:13.756000   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:13.756290   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "60d9bb32623f4ac990ff346d34c26960"
format_stamp: "Formatted at 2026-06-08 12:42:13 on dist-test-slave-jl41"
I20260608 12:42:13.756551   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-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:13.778677   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:13.779811   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:13.781203   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:13.783490   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:13.783669   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:13.783918   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:13.784065   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:13.820551   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33303
I20260608 12:42:13.820663 10770 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33303 every 8 connection(s)
I20260608 12:42:13.825467   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:13.831808 10775 instance_detector.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:13.833458 10776 instance_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:13.835124 10778 instance_detector.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:13.835847   431 server_base.cc:1061] running on GCE node
I20260608 12:42:13.836844   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:13.837141   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:13.837378   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922533837358 us; error 0 us; skew 500 ppm
I20260608 12:42:13.837522 10771 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38943
I20260608 12:42:13.837944 10771 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:13.838227   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:13.838814 10771 heartbeater.cc:507] Master 127.0.107.254:38943 requested a full tablet report, sending...
I20260608 12:42:13.841022   431 webserver.cc:533] Webserver started at http://127.0.107.194:36013/ using document root <none> and password file <none>
I20260608 12:42:13.841369 10644 ts_manager.cc:194] Registered new tserver with Master: 60d9bb32623f4ac990ff346d34c26960 (127.0.107.193:33303)
I20260608 12:42:13.841545   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:13.841838   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:13.842108   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:13.843114   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "b0db85c65ccf4df2bd27081a30595857"
format_stamp: "Formatted at 2026-06-08 12:42:13 on dist-test-slave-jl41"
I20260608 12:42:13.843168 10644 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33032
I20260608 12:42:13.848044   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:42:13.851387 10783 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:13.852090   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:13.852360   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "b0db85c65ccf4df2bd27081a30595857"
format_stamp: "Formatted at 2026-06-08 12:42:13 on dist-test-slave-jl41"
I20260608 12:42:13.852638   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-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:13.860553   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:13.861487   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:13.862777   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:13.864987   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:13.865186   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:13.865399   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:13.865549   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:13.901880   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36169
I20260608 12:42:13.901991 10845 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36169 every 8 connection(s)
I20260608 12:42:13.906706   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:13.912874 10849 instance_detector.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:13.913390 10850 instance_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:13.916827 10852 instance_detector.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:13.916937   431 server_base.cc:1061] running on GCE node
I20260608 12:42:13.918009   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:13.918210   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:13.918426   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922533918406 us; error 0 us; skew 500 ppm
I20260608 12:42:13.918476 10846 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38943
I20260608 12:42:13.918921 10846 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:13.919330   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:13.919842 10846 heartbeater.cc:507] Master 127.0.107.254:38943 requested a full tablet report, sending...
I20260608 12:42:13.921901   431 webserver.cc:533] Webserver started at http://127.0.107.195:33621/ using document root <none> and password file <none>
I20260608 12:42:13.922204 10644 ts_manager.cc:194] Registered new tserver with Master: b0db85c65ccf4df2bd27081a30595857 (127.0.107.194:36169)
I20260608 12:42:13.922610   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:13.922894   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:13.923218   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:13.924067 10644 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33040
I20260608 12:42:13.924685   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "07ce02e018574976b53a2373e0477611"
format_stamp: "Formatted at 2026-06-08 12:42:13 on dist-test-slave-jl41"
I20260608 12:42:13.929176   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:42:13.932277 10857 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:13.932986   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:13.933255   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "07ce02e018574976b53a2373e0477611"
format_stamp: "Formatted at 2026-06-08 12:42:13 on dist-test-slave-jl41"
I20260608 12:42:13.933507   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-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:13.950062   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:13.951040   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:13.952430   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:13.954761   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:13.954967   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:13.955180   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:13.955353   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:42:13.991608   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44807
I20260608 12:42:13.991716 10919 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44807 every 8 connection(s)
I20260608 12:42:13.996526   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:14.004240 10923 instance_detector.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:14.005226 10924 instance_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:14.007732 10920 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38943
I20260608 12:42:14.008080   431 server_base.cc:1061] running on GCE node
I20260608 12:42:14.008311 10920 heartbeater.cc:461] Registering TS with master...
W20260608 12:42:14.009013 10926 instance_detector.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:14.009450 10920 heartbeater.cc:507] Master 127.0.107.254:38943 requested a full tablet report, sending...
I20260608 12:42:14.009966   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:14.010227   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:14.010399   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922534010383 us; error 0 us; skew 500 ppm
I20260608 12:42:14.011049   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:14.011564 10644 ts_manager.cc:194] Registered new tserver with Master: 07ce02e018574976b53a2373e0477611 (127.0.107.195:44807)
I20260608 12:42:14.013062 10644 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33052
I20260608 12:42:14.013572   431 webserver.cc:533] Webserver started at http://127.0.107.196:43513/ using document root <none> and password file <none>
I20260608 12:42:14.014118   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:14.014334   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:14.014667   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:14.015947   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "463ad478e7e14cc2827fa7c5f08863ae"
format_stamp: "Formatted at 2026-06-08 12:42:14 on dist-test-slave-jl41"
I20260608 12:42:14.020344   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260608 12:42:14.023540 10931 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:14.024264   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:14.024642   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "463ad478e7e14cc2827fa7c5f08863ae"
format_stamp: "Formatted at 2026-06-08 12:42:14 on dist-test-slave-jl41"
I20260608 12:42:14.024967   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922314084774-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:14.042410   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:14.043594   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:14.045044   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:14.047377   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:14.047585   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:14.047848   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:14.048010   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:14.086745   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:36879
I20260608 12:42:14.086861 10993 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:36879 every 8 connection(s)
I20260608 12:42:14.100240 10994 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38943
I20260608 12:42:14.100656 10994 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:14.101308 10994 heartbeater.cc:507] Master 127.0.107.254:38943 requested a full tablet report, sending...
I20260608 12:42:14.103137 10644 ts_manager.cc:194] Registered new tserver with Master: 463ad478e7e14cc2827fa7c5f08863ae (127.0.107.196:36879)
I20260608 12:42:14.103430   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.013477676s
I20260608 12:42:14.104521 10644 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33056
I20260608 12:42:14.126008 10644 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33064:
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:42:14.196823 10736 tablet_service.cc:1511] Processing CreateTablet for tablet 97a93ed62b5e48b7bc263960cf05b9b6 (DEFAULT_TABLE table=test-workload [id=71b18a0eeb614dc99db6f40e9288e4f1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:14.197852 10736 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 97a93ed62b5e48b7bc263960cf05b9b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:14.202466 10885 tablet_service.cc:1511] Processing CreateTablet for tablet 97a93ed62b5e48b7bc263960cf05b9b6 (DEFAULT_TABLE table=test-workload [id=71b18a0eeb614dc99db6f40e9288e4f1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:14.203523 10885 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 97a93ed62b5e48b7bc263960cf05b9b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:14.205535 10811 tablet_service.cc:1511] Processing CreateTablet for tablet 97a93ed62b5e48b7bc263960cf05b9b6 (DEFAULT_TABLE table=test-workload [id=71b18a0eeb614dc99db6f40e9288e4f1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:14.206804 10811 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 97a93ed62b5e48b7bc263960cf05b9b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:14.215736 11009 tablet_bootstrap.cc:492] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960: Bootstrap starting.
I20260608 12:42:14.217525 11010 tablet_bootstrap.cc:492] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611: Bootstrap starting.
I20260608 12:42:14.220919 11009 tablet_bootstrap.cc:654] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:14.223924 11010 tablet_bootstrap.cc:654] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:14.225453 11012 tablet_bootstrap.cc:492] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857: Bootstrap starting.
I20260608 12:42:14.229946 11009 tablet_bootstrap.cc:492] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960: No bootstrap required, opened a new log
I20260608 12:42:14.230474 11009 ts_tablet_manager.cc:1403] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.007s
I20260608 12:42:14.231052 11010 tablet_bootstrap.cc:492] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611: No bootstrap required, opened a new log
I20260608 12:42:14.231503 11010 ts_tablet_manager.cc:1403] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.006s
I20260608 12:42:14.232933 11012 tablet_bootstrap.cc:654] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:14.233642 11010 raft_consensus.cc:359] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d9bb32623f4ac990ff346d34c26960" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33303 } } peers { permanent_uuid: "b0db85c65ccf4df2bd27081a30595857" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36169 } } peers { permanent_uuid: "07ce02e018574976b53a2373e0477611" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44807 } }
I20260608 12:42:14.234258 11010 raft_consensus.cc:385] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:14.233440 11009 raft_consensus.cc:359] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d9bb32623f4ac990ff346d34c26960" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33303 } } peers { permanent_uuid: "b0db85c65ccf4df2bd27081a30595857" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36169 } } peers { permanent_uuid: "07ce02e018574976b53a2373e0477611" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44807 } }
I20260608 12:42:14.234479 11010 raft_consensus.cc:740] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07ce02e018574976b53a2373e0477611, State: Initialized, Role: FOLLOWER
I20260608 12:42:14.234637 11009 raft_consensus.cc:385] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:14.235231 11009 raft_consensus.cc:740] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 60d9bb32623f4ac990ff346d34c26960, State: Initialized, Role: FOLLOWER
I20260608 12:42:14.235486 11010 consensus_queue.cc:260] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d9bb32623f4ac990ff346d34c26960" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33303 } } peers { permanent_uuid: "b0db85c65ccf4df2bd27081a30595857" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36169 } } peers { permanent_uuid: "07ce02e018574976b53a2373e0477611" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44807 } }
I20260608 12:42:14.236153 11009 consensus_queue.cc:260] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d9bb32623f4ac990ff346d34c26960" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33303 } } peers { permanent_uuid: "b0db85c65ccf4df2bd27081a30595857" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36169 } } peers { permanent_uuid: "07ce02e018574976b53a2373e0477611" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44807 } }
I20260608 12:42:14.238515 11010 ts_tablet_manager.cc:1434] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260608 12:42:14.239112 11012 tablet_bootstrap.cc:492] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857: No bootstrap required, opened a new log
I20260608 12:42:14.239208 11009 ts_tablet_manager.cc:1434] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.001s
I20260608 12:42:14.239748 11012 ts_tablet_manager.cc:1403] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.000s
I20260608 12:42:14.240108 10771 heartbeater.cc:499] Master 127.0.107.254:38943 was elected leader, sending a full tablet report...
I20260608 12:42:14.240190 10920 heartbeater.cc:499] Master 127.0.107.254:38943 was elected leader, sending a full tablet report...
I20260608 12:42:14.243460 11012 raft_consensus.cc:359] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d9bb32623f4ac990ff346d34c26960" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33303 } } peers { permanent_uuid: "b0db85c65ccf4df2bd27081a30595857" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36169 } } peers { permanent_uuid: "07ce02e018574976b53a2373e0477611" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44807 } }
I20260608 12:42:14.244441 11012 raft_consensus.cc:385] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:14.244671 11012 raft_consensus.cc:740] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0db85c65ccf4df2bd27081a30595857, State: Initialized, Role: FOLLOWER
I20260608 12:42:14.245311 11012 consensus_queue.cc:260] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d9bb32623f4ac990ff346d34c26960" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33303 } } peers { permanent_uuid: "b0db85c65ccf4df2bd27081a30595857" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36169 } } peers { permanent_uuid: "07ce02e018574976b53a2373e0477611" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44807 } }
I20260608 12:42:14.247445 10846 heartbeater.cc:499] Master 127.0.107.254:38943 was elected leader, sending a full tablet report...
I20260608 12:42:14.249650 11012 ts_tablet_manager.cc:1434] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
W20260608 12:42:14.660997 10692 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:14.685267 11016 raft_consensus.cc:493] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:14.685811 11016 raft_consensus.cc:515] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d9bb32623f4ac990ff346d34c26960" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33303 } } peers { permanent_uuid: "b0db85c65ccf4df2bd27081a30595857" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36169 } } peers { permanent_uuid: "07ce02e018574976b53a2373e0477611" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44807 } }
I20260608 12:42:14.687995 11016 leader_election.cc:290] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b0db85c65ccf4df2bd27081a30595857 (127.0.107.194:36169), 07ce02e018574976b53a2373e0477611 (127.0.107.195:44807)
I20260608 12:42:14.696414 11017 raft_consensus.cc:493] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:14.697013 11017 raft_consensus.cc:515] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d9bb32623f4ac990ff346d34c26960" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33303 } } peers { permanent_uuid: "b0db85c65ccf4df2bd27081a30595857" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36169 } } peers { permanent_uuid: "07ce02e018574976b53a2373e0477611" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44807 } }
I20260608 12:42:14.697798 10895 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97a93ed62b5e48b7bc263960cf05b9b6" candidate_uuid: "60d9bb32623f4ac990ff346d34c26960" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07ce02e018574976b53a2373e0477611" is_pre_election: true
I20260608 12:42:14.698062 10821 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97a93ed62b5e48b7bc263960cf05b9b6" candidate_uuid: "60d9bb32623f4ac990ff346d34c26960" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0db85c65ccf4df2bd27081a30595857" is_pre_election: true
I20260608 12:42:14.698590 10895 raft_consensus.cc:2468] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 60d9bb32623f4ac990ff346d34c26960 in term 0.
I20260608 12:42:14.698695 10821 raft_consensus.cc:2468] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 60d9bb32623f4ac990ff346d34c26960 in term 0.
I20260608 12:42:14.699558 11017 leader_election.cc:290] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 60d9bb32623f4ac990ff346d34c26960 (127.0.107.193:33303), 07ce02e018574976b53a2373e0477611 (127.0.107.195:44807)
I20260608 12:42:14.700102 10712 leader_election.cc:304] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 60d9bb32623f4ac990ff346d34c26960, b0db85c65ccf4df2bd27081a30595857; no voters: 
I20260608 12:42:14.702207 11016 raft_consensus.cc:2804] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:14.702652 11016 raft_consensus.cc:493] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:14.703095 11016 raft_consensus.cc:3060] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:14.709892 11016 raft_consensus.cc:515] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d9bb32623f4ac990ff346d34c26960" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33303 } } peers { permanent_uuid: "b0db85c65ccf4df2bd27081a30595857" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36169 } } peers { permanent_uuid: "07ce02e018574976b53a2373e0477611" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44807 } }
I20260608 12:42:14.711668 10895 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97a93ed62b5e48b7bc263960cf05b9b6" candidate_uuid: "b0db85c65ccf4df2bd27081a30595857" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07ce02e018574976b53a2373e0477611" is_pre_election: true
I20260608 12:42:14.712342 10895 raft_consensus.cc:2468] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0db85c65ccf4df2bd27081a30595857 in term 0.
I20260608 12:42:14.712754 10821 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97a93ed62b5e48b7bc263960cf05b9b6" candidate_uuid: "60d9bb32623f4ac990ff346d34c26960" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0db85c65ccf4df2bd27081a30595857"
I20260608 12:42:14.712963 11016 leader_election.cc:290] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [CANDIDATE]: Term 1 election: Requested vote from peers b0db85c65ccf4df2bd27081a30595857 (127.0.107.194:36169), 07ce02e018574976b53a2373e0477611 (127.0.107.195:44807)
I20260608 12:42:14.713342 10821 raft_consensus.cc:3060] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:14.713690 10786 leader_election.cc:304] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07ce02e018574976b53a2373e0477611, b0db85c65ccf4df2bd27081a30595857; no voters: 
I20260608 12:42:14.713649 10894 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97a93ed62b5e48b7bc263960cf05b9b6" candidate_uuid: "60d9bb32623f4ac990ff346d34c26960" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07ce02e018574976b53a2373e0477611"
I20260608 12:42:14.714349 10746 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97a93ed62b5e48b7bc263960cf05b9b6" candidate_uuid: "b0db85c65ccf4df2bd27081a30595857" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "60d9bb32623f4ac990ff346d34c26960" is_pre_election: true
I20260608 12:42:14.714633 10894 raft_consensus.cc:3060] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:14.715227 10746 raft_consensus.cc:2393] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b0db85c65ccf4df2bd27081a30595857 in current term 1: Already voted for candidate 60d9bb32623f4ac990ff346d34c26960 in this term.
I20260608 12:42:14.719179 10821 raft_consensus.cc:2468] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 60d9bb32623f4ac990ff346d34c26960 in term 1.
I20260608 12:42:14.719451 10894 raft_consensus.cc:2468] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 60d9bb32623f4ac990ff346d34c26960 in term 1.
I20260608 12:42:14.719664 11017 raft_consensus.cc:2764] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260608 12:42:14.720222 10712 leader_election.cc:304] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 60d9bb32623f4ac990ff346d34c26960, b0db85c65ccf4df2bd27081a30595857; no voters: 
I20260608 12:42:14.721278 11016 raft_consensus.cc:2804] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:14.722081 11016 raft_consensus.cc:697] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 1 LEADER]: Becoming Leader. State: Replica: 60d9bb32623f4ac990ff346d34c26960, State: Running, Role: LEADER
I20260608 12:42:14.722759 11016 consensus_queue.cc:237] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d9bb32623f4ac990ff346d34c26960" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33303 } } peers { permanent_uuid: "b0db85c65ccf4df2bd27081a30595857" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36169 } } peers { permanent_uuid: "07ce02e018574976b53a2373e0477611" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44807 } }
I20260608 12:42:14.729614 10644 catalog_manager.cc:5696] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 reported cstate change: term changed from 0 to 1, leader changed from <none> to 60d9bb32623f4ac990ff346d34c26960 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "60d9bb32623f4ac990ff346d34c26960" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d9bb32623f4ac990ff346d34c26960" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33303 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b0db85c65ccf4df2bd27081a30595857" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36169 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "07ce02e018574976b53a2373e0477611" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44807 } health_report { overall_health: UNKNOWN } } }
W20260608 12:42:14.777237   431 auto_rebalancer.cc:591] Failed to schedule move for tablet 97a93ed62b5e48b7bc263960cf05b9b6: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:42:14.778344   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:14.793481   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:14.794133   431 tablet_replica.cc:333] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960: stopping tablet replica
I20260608 12:42:14.794689   431 raft_consensus.cc:2243] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.795296   431 pending_rounds.cc:70] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960: Trying to abort 1 pending ops.
I20260608 12:42:14.795547   431 pending_rounds.cc:77] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658702231470080 op_type: NO_OP noop_request { }
I20260608 12:42:14.795806   431 raft_consensus.cc:2889] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:14.796079   431 raft_consensus.cc:2272] T 97a93ed62b5e48b7bc263960cf05b9b6 P 60d9bb32623f4ac990ff346d34c26960 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.815438   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:14.824218   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:14.839046   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:14.839684   431 tablet_replica.cc:333] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857: stopping tablet replica
I20260608 12:42:14.840176   431 raft_consensus.cc:2243] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.840570   431 raft_consensus.cc:2272] T 97a93ed62b5e48b7bc263960cf05b9b6 P b0db85c65ccf4df2bd27081a30595857 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.858726   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:14.867688   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:14.883358   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:14.883949   431 tablet_replica.cc:333] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611: stopping tablet replica
I20260608 12:42:14.884425   431 raft_consensus.cc:2243] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:14.884778   431 raft_consensus.cc:2272] T 97a93ed62b5e48b7bc263960cf05b9b6 P 07ce02e018574976b53a2373e0477611 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.902688   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:14.911494   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:14.926075   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:14.941174   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:14.948928   431 master.cc:562] Master@127.0.107.254:38943 shutting down...
I20260608 12:42:14.963438   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:14.963948   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:14.964263   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P b12cd5b118ea4dd38611f11625eeafe1: stopping tablet replica
I20260608 12:42:14.981683   431 master.cc:584] Master@127.0.107.254:38943 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1467 ms)
[----------] 22 tests from AutoRebalancerTest (220760 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260608 12:42:15.011569   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41107
I20260608 12:42:15.012804   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:15.019027 11031 instance_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:15.019580 11030 instance_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:42:15.021934   431 server_base.cc:1061] running on GCE node
W20260608 12:42:15.021977 11033 instance_detector.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:15.022886   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:15.023078   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:15.023234   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922535023216 us; error 0 us; skew 500 ppm
I20260608 12:42:15.023849   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:15.026069   431 webserver.cc:533] Webserver started at http://127.0.107.254:33667/ using document root <none> and password file <none>
I20260608 12:42:15.026584   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:15.026757   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:15.027010   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:15.028084   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "6b01c88cf425426eb4326f48e5d90b88"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-jl41"
I20260608 12:42:15.032411   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 12:42:15.035662 11038 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:15.036415   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:15.036682   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "6b01c88cf425426eb4326f48e5d90b88"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-jl41"
I20260608 12:42:15.036940   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-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:15.054190   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:15.055203   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:15.088843   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41107
I20260608 12:42:15.088975 11089 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41107 every 8 connection(s)
I20260608 12:42:15.092785 11090 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:15.102845 11090 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88: Bootstrap starting.
I20260608 12:42:15.107143 11090 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:15.110944 11090 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88: No bootstrap required, opened a new log
I20260608 12:42:15.112969 11090 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b01c88cf425426eb4326f48e5d90b88" member_type: VOTER }
I20260608 12:42:15.113341 11090 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:15.113565 11090 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6b01c88cf425426eb4326f48e5d90b88, State: Initialized, Role: FOLLOWER
I20260608 12:42:15.114195 11090 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6b01c88cf425426eb4326f48e5d90b88" member_type: VOTER }
I20260608 12:42:15.114637 11090 raft_consensus.cc:399] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:15.114846 11090 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:15.115087 11090 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:15.119537 11090 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b01c88cf425426eb4326f48e5d90b88" member_type: VOTER }
I20260608 12:42:15.120056 11090 leader_election.cc:304] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [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: 6b01c88cf425426eb4326f48e5d90b88; no voters: 
I20260608 12:42:15.121170 11090 leader_election.cc:290] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:15.121541 11093 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:15.122854 11093 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [term 1 LEADER]: Becoming Leader. State: Replica: 6b01c88cf425426eb4326f48e5d90b88, State: Running, Role: LEADER
I20260608 12:42:15.123553 11093 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [LEADER]: Queue going to LEADER mode. State: All 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: "6b01c88cf425426eb4326f48e5d90b88" member_type: VOTER }
I20260608 12:42:15.123912 11090 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:15.126381 11094 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "6b01c88cf425426eb4326f48e5d90b88" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b01c88cf425426eb4326f48e5d90b88" member_type: VOTER } }
I20260608 12:42:15.126468 11095 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6b01c88cf425426eb4326f48e5d90b88. Latest consensus state: current_term: 1 leader_uuid: "6b01c88cf425426eb4326f48e5d90b88" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b01c88cf425426eb4326f48e5d90b88" member_type: VOTER } }
I20260608 12:42:15.127197 11094 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:15.127251 11095 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:15.130323 11099 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:15.135272 11099 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:15.139053   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:15.144302 11099 catalog_manager.cc:1382] Generated new cluster ID: d589d7858260444cb0cd3ccc3c70bb95
I20260608 12:42:15.144582 11099 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:15.167361 11099 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:15.168686 11099 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:15.180130 11099 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88: Generated new TSK 0
I20260608 12:42:15.180735 11099 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:15.205675   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:15.212462 11111 instance_detector.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:15.213611 11112 instance_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:15.214814 11114 instance_detector.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:15.215348   431 server_base.cc:1061] running on GCE node
I20260608 12:42:15.216205   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:15.216394   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:15.216583   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922535216563 us; error 0 us; skew 500 ppm
I20260608 12:42:15.217163   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:15.219723   431 webserver.cc:533] Webserver started at http://127.0.107.193:37001/ using document root <none> and password file <none>
I20260608 12:42:15.220206   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:15.220378   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:15.220634   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:15.221735   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "0d188749acee47f3843be5dfad695535"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-jl41"
I20260608 12:42:15.226186   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:42:15.229391 11119 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:15.230085   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:15.230356   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "0d188749acee47f3843be5dfad695535"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-jl41"
I20260608 12:42:15.230626   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-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:15.255667   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:15.256691   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:15.258057   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:15.260303   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:15.260507   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.260735   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:15.260917   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.299896   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44817
I20260608 12:42:15.300010 11181 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44817 every 8 connection(s)
I20260608 12:42:15.304929   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:15.311862 11186 instance_detector.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:15.313633 11187 instance_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:15.316612 11189 instance_detector.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:15.340804   431 server_base.cc:1061] running on GCE node
I20260608 12:42:15.344202   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:15.344518   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:15.344411 11182 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41107
I20260608 12:42:15.345016   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922535344993 us; error 0 us; skew 500 ppm
I20260608 12:42:15.345301 11182 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:15.345932   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:15.346385 11182 heartbeater.cc:507] Master 127.0.107.254:41107 requested a full tablet report, sending...
I20260608 12:42:15.350023   431 webserver.cc:533] Webserver started at http://127.0.107.194:36915/ using document root <none> and password file <none>
I20260608 12:42:15.350023 11055 ts_manager.cc:194] Registered new tserver with Master: 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817)
I20260608 12:42:15.350883   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:15.351153   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:15.351473   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:15.352670 11055 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33652
I20260608 12:42:15.353101   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "ff7b36edb81848749d0d0503a7ad413f"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-jl41"
I20260608 12:42:15.358677   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260608 12:42:15.362390 11195 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:15.363206   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:42:15.363521   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "ff7b36edb81848749d0d0503a7ad413f"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-jl41"
I20260608 12:42:15.363798   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-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:15.380452   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:15.381717   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:15.383205   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:15.385721   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:15.385934   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.386162   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:15.386320   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.426215   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40293
I20260608 12:42:15.426347 11257 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40293 every 8 connection(s)
I20260608 12:42:15.432283   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:15.440001 11261 instance_detector.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:15.440685 11262 instance_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:15.443585 11264 instance_detector.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:15.444203   431 server_base.cc:1061] running on GCE node
I20260608 12:42:15.445343   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:15.445628   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:15.445802   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922535445786 us; error 0 us; skew 500 ppm
I20260608 12:42:15.446089 11258 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41107
I20260608 12:42:15.446542 11258 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:15.446597   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:15.447621 11258 heartbeater.cc:507] Master 127.0.107.254:41107 requested a full tablet report, sending...
I20260608 12:42:15.449643   431 webserver.cc:533] Webserver started at http://127.0.107.195:35593/ using document root <none> and password file <none>
I20260608 12:42:15.450088 11055 ts_manager.cc:194] Registered new tserver with Master: ff7b36edb81848749d0d0503a7ad413f (127.0.107.194:40293)
I20260608 12:42:15.450393   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:15.450671   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:15.451005   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:15.452091 11055 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33658
I20260608 12:42:15.452787   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "83b41ce11b1a411d8c352ae73131fa9b"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-jl41"
I20260608 12:42:15.458000   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260608 12:42:15.461529 11269 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:15.462280   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:15.462558   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "83b41ce11b1a411d8c352ae73131fa9b"
format_stamp: "Formatted at 2026-06-08 12:42:15 on dist-test-slave-jl41"
I20260608 12:42:15.462818   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-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:15.482438   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:15.483701   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:15.485142   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:15.487514   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:15.487717   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.487938   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:15.488092   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:15.528191   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40045
I20260608 12:42:15.528326 11331 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40045 every 8 connection(s)
I20260608 12:42:15.543030 11332 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41107
I20260608 12:42:15.543479 11332 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:15.544262 11332 heartbeater.cc:507] Master 127.0.107.254:41107 requested a full tablet report, sending...
I20260608 12:42:15.546244 11055 ts_manager.cc:194] Registered new tserver with Master: 83b41ce11b1a411d8c352ae73131fa9b (127.0.107.195:40045)
I20260608 12:42:15.546360   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014781841s
I20260608 12:42:15.548270 11055 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33660
I20260608 12:42:16.356079 11182 heartbeater.cc:499] Master 127.0.107.254:41107 was elected leader, sending a full tablet report...
I20260608 12:42:16.455397 11258 heartbeater.cc:499] Master 127.0.107.254:41107 was elected leader, sending a full tablet report...
I20260608 12:42:16.551604 11332 heartbeater.cc:499] Master 127.0.107.254:41107 was elected leader, sending a full tablet report...
I20260608 12:42:16.606115 11055 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33674:
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:42:16.608918 11055 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:16.669739 11297 tablet_service.cc:1511] Processing CreateTablet for tablet 82f34a0353e24a078af50392faeeec21 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:16.672621 11296 tablet_service.cc:1511] Processing CreateTablet for tablet 01a72779225d42f08caee107e90dbdbd (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:16.674028 11297 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82f34a0353e24a078af50392faeeec21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.676697 11295 tablet_service.cc:1511] Processing CreateTablet for tablet 06592bf6685b4a67b22cd553ab99ceb6 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:16.678274 11295 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06592bf6685b4a67b22cd553ab99ceb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.680691 11294 tablet_service.cc:1511] Processing CreateTablet for tablet 4a820b724d2340fb998d1a267d233f0d (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:16.682401 11294 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a820b724d2340fb998d1a267d233f0d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.683669 11296 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 01a72779225d42f08caee107e90dbdbd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.686874 11293 tablet_service.cc:1511] Processing CreateTablet for tablet 079c7092adac4f1589195935504929a4 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:16.688280 11293 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 079c7092adac4f1589195935504929a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.691257 11292 tablet_service.cc:1511] Processing CreateTablet for tablet d9bebd7a8afd46b181fecb83de286088 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:16.692744 11292 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d9bebd7a8afd46b181fecb83de286088. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.709971 11351 tablet_bootstrap.cc:492] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b: Bootstrap starting.
I20260608 12:42:16.718720 11351 tablet_bootstrap.cc:654] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.722983 11223 tablet_service.cc:1511] Processing CreateTablet for tablet 82f34a0353e24a078af50392faeeec21 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:16.724650 11223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82f34a0353e24a078af50392faeeec21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.732666 11221 tablet_service.cc:1511] Processing CreateTablet for tablet 06592bf6685b4a67b22cd553ab99ceb6 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:16.733939 11221 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06592bf6685b4a67b22cd553ab99ceb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.736676 11220 tablet_service.cc:1511] Processing CreateTablet for tablet 4a820b724d2340fb998d1a267d233f0d (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:16.737107 11218 tablet_service.cc:1511] Processing CreateTablet for tablet d9bebd7a8afd46b181fecb83de286088 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:16.738161 11220 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a820b724d2340fb998d1a267d233f0d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.739029 11218 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d9bebd7a8afd46b181fecb83de286088. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.739634 11219 tablet_service.cc:1511] Processing CreateTablet for tablet 079c7092adac4f1589195935504929a4 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:16.740985 11219 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 079c7092adac4f1589195935504929a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.743464 11351 tablet_bootstrap.cc:492] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b: No bootstrap required, opened a new log
I20260608 12:42:16.743049 11222 tablet_service.cc:1511] Processing CreateTablet for tablet 01a72779225d42f08caee107e90dbdbd (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:16.744032 11351 ts_tablet_manager.cc:1403] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b: Time spent bootstrapping tablet: real 0.034s	user 0.009s	sys 0.011s
I20260608 12:42:16.744611 11222 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 01a72779225d42f08caee107e90dbdbd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.747551 11351 raft_consensus.cc:359] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.748499 11351 raft_consensus.cc:385] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.748812 11351 raft_consensus.cc:740] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83b41ce11b1a411d8c352ae73131fa9b, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.751278 11351 consensus_queue.cc:260] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.767027 11147 tablet_service.cc:1511] Processing CreateTablet for tablet 82f34a0353e24a078af50392faeeec21 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:16.769032 11147 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82f34a0353e24a078af50392faeeec21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.769418 11142 tablet_service.cc:1511] Processing CreateTablet for tablet d9bebd7a8afd46b181fecb83de286088 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:16.770920 11143 tablet_service.cc:1511] Processing CreateTablet for tablet 079c7092adac4f1589195935504929a4 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:16.767819 11144 tablet_service.cc:1511] Processing CreateTablet for tablet 4a820b724d2340fb998d1a267d233f0d (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:16.771365 11146 tablet_service.cc:1511] Processing CreateTablet for tablet 01a72779225d42f08caee107e90dbdbd (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:16.773890 11145 tablet_service.cc:1511] Processing CreateTablet for tablet 06592bf6685b4a67b22cd553ab99ceb6 (DEFAULT_TABLE table=test-workload [id=43c337192dcf4511978e3108e6fc0e8b]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:16.779136 11143 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 079c7092adac4f1589195935504929a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.779883 11145 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06592bf6685b4a67b22cd553ab99ceb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.782635 11146 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 01a72779225d42f08caee107e90dbdbd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.783720 11142 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d9bebd7a8afd46b181fecb83de286088. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.788457 11144 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a820b724d2340fb998d1a267d233f0d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:16.802500 11351 ts_tablet_manager.cc:1434] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b: Time spent starting tablet: real 0.058s	user 0.009s	sys 0.007s
I20260608 12:42:16.803830 11351 tablet_bootstrap.cc:492] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b: Bootstrap starting.
I20260608 12:42:16.810806 11351 tablet_bootstrap.cc:654] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.824276 11356 tablet_bootstrap.cc:492] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f: Bootstrap starting.
I20260608 12:42:16.825683 11354 tablet_bootstrap.cc:492] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535: Bootstrap starting.
I20260608 12:42:16.826432 11351 tablet_bootstrap.cc:492] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b: No bootstrap required, opened a new log
I20260608 12:42:16.826889 11351 ts_tablet_manager.cc:1403] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.002s
I20260608 12:42:16.829236 11351 raft_consensus.cc:359] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.829761 11351 raft_consensus.cc:385] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.829983 11351 raft_consensus.cc:740] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83b41ce11b1a411d8c352ae73131fa9b, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.830585 11351 consensus_queue.cc:260] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.832674 11351 ts_tablet_manager.cc:1434] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.003s
I20260608 12:42:16.833367 11354 tablet_bootstrap.cc:654] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.833746 11351 tablet_bootstrap.cc:492] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b: Bootstrap starting.
I20260608 12:42:16.837116 11356 tablet_bootstrap.cc:654] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.842634 11354 tablet_bootstrap.cc:492] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535: No bootstrap required, opened a new log
I20260608 12:42:16.843391 11354 ts_tablet_manager.cc:1403] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.004s
I20260608 12:42:16.843914 11351 tablet_bootstrap.cc:654] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.846282 11354 raft_consensus.cc:359] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.846896 11354 raft_consensus.cc:385] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.847267 11356 tablet_bootstrap.cc:492] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f: No bootstrap required, opened a new log
I20260608 12:42:16.847239 11354 raft_consensus.cc:740] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d188749acee47f3843be5dfad695535, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.848088 11356 ts_tablet_manager.cc:1403] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f: Time spent bootstrapping tablet: real 0.024s	user 0.007s	sys 0.008s
I20260608 12:42:16.848421 11354 consensus_queue.cc:260] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.849476 11351 tablet_bootstrap.cc:492] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b: No bootstrap required, opened a new log
I20260608 12:42:16.850049 11351 ts_tablet_manager.cc:1403] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.001s
I20260608 12:42:16.851158 11354 ts_tablet_manager.cc:1434] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260608 12:42:16.851389 11356 raft_consensus.cc:359] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } }
I20260608 12:42:16.852212 11356 raft_consensus.cc:385] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.852741 11354 tablet_bootstrap.cc:492] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535: Bootstrap starting.
I20260608 12:42:16.852697 11356 raft_consensus.cc:740] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff7b36edb81848749d0d0503a7ad413f, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.853155 11351 raft_consensus.cc:359] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.854074 11351 raft_consensus.cc:385] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.854008 11356 consensus_queue.cc:260] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } }
I20260608 12:42:16.854519 11351 raft_consensus.cc:740] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83b41ce11b1a411d8c352ae73131fa9b, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.855543 11351 consensus_queue.cc:260] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.858047 11351 ts_tablet_manager.cc:1434] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:16.859295 11351 tablet_bootstrap.cc:492] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b: Bootstrap starting.
I20260608 12:42:16.864868 11354 tablet_bootstrap.cc:654] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.866672 11351 tablet_bootstrap.cc:654] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.869772 11356 ts_tablet_manager.cc:1434] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f: Time spent starting tablet: real 0.021s	user 0.012s	sys 0.007s
I20260608 12:42:16.871070 11356 tablet_bootstrap.cc:492] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f: Bootstrap starting.
I20260608 12:42:16.878337 11356 tablet_bootstrap.cc:654] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.879715 11354 tablet_bootstrap.cc:492] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535: No bootstrap required, opened a new log
I20260608 12:42:16.882453 11354 ts_tablet_manager.cc:1403] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535: Time spent bootstrapping tablet: real 0.030s	user 0.016s	sys 0.000s
I20260608 12:42:16.885164 11356 tablet_bootstrap.cc:492] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f: No bootstrap required, opened a new log
I20260608 12:42:16.885872 11356 ts_tablet_manager.cc:1403] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.005s
I20260608 12:42:16.885697 11354 raft_consensus.cc:359] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } }
I20260608 12:42:16.887666 11354 raft_consensus.cc:385] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.887924 11354 raft_consensus.cc:740] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d188749acee47f3843be5dfad695535, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.888626 11354 consensus_queue.cc:260] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } }
I20260608 12:42:16.889194 11351 tablet_bootstrap.cc:492] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b: No bootstrap required, opened a new log
I20260608 12:42:16.889194 11356 raft_consensus.cc:359] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.889981 11351 ts_tablet_manager.cc:1403] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b: Time spent bootstrapping tablet: real 0.031s	user 0.017s	sys 0.013s
I20260608 12:42:16.890180 11356 raft_consensus.cc:385] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.890560 11356 raft_consensus.cc:740] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff7b36edb81848749d0d0503a7ad413f, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.890604 11354 ts_tablet_manager.cc:1434] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.000s
I20260608 12:42:16.891927 11354 tablet_bootstrap.cc:492] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535: Bootstrap starting.
I20260608 12:42:16.891671 11356 consensus_queue.cc:260] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.893200 11351 raft_consensus.cc:359] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.893981 11351 raft_consensus.cc:385] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.894304 11351 raft_consensus.cc:740] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83b41ce11b1a411d8c352ae73131fa9b, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.895236 11351 consensus_queue.cc:260] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.897183 11356 ts_tablet_manager.cc:1434] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 12:42:16.897559 11351 ts_tablet_manager.cc:1434] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260608 12:42:16.898336 11356 tablet_bootstrap.cc:492] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f: Bootstrap starting.
I20260608 12:42:16.898628 11351 tablet_bootstrap.cc:492] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b: Bootstrap starting.
I20260608 12:42:16.899530 11354 tablet_bootstrap.cc:654] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.905272 11351 tablet_bootstrap.cc:654] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.905632 11356 tablet_bootstrap.cc:654] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.917534 11351 tablet_bootstrap.cc:492] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b: No bootstrap required, opened a new log
I20260608 12:42:16.918116 11351 ts_tablet_manager.cc:1403] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.005s
I20260608 12:42:16.918251 11356 tablet_bootstrap.cc:492] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f: No bootstrap required, opened a new log
I20260608 12:42:16.918833 11356 ts_tablet_manager.cc:1403] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f: Time spent bootstrapping tablet: real 0.021s	user 0.007s	sys 0.012s
I20260608 12:42:16.921336 11351 raft_consensus.cc:359] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.922153 11351 raft_consensus.cc:385] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.921886 11356 raft_consensus.cc:359] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.922535 11351 raft_consensus.cc:740] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83b41ce11b1a411d8c352ae73131fa9b, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.922770 11356 raft_consensus.cc:385] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.923177 11356 raft_consensus.cc:740] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff7b36edb81848749d0d0503a7ad413f, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.923525 11351 consensus_queue.cc:260] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.924149 11356 consensus_queue.cc:260] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.926038 11351 ts_tablet_manager.cc:1434] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260608 12:42:16.926798 11356 ts_tablet_manager.cc:1434] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:42:16.927151 11351 tablet_bootstrap.cc:492] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b: Bootstrap starting.
I20260608 12:42:16.927937 11356 tablet_bootstrap.cc:492] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f: Bootstrap starting.
I20260608 12:42:16.934465 11351 tablet_bootstrap.cc:654] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.935129 11356 tablet_bootstrap.cc:654] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.936367 11361 raft_consensus.cc:493] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:16.936959 11361 raft_consensus.cc:515] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } }
I20260608 12:42:16.948769 11353 raft_consensus.cc:493] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:16.949434 11353 raft_consensus.cc:515] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.940641 11361 leader_election.cc:290] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83b41ce11b1a411d8c352ae73131fa9b (127.0.107.195:40045), 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817)
I20260608 12:42:16.954810 11353 leader_election.cc:290] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817), ff7b36edb81848749d0d0503a7ad413f (127.0.107.194:40293)
I20260608 12:42:16.964568 11354 tablet_bootstrap.cc:492] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535: No bootstrap required, opened a new log
I20260608 12:42:16.966864 11354 ts_tablet_manager.cc:1403] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535: Time spent bootstrapping tablet: real 0.075s	user 0.039s	sys 0.012s
I20260608 12:42:16.969511 11351 tablet_bootstrap.cc:492] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b: No bootstrap required, opened a new log
I20260608 12:42:16.970045 11351 ts_tablet_manager.cc:1403] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b: Time spent bootstrapping tablet: real 0.043s	user 0.008s	sys 0.012s
I20260608 12:42:16.970147 11354 raft_consensus.cc:359] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.970958 11354 raft_consensus.cc:385] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.975814 11356 tablet_bootstrap.cc:492] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f: No bootstrap required, opened a new log
I20260608 12:42:16.976349 11356 ts_tablet_manager.cc:1403] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f: Time spent bootstrapping tablet: real 0.049s	user 0.013s	sys 0.007s
I20260608 12:42:16.971246 11354 raft_consensus.cc:740] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d188749acee47f3843be5dfad695535, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.977691 11307 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82f34a0353e24a078af50392faeeec21" candidate_uuid: "ff7b36edb81848749d0d0503a7ad413f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83b41ce11b1a411d8c352ae73131fa9b" is_pre_election: true
I20260608 12:42:16.978987 11354 consensus_queue.cc:260] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.979391 11356 raft_consensus.cc:359] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
W20260608 12:42:16.979902 11197 leader_election.cc:343] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 83b41ce11b1a411d8c352ae73131fa9b (127.0.107.195:40045): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:16.980181 11356 raft_consensus.cc:385] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.980494 11356 raft_consensus.cc:740] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff7b36edb81848749d0d0503a7ad413f, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.981489 11354 ts_tablet_manager.cc:1434] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.000s
I20260608 12:42:16.982592 11354 tablet_bootstrap.cc:492] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535: Bootstrap starting.
I20260608 12:42:16.984216 11351 raft_consensus.cc:359] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } }
I20260608 12:42:16.984962 11351 raft_consensus.cc:385] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:16.985240 11351 raft_consensus.cc:740] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83b41ce11b1a411d8c352ae73131fa9b, State: Initialized, Role: FOLLOWER
I20260608 12:42:16.985999 11351 consensus_queue.cc:260] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } }
I20260608 12:42:16.987044 11157 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82f34a0353e24a078af50392faeeec21" candidate_uuid: "ff7b36edb81848749d0d0503a7ad413f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535" is_pre_election: true
I20260608 12:42:16.987056 11356 consensus_queue.cc:260] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:16.987910 11157 raft_consensus.cc:2468] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ff7b36edb81848749d0d0503a7ad413f in term 0.
I20260608 12:42:16.989724 11356 ts_tablet_manager.cc:1434] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:42:16.989545 11196 leader_election.cc:304] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [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: 0d188749acee47f3843be5dfad695535, ff7b36edb81848749d0d0503a7ad413f; no voters: 83b41ce11b1a411d8c352ae73131fa9b
I20260608 12:42:16.990965 11356 tablet_bootstrap.cc:492] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f: Bootstrap starting.
I20260608 12:42:16.990907 11361 raft_consensus.cc:2804] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:16.991549 11361 raft_consensus.cc:493] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:16.991892 11361 raft_consensus.cc:3060] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:16.993456 11351 ts_tablet_manager.cc:1434] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.000s
I20260608 12:42:16.997802 11356 tablet_bootstrap.cc:654] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:16.999507 11361 raft_consensus.cc:515] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } }
I20260608 12:42:16.999891 11354 tablet_bootstrap.cc:654] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:17.011837 11307 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82f34a0353e24a078af50392faeeec21" candidate_uuid: "ff7b36edb81848749d0d0503a7ad413f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83b41ce11b1a411d8c352ae73131fa9b"
I20260608 12:42:17.012105 11157 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82f34a0353e24a078af50392faeeec21" candidate_uuid: "ff7b36edb81848749d0d0503a7ad413f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535"
I20260608 12:42:17.012619 11307 raft_consensus.cc:3060] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.012745 11157 raft_consensus.cc:3060] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.019956 11156 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "079c7092adac4f1589195935504929a4" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535" is_pre_election: true
I20260608 12:42:17.020798 11156 raft_consensus.cc:2468] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 0.
I20260608 12:42:17.022723 11157 raft_consensus.cc:2468] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff7b36edb81848749d0d0503a7ad413f in term 1.
I20260608 12:42:17.022986 11270 leader_election.cc:304] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d188749acee47f3843be5dfad695535, 83b41ce11b1a411d8c352ae73131fa9b; no voters: 
I20260608 12:42:17.027426 11353 raft_consensus.cc:2804] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:17.027612 11307 raft_consensus.cc:2468] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff7b36edb81848749d0d0503a7ad413f in term 1.
I20260608 12:42:17.026039 11376 raft_consensus.cc:493] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:17.027832 11353 raft_consensus.cc:493] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:17.028370 11353 raft_consensus.cc:3060] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.029224 11354 tablet_bootstrap.cc:492] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535: No bootstrap required, opened a new log
I20260608 12:42:17.029759 11354 ts_tablet_manager.cc:1403] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535: Time spent bootstrapping tablet: real 0.047s	user 0.019s	sys 0.014s
I20260608 12:42:17.024809 11361 leader_election.cc:290] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [CANDIDATE]: Term 1 election: Requested vote from peers 83b41ce11b1a411d8c352ae73131fa9b (127.0.107.195:40045), 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817)
I20260608 12:42:17.031944 11376 raft_consensus.cc:515] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.037953 11353 raft_consensus.cc:515] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.039220 11376 leader_election.cc:290] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817), 83b41ce11b1a411d8c352ae73131fa9b (127.0.107.195:40045)
I20260608 12:42:17.040086 11306 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d9bebd7a8afd46b181fecb83de286088" candidate_uuid: "ff7b36edb81848749d0d0503a7ad413f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83b41ce11b1a411d8c352ae73131fa9b" is_pre_election: true
I20260608 12:42:17.040755 11377 raft_consensus.cc:493] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:17.041352 11377 raft_consensus.cc:515] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.040804 11306 raft_consensus.cc:2468] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ff7b36edb81848749d0d0503a7ad413f in term 0.
I20260608 12:42:17.036403 11196 leader_election.cc:304] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d188749acee47f3843be5dfad695535, ff7b36edb81848749d0d0503a7ad413f; no voters: 
I20260608 12:42:17.043521 11356 tablet_bootstrap.cc:492] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f: No bootstrap required, opened a new log
I20260608 12:42:17.043756 11377 leader_election.cc:290] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817), ff7b36edb81848749d0d0503a7ad413f (127.0.107.194:40293)
I20260608 12:42:17.033172 11354 raft_consensus.cc:359] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.043416 11157 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "079c7092adac4f1589195935504929a4" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535"
I20260608 12:42:17.044040 11356 ts_tablet_manager.cc:1403] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f: Time spent bootstrapping tablet: real 0.053s	user 0.020s	sys 0.012s
I20260608 12:42:17.044279 11354 raft_consensus.cc:385] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:17.044898 11232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "079c7092adac4f1589195935504929a4" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff7b36edb81848749d0d0503a7ad413f"
I20260608 12:42:17.045234 11354 raft_consensus.cc:740] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d188749acee47f3843be5dfad695535, State: Initialized, Role: FOLLOWER
I20260608 12:42:17.046129 11354 consensus_queue.cc:260] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.047955 11155 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a820b724d2340fb998d1a267d233f0d" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535" is_pre_election: true
I20260608 12:42:17.048267 11356 raft_consensus.cc:359] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.048774 11354 ts_tablet_manager.cc:1434] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.001s
I20260608 12:42:17.041635 11353 leader_election.cc:290] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 election: Requested vote from peers 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817), ff7b36edb81848749d0d0503a7ad413f (127.0.107.194:40293)
I20260608 12:42:17.049026 11356 raft_consensus.cc:385] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:17.049798 11356 raft_consensus.cc:740] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff7b36edb81848749d0d0503a7ad413f, State: Initialized, Role: FOLLOWER
I20260608 12:42:17.045037 11157 raft_consensus.cc:3060] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.050655 11356 consensus_queue.cc:260] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.041561 11233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "079c7092adac4f1589195935504929a4" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff7b36edb81848749d0d0503a7ad413f" is_pre_election: true
I20260608 12:42:17.052721 11232 raft_consensus.cc:3060] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.052963 11356 ts_tablet_manager.cc:1434] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.004s
I20260608 12:42:17.053977 11361 raft_consensus.cc:2804] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:17.054622 11356 tablet_bootstrap.cc:492] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f: Bootstrap starting.
I20260608 12:42:17.044128 11156 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d9bebd7a8afd46b181fecb83de286088" candidate_uuid: "ff7b36edb81848749d0d0503a7ad413f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535" is_pre_election: true
I20260608 12:42:17.055610 11156 raft_consensus.cc:2468] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ff7b36edb81848749d0d0503a7ad413f in term 0.
I20260608 12:42:17.057014 11196 leader_election.cc:304] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d188749acee47f3843be5dfad695535, ff7b36edb81848749d0d0503a7ad413f; no voters: 
I20260608 12:42:17.057230 11157 raft_consensus.cc:2468] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 1.
I20260608 12:42:17.049891 11354 tablet_bootstrap.cc:492] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535: Bootstrap starting.
I20260608 12:42:17.060410 11232 raft_consensus.cc:2468] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 1.
I20260608 12:42:17.062177 11233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a820b724d2340fb998d1a267d233f0d" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff7b36edb81848749d0d0503a7ad413f" is_pre_election: true
I20260608 12:42:17.063683 11233 raft_consensus.cc:2468] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 0.
I20260608 12:42:17.064252 11356 tablet_bootstrap.cc:654] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:17.065071 11354 tablet_bootstrap.cc:654] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535: Neither blocks nor log segments found. Creating new log.
W20260608 12:42:17.062980 11270 leader_election.cc:343] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:17.066485 11270 leader_election.cc:304] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d188749acee47f3843be5dfad695535, 83b41ce11b1a411d8c352ae73131fa9b; no voters: 
I20260608 12:42:17.067405 11353 raft_consensus.cc:2804] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:17.067891 11353 raft_consensus.cc:697] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 LEADER]: Becoming Leader. State: Replica: 83b41ce11b1a411d8c352ae73131fa9b, State: Running, Role: LEADER
I20260608 12:42:17.068892 11353 consensus_queue.cc:237] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.074283 11376 raft_consensus.cc:2804] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:17.076783 11376 raft_consensus.cc:493] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:17.078352 11376 raft_consensus.cc:3060] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.076684 11270 leader_election.cc:304] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [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: 83b41ce11b1a411d8c352ae73131fa9b, ff7b36edb81848749d0d0503a7ad413f; no voters: 0d188749acee47f3843be5dfad695535
I20260608 12:42:17.089857 11377 raft_consensus.cc:2804] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:17.090289 11377 raft_consensus.cc:493] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:17.090637 11377 raft_consensus.cc:3060] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.106700 11376 raft_consensus.cc:515] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.118080 11356 tablet_bootstrap.cc:492] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f: No bootstrap required, opened a new log
I20260608 12:42:17.118711 11356 ts_tablet_manager.cc:1403] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f: Time spent bootstrapping tablet: real 0.064s	user 0.034s	sys 0.027s
I20260608 12:42:17.120270 11306 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d9bebd7a8afd46b181fecb83de286088" candidate_uuid: "ff7b36edb81848749d0d0503a7ad413f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83b41ce11b1a411d8c352ae73131fa9b"
W20260608 12:42:17.123513 11196 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:44817, user_credentials={real_user=slave}} blocked reactor thread for 66603.5us
I20260608 12:42:17.124430 11306 raft_consensus.cc:3060] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.117692 11377 raft_consensus.cc:515] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.125716 11361 raft_consensus.cc:697] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 1 LEADER]: Becoming Leader. State: Replica: ff7b36edb81848749d0d0503a7ad413f, State: Running, Role: LEADER
I20260608 12:42:17.125871 11157 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d9bebd7a8afd46b181fecb83de286088" candidate_uuid: "ff7b36edb81848749d0d0503a7ad413f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535"
I20260608 12:42:17.126561 11157 raft_consensus.cc:3060] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.126665 11361 consensus_queue.cc:237] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } }
I20260608 12:42:17.129665 11377 leader_election.cc:290] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 election: Requested vote from peers 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817), ff7b36edb81848749d0d0503a7ad413f (127.0.107.194:40293)
I20260608 12:42:17.130259 11353 raft_consensus.cc:493] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:17.135363 11353 raft_consensus.cc:515] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.132773 11306 raft_consensus.cc:2468] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff7b36edb81848749d0d0503a7ad413f in term 1.
W20260608 12:42:17.136518 11103 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:17.123545 11356 raft_consensus.cc:359] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.118777 11376 leader_election.cc:290] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [CANDIDATE]: Term 1 election: Requested vote from peers 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817), 83b41ce11b1a411d8c352ae73131fa9b (127.0.107.195:40045)
I20260608 12:42:17.133786 11157 raft_consensus.cc:2468] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff7b36edb81848749d0d0503a7ad413f in term 1.
I20260608 12:42:17.137252 11197 leader_election.cc:304] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83b41ce11b1a411d8c352ae73131fa9b, ff7b36edb81848749d0d0503a7ad413f; no voters: 
I20260608 12:42:17.137253 11356 raft_consensus.cc:385] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:17.138260 11356 raft_consensus.cc:740] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff7b36edb81848749d0d0503a7ad413f, State: Initialized, Role: FOLLOWER
I20260608 12:42:17.138808 11378 raft_consensus.cc:2804] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Leader election won for term 1
W20260608 12:42:17.130672 11270 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.194:40293, user_credentials={real_user=slave}} blocked reactor thread for 54079.6us
I20260608 12:42:17.139360 11378 raft_consensus.cc:697] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 1 LEADER]: Becoming Leader. State: Replica: ff7b36edb81848749d0d0503a7ad413f, State: Running, Role: LEADER
I20260608 12:42:17.139695 11356 consensus_queue.cc:260] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.140583 11378 consensus_queue.cc:237] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.140836 11157 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a820b724d2340fb998d1a267d233f0d" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535"
I20260608 12:42:17.142122 11356 ts_tablet_manager.cc:1434] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f: Time spent starting tablet: real 0.021s	user 0.003s	sys 0.003s
I20260608 12:42:17.143520 11232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a820b724d2340fb998d1a267d233f0d" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff7b36edb81848749d0d0503a7ad413f"
I20260608 12:42:17.144245 11232 raft_consensus.cc:3060] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:42:17.144315 11270 leader_election.cc:343] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:17.148167 11353 leader_election.cc:290] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817), ff7b36edb81848749d0d0503a7ad413f (127.0.107.194:40293)
I20260608 12:42:17.150234 11157 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06592bf6685b4a67b22cd553ab99ceb6" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535" is_pre_election: true
I20260608 12:42:17.150640 11233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06592bf6685b4a67b22cd553ab99ceb6" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff7b36edb81848749d0d0503a7ad413f" is_pre_election: true
I20260608 12:42:17.151153 11157 raft_consensus.cc:2468] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 0.
I20260608 12:42:17.151538 11233 raft_consensus.cc:2468] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 0.
I20260608 12:42:17.152799 11270 leader_election.cc:304] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d188749acee47f3843be5dfad695535, 83b41ce11b1a411d8c352ae73131fa9b; no voters: 
I20260608 12:42:17.154330 11353 raft_consensus.cc:2804] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:17.154786 11353 raft_consensus.cc:493] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:17.155177 11353 raft_consensus.cc:3060] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.156450 11053 catalog_manager.cc:5696] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b reported cstate change: term changed from 0 to 1, leader changed from <none> to 83b41ce11b1a411d8c352ae73131fa9b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "83b41ce11b1a411d8c352ae73131fa9b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:17.163375 11354 tablet_bootstrap.cc:492] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535: No bootstrap required, opened a new log
I20260608 12:42:17.163188 11232 raft_consensus.cc:2468] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 1.
I20260608 12:42:17.163949 11354 ts_tablet_manager.cc:1403] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535: Time spent bootstrapping tablet: real 0.114s	user 0.031s	sys 0.056s
I20260608 12:42:17.164559 11270 leader_election.cc:304] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [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: 83b41ce11b1a411d8c352ae73131fa9b, ff7b36edb81848749d0d0503a7ad413f; no voters: 0d188749acee47f3843be5dfad695535
I20260608 12:42:17.165758 11383 raft_consensus.cc:2804] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:17.166333 11383 raft_consensus.cc:697] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 1 LEADER]: Becoming Leader. State: Replica: 83b41ce11b1a411d8c352ae73131fa9b, State: Running, Role: LEADER
I20260608 12:42:17.162935 11353 raft_consensus.cc:515] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.167260 11383 consensus_queue.cc:237] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.167479 11354 raft_consensus.cc:359] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.168215 11354 raft_consensus.cc:385] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:17.168538 11354 raft_consensus.cc:740] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d188749acee47f3843be5dfad695535, State: Initialized, Role: FOLLOWER
I20260608 12:42:17.168877 11353 leader_election.cc:290] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 election: Requested vote from peers 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817), ff7b36edb81848749d0d0503a7ad413f (127.0.107.194:40293)
I20260608 12:42:17.169310 11354 consensus_queue.cc:260] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.171814 11232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06592bf6685b4a67b22cd553ab99ceb6" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff7b36edb81848749d0d0503a7ad413f"
I20260608 12:42:17.172042 11354 ts_tablet_manager.cc:1434] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:42:17.172643 11232 raft_consensus.cc:3060] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.174494 11157 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06592bf6685b4a67b22cd553ab99ceb6" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535"
I20260608 12:42:17.175264 11354 tablet_bootstrap.cc:492] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535: Bootstrap starting.
I20260608 12:42:17.175127 11157 raft_consensus.cc:3060] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.180373 11232 raft_consensus.cc:2468] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 1.
I20260608 12:42:17.182058 11270 leader_election.cc:304] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83b41ce11b1a411d8c352ae73131fa9b, ff7b36edb81848749d0d0503a7ad413f; no voters: 
I20260608 12:42:17.182631 11354 tablet_bootstrap.cc:654] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:17.183177 11353 raft_consensus.cc:2804] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:17.183799 11353 raft_consensus.cc:697] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 LEADER]: Becoming Leader. State: Replica: 83b41ce11b1a411d8c352ae73131fa9b, State: Running, Role: LEADER
I20260608 12:42:17.184731 11353 consensus_queue.cc:237] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.185261 11157 raft_consensus.cc:2468] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 1.
I20260608 12:42:17.199169 11354 tablet_bootstrap.cc:492] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535: No bootstrap required, opened a new log
I20260608 12:42:17.199998 11354 ts_tablet_manager.cc:1403] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535: Time spent bootstrapping tablet: real 0.025s	user 0.005s	sys 0.018s
I20260608 12:42:17.203903 11354 raft_consensus.cc:359] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.204720 11354 raft_consensus.cc:385] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:17.205672 11354 raft_consensus.cc:740] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d188749acee47f3843be5dfad695535, State: Initialized, Role: FOLLOWER
I20260608 12:42:17.204944 11054 catalog_manager.cc:5696] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f reported cstate change: term changed from 0 to 1, leader changed from <none> to ff7b36edb81848749d0d0503a7ad413f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "ff7b36edb81848749d0d0503a7ad413f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:17.206858 11353 raft_consensus.cc:493] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:17.206605 11354 consensus_queue.cc:260] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.207451 11353 raft_consensus.cc:515] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.207608 11053 catalog_manager.cc:5696] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b reported cstate change: term changed from 0 to 1, leader changed from <none> to 83b41ce11b1a411d8c352ae73131fa9b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "83b41ce11b1a411d8c352ae73131fa9b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:17.209040 11354 ts_tablet_manager.cc:1434] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260608 12:42:17.209779 11353 leader_election.cc:290] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817), ff7b36edb81848749d0d0503a7ad413f (127.0.107.194:40293)
I20260608 12:42:17.210402 11157 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "01a72779225d42f08caee107e90dbdbd" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535" is_pre_election: true
I20260608 12:42:17.211074 11157 raft_consensus.cc:2468] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 0.
I20260608 12:42:17.211145 11232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "01a72779225d42f08caee107e90dbdbd" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff7b36edb81848749d0d0503a7ad413f" is_pre_election: true
I20260608 12:42:17.211872 11232 raft_consensus.cc:2468] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 0.
I20260608 12:42:17.212354 11270 leader_election.cc:304] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d188749acee47f3843be5dfad695535, 83b41ce11b1a411d8c352ae73131fa9b; no voters: 
I20260608 12:42:17.213114 11353 raft_consensus.cc:2804] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:17.213518 11353 raft_consensus.cc:493] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:17.214085 11353 raft_consensus.cc:3060] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.209837 11053 catalog_manager.cc:5696] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b reported cstate change: term changed from 0 to 1, leader changed from <none> to 83b41ce11b1a411d8c352ae73131fa9b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "83b41ce11b1a411d8c352ae73131fa9b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:17.223062 11353 raft_consensus.cc:515] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.225948 11157 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "01a72779225d42f08caee107e90dbdbd" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d188749acee47f3843be5dfad695535"
I20260608 12:42:17.226394 11232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "01a72779225d42f08caee107e90dbdbd" candidate_uuid: "83b41ce11b1a411d8c352ae73131fa9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff7b36edb81848749d0d0503a7ad413f"
I20260608 12:42:17.226729 11157 raft_consensus.cc:3060] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.225983 11054 catalog_manager.cc:5696] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f reported cstate change: term changed from 0 to 1, leader changed from <none> to ff7b36edb81848749d0d0503a7ad413f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "ff7b36edb81848749d0d0503a7ad413f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:17.227067 11232 raft_consensus.cc:3060] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.233757 11157 raft_consensus.cc:2468] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 1.
I20260608 12:42:17.234800 11270 leader_election.cc:304] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d188749acee47f3843be5dfad695535, 83b41ce11b1a411d8c352ae73131fa9b; no voters: 
I20260608 12:42:17.234354 11232 raft_consensus.cc:2468] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83b41ce11b1a411d8c352ae73131fa9b in term 1.
I20260608 12:42:17.235678 11383 raft_consensus.cc:2804] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:17.236220 11383 raft_consensus.cc:697] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 1 LEADER]: Becoming Leader. State: Replica: 83b41ce11b1a411d8c352ae73131fa9b, State: Running, Role: LEADER
I20260608 12:42:17.237057 11383 consensus_queue.cc:237] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.237040 11353 leader_election.cc:290] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [CANDIDATE]: Term 1 election: Requested vote from peers 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817), ff7b36edb81848749d0d0503a7ad413f (127.0.107.194:40293)
I20260608 12:42:17.245061 11054 catalog_manager.cc:5696] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b reported cstate change: term changed from 0 to 1, leader changed from <none> to 83b41ce11b1a411d8c352ae73131fa9b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "83b41ce11b1a411d8c352ae73131fa9b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:17.334985 11360 raft_consensus.cc:493] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:17.335646 11360 raft_consensus.cc:515] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } }
I20260608 12:42:17.346419 11360 leader_election.cc:290] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ff7b36edb81848749d0d0503a7ad413f (127.0.107.194:40293), 83b41ce11b1a411d8c352ae73131fa9b (127.0.107.195:40045)
I20260608 12:42:17.371905 11232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a820b724d2340fb998d1a267d233f0d" candidate_uuid: "0d188749acee47f3843be5dfad695535" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff7b36edb81848749d0d0503a7ad413f" is_pre_election: true
I20260608 12:42:17.372820 11232 raft_consensus.cc:2393] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0d188749acee47f3843be5dfad695535 in current term 1: Already voted for candidate 83b41ce11b1a411d8c352ae73131fa9b in this term.
I20260608 12:42:17.371910 11306 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a820b724d2340fb998d1a267d233f0d" candidate_uuid: "0d188749acee47f3843be5dfad695535" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83b41ce11b1a411d8c352ae73131fa9b" is_pre_election: true
I20260608 12:42:17.376359 11120 leader_election.cc:304] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [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: 0d188749acee47f3843be5dfad695535; no voters: 83b41ce11b1a411d8c352ae73131fa9b, ff7b36edb81848749d0d0503a7ad413f
I20260608 12:42:17.377676 11360 raft_consensus.cc:3060] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:17.385557 11360 raft_consensus.cc:2749] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:17.455440 11383 consensus_queue.cc:1048] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:17.491431 11383 consensus_queue.cc:1048] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:17.555414 11157 raft_consensus.cc:1275] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Refusing update from remote peer ff7b36edb81848749d0d0503a7ad413f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:17.557024 11378 consensus_queue.cc:1048] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:17.559441 11306 raft_consensus.cc:1275] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Refusing update from remote peer ff7b36edb81848749d0d0503a7ad413f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:17.561168 11307 raft_consensus.cc:1275] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Refusing update from remote peer ff7b36edb81848749d0d0503a7ad413f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:17.562628 11378 consensus_queue.cc:1048] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [LEADER]: Connected to new peer: Peer: permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:17.582639 11155 raft_consensus.cc:1275] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Refusing update from remote peer 83b41ce11b1a411d8c352ae73131fa9b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:17.598677 11361 consensus_queue.cc:1048] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [LEADER]: Connected to new peer: Peer: permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:17.602573 11155 raft_consensus.cc:1275] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Refusing update from remote peer ff7b36edb81848749d0d0503a7ad413f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:17.605609 11361 consensus_queue.cc:1048] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:17.611331 11233 raft_consensus.cc:1275] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Refusing update from remote peer 83b41ce11b1a411d8c352ae73131fa9b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:17.614444 11155 raft_consensus.cc:1275] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Refusing update from remote peer 83b41ce11b1a411d8c352ae73131fa9b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:17.615500 11156 raft_consensus.cc:1275] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Refusing update from remote peer 83b41ce11b1a411d8c352ae73131fa9b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:17.618242 11377 consensus_queue.cc:1048] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.005s
I20260608 12:42:17.624943 11377 consensus_queue.cc:1048] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:17.640445 11231 raft_consensus.cc:1275] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Refusing update from remote peer 83b41ce11b1a411d8c352ae73131fa9b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:17.632709 11383 consensus_queue.cc:1048] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.011s
I20260608 12:42:17.633632 11233 raft_consensus.cc:1275] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Refusing update from remote peer 83b41ce11b1a411d8c352ae73131fa9b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:17.654012 11416 consensus_queue.cc:1048] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:17.656172 11377 consensus_queue.cc:1048] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.010s
I20260608 12:42:17.681263 11418 consensus_queue.cc:1048] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:17.774734 11408 mvcc.cc:204] Tried to move back new op lower bound from 7294658713836851200 to 7294658712082051072. Current Snapshot: MvccSnapshot[applied={T|T < 7294658713810890752}]
W20260608 12:42:18.086683 11394 meta_cache.cc:1261] Time spent looking up entry by key: real 0.073s	user 0.001s	sys 0.001s
W20260608 12:42:18.089526 11395 meta_cache.cc:1261] Time spent looking up entry by key: real 0.066s	user 0.004s	sys 0.000s
W20260608 12:42:18.186991 11394 meta_cache.cc:1261] Time spent looking up entry by key: real 0.088s	user 0.002s	sys 0.001s
I20260608 12:42:18.780859   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:18.792347 11446 instance_detector.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:18.793571 11447 instance_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:18.795228 11449 instance_detector.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:18.795389   431 server_base.cc:1061] running on GCE node
I20260608 12:42:18.796592   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:18.796792   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:18.796985   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922538796967 us; error 0 us; skew 500 ppm
I20260608 12:42:18.797557   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:18.799878   431 webserver.cc:533] Webserver started at http://127.0.107.196:39439/ using document root <none> and password file <none>
I20260608 12:42:18.800393   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:18.800573   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:18.800817   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:18.801831   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "c0098fd0758447be8000b7b4933c527d"
format_stamp: "Formatted at 2026-06-08 12:42:18 on dist-test-slave-jl41"
I20260608 12:42:18.806372   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:18.810019 11454 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:18.810791   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:18.811103   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "c0098fd0758447be8000b7b4933c527d"
format_stamp: "Formatted at 2026-06-08 12:42:18 on dist-test-slave-jl41"
I20260608 12:42:18.811404   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922314084774-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:18.821697   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:18.822824   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:18.824190   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:18.826716   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:18.826911   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:18.827154   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:18.827348   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:18.866377   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:42575
I20260608 12:42:18.866488 11516 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:42575 every 8 connection(s)
I20260608 12:42:18.880573 11517 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41107
I20260608 12:42:18.881013 11517 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:18.881736 11517 heartbeater.cc:507] Master 127.0.107.254:41107 requested a full tablet report, sending...
I20260608 12:42:18.883669 11054 ts_manager.cc:194] Registered new tserver with Master: c0098fd0758447be8000b7b4933c527d (127.0.107.196:42575)
I20260608 12:42:18.885008 11054 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33684
I20260608 12:42:19.197542 11230 consensus_queue.cc:237] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [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: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } }
I20260608 12:42:19.203645 11307 raft_consensus.cc:1275] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Refusing update from remote peer ff7b36edb81848749d0d0503a7ad413f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:19.205576 11437 consensus_queue.cc:1048] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [LEADER]: Connected to new peer: Peer: permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } 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:42:19.206459 11152 raft_consensus.cc:1275] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Refusing update from remote peer ff7b36edb81848749d0d0503a7ad413f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:19.208020 11437 consensus_queue.cc:1048] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:19.212635 11437 raft_consensus.cc:2955] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.216898 11307 raft_consensus.cc:2955] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.219125 11152 raft_consensus.cc:2955] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
W20260608 12:42:19.218254 11196 consensus_peers.cc:597] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f -> Peer c0098fd0758447be8000b7b4933c527d (127.0.107.196:42575): Couldn't send request to peer c0098fd0758447be8000b7b4933c527d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 82f34a0353e24a078af50392faeeec21. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:19.230868 11054 catalog_manager.cc:5696] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f reported cstate change: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ff7b36edb81848749d0d0503a7ad413f" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:19.245733 11307 consensus_queue.cc:237] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [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: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } attrs { replace: true } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } }
I20260608 12:42:19.254542 11230 raft_consensus.cc:1275] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Refusing update from remote peer 83b41ce11b1a411d8c352ae73131fa9b: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:19.254793 11152 raft_consensus.cc:1275] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Refusing update from remote peer 83b41ce11b1a411d8c352ae73131fa9b: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:19.256461 11377 consensus_queue.cc:1048] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } 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:42:19.257377 11414 consensus_queue.cc:1048] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:19.264050 11377 raft_consensus.cc:2955] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } attrs { replace: true } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.266835 11152 raft_consensus.cc:2955] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } attrs { replace: true } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.269382 11230 raft_consensus.cc:2955] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } attrs { replace: true } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
W20260608 12:42:19.272214 11270 consensus_peers.cc:597] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b -> Peer c0098fd0758447be8000b7b4933c527d (127.0.107.196:42575): Couldn't send request to peer c0098fd0758447be8000b7b4933c527d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 06592bf6685b4a67b22cd553ab99ceb6. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:19.278419 11047 catalog_manager.cc:5696] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b reported cstate change: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "83b41ce11b1a411d8c352ae73131fa9b" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:19.284036 11231 consensus_queue.cc:237] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [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: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } }
W20260608 12:42:19.291181 11196 consensus_peers.cc:597] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f -> Peer c0098fd0758447be8000b7b4933c527d (127.0.107.196:42575): Couldn't send request to peer c0098fd0758447be8000b7b4933c527d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d9bebd7a8afd46b181fecb83de286088. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:19.296298 11307 raft_consensus.cc:1275] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Refusing update from remote peer ff7b36edb81848749d0d0503a7ad413f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:19.296392 11152 raft_consensus.cc:1275] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Refusing update from remote peer ff7b36edb81848749d0d0503a7ad413f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:19.297781 11361 consensus_queue.cc:1048] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } 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:42:19.298668 11437 consensus_queue.cc:1048] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [LEADER]: Connected to new peer: Peer: permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:19.306072 11376 raft_consensus.cc:2955] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.308166 11152 raft_consensus.cc:2955] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.308128 11307 raft_consensus.cc:2955] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.322868 11047 catalog_manager.cc:5696] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 reported cstate change: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ff7b36edb81848749d0d0503a7ad413f" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.322772 11306 consensus_queue.cc:237] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [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: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } }
W20260608 12:42:19.333406 11270 consensus_peers.cc:597] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b -> Peer c0098fd0758447be8000b7b4933c527d (127.0.107.196:42575): Couldn't send request to peer c0098fd0758447be8000b7b4933c527d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 079c7092adac4f1589195935504929a4. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:19.334551 11231 raft_consensus.cc:1275] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Refusing update from remote peer 83b41ce11b1a411d8c352ae73131fa9b: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:19.335475 11152 raft_consensus.cc:1275] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Refusing update from remote peer 83b41ce11b1a411d8c352ae73131fa9b: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:19.336256 11377 consensus_queue.cc:1048] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:19.337142 11414 consensus_queue.cc:1048] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } 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:42:19.343667 11414 raft_consensus.cc:2955] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.345654 11152 raft_consensus.cc:2955] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.345628 11231 raft_consensus.cc:2955] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.356822 11051 catalog_manager.cc:5696] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 reported cstate change: config changed from index -1 to 16, NON_VOTER c0098fd0758447be8000b7b4933c527d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "83b41ce11b1a411d8c352ae73131fa9b" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0d188749acee47f3843be5dfad695535" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44817 } attrs { replace: true } } peers { permanent_uuid: "ff7b36edb81848749d0d0503a7ad413f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } } peers { permanent_uuid: "83b41ce11b1a411d8c352ae73131fa9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40045 } } peers { permanent_uuid: "c0098fd0758447be8000b7b4933c527d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42575 } attrs { promote: true } } }
I20260608 12:42:19.386165   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:19.418457   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:19.419263   431 tablet_replica.cc:333] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535: stopping tablet replica
I20260608 12:42:19.420089   431 raft_consensus.cc:2243] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.420641   431 raft_consensus.cc:2272] T 4a820b724d2340fb998d1a267d233f0d P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.423870   431 tablet_replica.cc:333] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535: stopping tablet replica
I20260608 12:42:19.424635   431 raft_consensus.cc:2243] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.425266   431 raft_consensus.cc:2272] T d9bebd7a8afd46b181fecb83de286088 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.428180   431 tablet_replica.cc:333] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535: stopping tablet replica
I20260608 12:42:19.428740   431 raft_consensus.cc:2243] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.429282   431 raft_consensus.cc:2272] T 06592bf6685b4a67b22cd553ab99ceb6 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.432168   431 tablet_replica.cc:333] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535: stopping tablet replica
I20260608 12:42:19.432796   431 raft_consensus.cc:2243] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.433284   431 raft_consensus.cc:2272] T 01a72779225d42f08caee107e90dbdbd P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.436219   431 tablet_replica.cc:333] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535: stopping tablet replica
I20260608 12:42:19.436766   431 raft_consensus.cc:2243] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.437207   431 raft_consensus.cc:2272] T 82f34a0353e24a078af50392faeeec21 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.439896   431 tablet_replica.cc:333] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535: stopping tablet replica
I20260608 12:42:19.440387   431 raft_consensus.cc:2243] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.440939   431 raft_consensus.cc:2272] T 079c7092adac4f1589195935504929a4 P 0d188749acee47f3843be5dfad695535 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.466053   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:19.483958   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:19.508848   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:19.509510   431 tablet_replica.cc:333] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f: stopping tablet replica
I20260608 12:42:19.510367   431 raft_consensus.cc:2243] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.510972   431 raft_consensus.cc:2272] T 079c7092adac4f1589195935504929a4 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.513844   431 tablet_replica.cc:333] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f: stopping tablet replica
I20260608 12:42:19.514386   431 raft_consensus.cc:2243] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.514882   431 raft_consensus.cc:2272] T 4a820b724d2340fb998d1a267d233f0d P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.517500   431 tablet_replica.cc:333] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f: stopping tablet replica
I20260608 12:42:19.518033   431 raft_consensus.cc:2243] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.518514   431 raft_consensus.cc:2272] T 06592bf6685b4a67b22cd553ab99ceb6 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.521277   431 tablet_replica.cc:333] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f: stopping tablet replica
I20260608 12:42:19.521802   431 raft_consensus.cc:2243] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:19.522706   431 raft_consensus.cc:2272] T d9bebd7a8afd46b181fecb83de286088 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.525027   431 tablet_replica.cc:333] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f: stopping tablet replica
I20260608 12:42:19.525583   431 raft_consensus.cc:2243] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.526067   431 raft_consensus.cc:2272] T 01a72779225d42f08caee107e90dbdbd P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.528894   431 tablet_replica.cc:333] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f: stopping tablet replica
I20260608 12:42:19.529369   431 raft_consensus.cc:2243] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:19.530287   431 raft_consensus.cc:2272] T 82f34a0353e24a078af50392faeeec21 P ff7b36edb81848749d0d0503a7ad413f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.546624   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:42:19.557871 11270 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44817: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260608 12:42:19.562361 11270 consensus_peers.cc:597] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b -> Peer 0d188749acee47f3843be5dfad695535 (127.0.107.193:44817): Couldn't send request to peer 0d188749acee47f3843be5dfad695535. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44817: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:19.564682   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:19.586520   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:19.587138   431 tablet_replica.cc:333] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b: stopping tablet replica
I20260608 12:42:19.587759   431 raft_consensus.cc:2243] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.588279   431 raft_consensus.cc:2272] T 82f34a0353e24a078af50392faeeec21 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.590682   431 tablet_replica.cc:333] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b: stopping tablet replica
I20260608 12:42:19.591228   431 raft_consensus.cc:2243] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:19.592012   431 raft_consensus.cc:2272] T 01a72779225d42f08caee107e90dbdbd P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.594642   431 tablet_replica.cc:333] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b: stopping tablet replica
I20260608 12:42:19.595220   431 raft_consensus.cc:2243] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:19.596208   431 raft_consensus.cc:2272] T 06592bf6685b4a67b22cd553ab99ceb6 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.598623   431 tablet_replica.cc:333] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b: stopping tablet replica
I20260608 12:42:19.599130   431 raft_consensus.cc:2243] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:19.599660   431 raft_consensus.cc:2272] T d9bebd7a8afd46b181fecb83de286088 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.602191   431 tablet_replica.cc:333] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b: stopping tablet replica
I20260608 12:42:19.602705   431 raft_consensus.cc:2243] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:19.603682   431 raft_consensus.cc:2272] T 079c7092adac4f1589195935504929a4 P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.606019   431 tablet_replica.cc:333] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b: stopping tablet replica
I20260608 12:42:19.606499   431 raft_consensus.cc:2243] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:19.607201   431 raft_consensus.cc:2272] T 4a820b724d2340fb998d1a267d233f0d P 83b41ce11b1a411d8c352ae73131fa9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.624436   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:19.639569   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:19.661062   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:19.677255   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:19.685375   431 master.cc:562] Master@127.0.107.254:41107 shutting down...
W20260608 12:42:19.706068 11103 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:42:19.706303 11103 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:42:19.706492 11103 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:42:19.707623   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:19.708112   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:19.708436   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 6b01c88cf425426eb4326f48e5d90b88: stopping tablet replica
I20260608 12:42:19.727428   431 master.cc:584] Master@127.0.107.254:41107 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (4756 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260608 12:42:19.768429   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33317
I20260608 12:42:19.769616   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:19.774837 11533 instance_detector.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:19.774849 11534 instance_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:19.777536 11536 instance_detector.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:19.777582   431 server_base.cc:1061] running on GCE node
I20260608 12:42:19.778597   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:19.778787   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:19.778954   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922539778935 us; error 0 us; skew 500 ppm
I20260608 12:42:19.779675   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:19.781927   431 webserver.cc:533] Webserver started at http://127.0.107.254:41603/ using document root <none> and password file <none>
I20260608 12:42:19.782452   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:19.782631   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:19.782904   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:19.784029   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/master-0-root/instance:
uuid: "a6821ba16a8a4963b982f799b14dad04"
format_stamp: "Formatted at 2026-06-08 12:42:19 on dist-test-slave-jl41"
I20260608 12:42:19.788523   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:42:19.791687 11541 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:19.792443   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:19.792704   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/master-0-root
uuid: "a6821ba16a8a4963b982f799b14dad04"
format_stamp: "Formatted at 2026-06-08 12:42:19 on dist-test-slave-jl41"
I20260608 12:42:19.792965   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-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:19.817988   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:19.819167   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:19.855402   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33317
I20260608 12:42:19.855453 11592 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33317 every 8 connection(s)
I20260608 12:42:19.859473 11593 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:19.870137 11593 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04: Bootstrap starting.
I20260608 12:42:19.874984 11593 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:19.879246 11593 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04: No bootstrap required, opened a new log
I20260608 12:42:19.881445 11593 raft_consensus.cc:359] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6821ba16a8a4963b982f799b14dad04" member_type: VOTER }
I20260608 12:42:19.881804 11593 raft_consensus.cc:385] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:19.882030 11593 raft_consensus.cc:740] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6821ba16a8a4963b982f799b14dad04, State: Initialized, Role: FOLLOWER
I20260608 12:42:19.882609 11593 consensus_queue.cc:260] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a6821ba16a8a4963b982f799b14dad04" member_type: VOTER }
I20260608 12:42:19.883050 11593 raft_consensus.cc:399] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:19.883258 11593 raft_consensus.cc:493] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:19.883528 11593 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:19.888077 11593 raft_consensus.cc:515] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6821ba16a8a4963b982f799b14dad04" member_type: VOTER }
I20260608 12:42:19.888595 11593 leader_election.cc:304] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [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: a6821ba16a8a4963b982f799b14dad04; no voters: 
I20260608 12:42:19.889675 11593 leader_election.cc:290] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:19.890057 11596 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:19.891355 11596 raft_consensus.cc:697] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [term 1 LEADER]: Becoming Leader. State: Replica: a6821ba16a8a4963b982f799b14dad04, State: Running, Role: LEADER
I20260608 12:42:19.892023 11596 consensus_queue.cc:237] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [LEADER]: Queue going to LEADER mode. State: All 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: "a6821ba16a8a4963b982f799b14dad04" member_type: VOTER }
I20260608 12:42:19.892513 11593 sys_catalog.cc:565] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:19.896420 11597 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a6821ba16a8a4963b982f799b14dad04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6821ba16a8a4963b982f799b14dad04" member_type: VOTER } }
I20260608 12:42:19.897037 11597 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:19.896947 11598 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a6821ba16a8a4963b982f799b14dad04. Latest consensus state: current_term: 1 leader_uuid: "a6821ba16a8a4963b982f799b14dad04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6821ba16a8a4963b982f799b14dad04" member_type: VOTER } }
I20260608 12:42:19.897809 11598 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:19.901168 11603 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:19.908619 11603 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:19.910633   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:19.917631 11603 catalog_manager.cc:1382] Generated new cluster ID: 0f0e727097574949a24c276091a9fb08
I20260608 12:42:19.917877 11603 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:19.929997 11603 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:19.931231 11603 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:19.951287 11603 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04: Generated new TSK 0
I20260608 12:42:19.951853 11603 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:19.977034   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:19.983052 11614 instance_detector.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:19.983937 11615 instance_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:19.985458 11617 instance_detector.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:19.985591   431 server_base.cc:1061] running on GCE node
I20260608 12:42:19.986500   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:19.986688   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:19.986845   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922539986828 us; error 0 us; skew 500 ppm
I20260608 12:42:19.987442   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:19.989539   431 webserver.cc:533] Webserver started at http://127.0.107.193:34715/ using document root <none> and password file <none>
I20260608 12:42:19.990000   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:19.990178   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:19.990413   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:19.991487   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-0-root/instance:
uuid: "f3c2dee60dec4aa3bb436f0f00394a89"
format_stamp: "Formatted at 2026-06-08 12:42:19 on dist-test-slave-jl41"
I20260608 12:42:19.996147   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:42:19.999395 11622 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:20.000108   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:20.000360   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-0-root
uuid: "f3c2dee60dec4aa3bb436f0f00394a89"
format_stamp: "Formatted at 2026-06-08 12:42:19 on dist-test-slave-jl41"
I20260608 12:42:20.000610   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-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:20.015053   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:20.016196   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:20.017789   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:20.020210   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:20.020408   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:20.020634   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:20.020790   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:20.062625   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43825
I20260608 12:42:20.062755 11684 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43825 every 8 connection(s)
I20260608 12:42:20.067852   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:20.075346 11689 instance_detector.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:20.076390 11690 instance_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:20.079099 11692 instance_detector.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:20.079782   431 server_base.cc:1061] running on GCE node
I20260608 12:42:20.081307   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:20.081565   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:20.081727   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922540081707 us; error 0 us; skew 500 ppm
I20260608 12:42:20.082304 11685 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33317
I20260608 12:42:20.082472   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:20.082767 11685 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:20.083743 11685 heartbeater.cc:507] Master 127.0.107.254:33317 requested a full tablet report, sending...
I20260608 12:42:20.085350   431 webserver.cc:533] Webserver started at http://127.0.107.194:40123/ using document root <none> and password file <none>
I20260608 12:42:20.085973   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:20.086144   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:20.086153 11558 ts_manager.cc:194] Registered new tserver with Master: f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825)
I20260608 12:42:20.086509   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:20.087723   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-1-root/instance:
uuid: "d48b9433e08b4696a7ca50eb554a32b2"
format_stamp: "Formatted at 2026-06-08 12:42:20 on dist-test-slave-jl41"
I20260608 12:42:20.088171 11558 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45456
I20260608 12:42:20.092691   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:42:20.096692 11697 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:20.097430   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:42:20.097715   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-1-root
uuid: "d48b9433e08b4696a7ca50eb554a32b2"
format_stamp: "Formatted at 2026-06-08 12:42:20 on dist-test-slave-jl41"
I20260608 12:42:20.097990   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-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:20.118619   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:20.119685   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:20.121059   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:20.123240   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:20.123452   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:20.123672   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:20.123821   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:20.159682   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42313
I20260608 12:42:20.159785 11759 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42313 every 8 connection(s)
I20260608 12:42:20.164597   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:20.171660 11763 instance_detector.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:20.172797 11764 instance_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:20.176050 11766 instance_detector.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:20.176662   431 server_base.cc:1061] running on GCE node
I20260608 12:42:20.176927 11760 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33317
I20260608 12:42:20.177409 11760 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:20.177588   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:20.177835   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:20.178002   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922540177984 us; error 0 us; skew 500 ppm
I20260608 12:42:20.178231 11760 heartbeater.cc:507] Master 127.0.107.254:33317 requested a full tablet report, sending...
I20260608 12:42:20.178637   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:20.180410 11558 ts_manager.cc:194] Registered new tserver with Master: d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313)
I20260608 12:42:20.181349   431 webserver.cc:533] Webserver started at http://127.0.107.195:33137/ using document root <none> and password file <none>
I20260608 12:42:20.181864   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:20.182045   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:20.181977 11558 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45462
I20260608 12:42:20.182480   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:20.183748   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-2-root/instance:
uuid: "c0a8602410ff4300a7ec9d3f69c519cf"
format_stamp: "Formatted at 2026-06-08 12:42:20 on dist-test-slave-jl41"
I20260608 12:42:20.188196   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260608 12:42:20.191450 11771 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:20.192200   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:20.192480   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-2-root
uuid: "c0a8602410ff4300a7ec9d3f69c519cf"
format_stamp: "Formatted at 2026-06-08 12:42:20 on dist-test-slave-jl41"
I20260608 12:42:20.192736   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-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:20.212531   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:20.213521   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:20.214883   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:20.217132   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:20.217324   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:20.217537   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:20.217687   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:20.255507   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33105
I20260608 12:42:20.255622 11833 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33105 every 8 connection(s)
I20260608 12:42:20.268504 11834 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33317
I20260608 12:42:20.268915 11834 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:20.269623 11834 heartbeater.cc:507] Master 127.0.107.254:33317 requested a full tablet report, sending...
I20260608 12:42:20.271536 11558 ts_manager.cc:194] Registered new tserver with Master: c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:20.272145   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013395485s
I20260608 12:42:20.272897 11558 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45476
I20260608 12:42:21.090986 11685 heartbeater.cc:499] Master 127.0.107.254:33317 was elected leader, sending a full tablet report...
I20260608 12:42:21.184687 11760 heartbeater.cc:499] Master 127.0.107.254:33317 was elected leader, sending a full tablet report...
I20260608 12:42:21.275682 11834 heartbeater.cc:499] Master 127.0.107.254:33317 was elected leader, sending a full tablet report...
I20260608 12:42:21.326180 11558 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45478:
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:42:21.328619 11558 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:21.391274 11799 tablet_service.cc:1511] Processing CreateTablet for tablet bd241c883c3f4fddbd286b4e195bdd83 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:21.392823 11799 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd241c883c3f4fddbd286b4e195bdd83. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.394217 11796 tablet_service.cc:1511] Processing CreateTablet for tablet 4a264f4000434546bb2e2f9007d8a84f (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:21.396618 11797 tablet_service.cc:1511] Processing CreateTablet for tablet 140a518fc7604bebafd2207d668fb053 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:21.398118 11797 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 140a518fc7604bebafd2207d668fb053. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.400547 11798 tablet_service.cc:1511] Processing CreateTablet for tablet 1e34cc3691db41318d8f2835da788311 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:21.401988 11798 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e34cc3691db41318d8f2835da788311. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.403614 11796 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a264f4000434546bb2e2f9007d8a84f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.404491 11794 tablet_service.cc:1511] Processing CreateTablet for tablet c9ff8874bb2f466ea6adb3866b2f42a1 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:21.405850 11794 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9ff8874bb2f466ea6adb3866b2f42a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.408053 11795 tablet_service.cc:1511] Processing CreateTablet for tablet 7cbaa057b4094ddba52d6815368b8413 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:21.409407 11795 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7cbaa057b4094ddba52d6815368b8413. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.416352 11725 tablet_service.cc:1511] Processing CreateTablet for tablet bd241c883c3f4fddbd286b4e195bdd83 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:21.417696 11725 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd241c883c3f4fddbd286b4e195bdd83. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.418563 11720 tablet_service.cc:1511] Processing CreateTablet for tablet c9ff8874bb2f466ea6adb3866b2f42a1 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:21.419893 11720 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9ff8874bb2f466ea6adb3866b2f42a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.424500 11721 tablet_service.cc:1511] Processing CreateTablet for tablet 7cbaa057b4094ddba52d6815368b8413 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:21.425844 11721 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7cbaa057b4094ddba52d6815368b8413. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.428558 11722 tablet_service.cc:1511] Processing CreateTablet for tablet 4a264f4000434546bb2e2f9007d8a84f (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:21.429910 11722 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a264f4000434546bb2e2f9007d8a84f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.432471 11723 tablet_service.cc:1511] Processing CreateTablet for tablet 140a518fc7604bebafd2207d668fb053 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:21.434072 11723 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 140a518fc7604bebafd2207d668fb053. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.434288 11854 tablet_bootstrap.cc:492] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf: Bootstrap starting.
I20260608 12:42:21.436590 11724 tablet_service.cc:1511] Processing CreateTablet for tablet 1e34cc3691db41318d8f2835da788311 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:21.438063 11724 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e34cc3691db41318d8f2835da788311. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.440714 11855 tablet_bootstrap.cc:492] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2: Bootstrap starting.
I20260608 12:42:21.441991 11650 tablet_service.cc:1511] Processing CreateTablet for tablet bd241c883c3f4fddbd286b4e195bdd83 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:21.441603 11646 tablet_service.cc:1511] Processing CreateTablet for tablet 7cbaa057b4094ddba52d6815368b8413 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:21.442446 11854 tablet_bootstrap.cc:654] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.444518 11648 tablet_service.cc:1511] Processing CreateTablet for tablet 140a518fc7604bebafd2207d668fb053 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:21.445945 11648 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 140a518fc7604bebafd2207d668fb053. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.448352 11855 tablet_bootstrap.cc:654] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.449148 11647 tablet_service.cc:1511] Processing CreateTablet for tablet 4a264f4000434546bb2e2f9007d8a84f (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:21.450616 11647 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a264f4000434546bb2e2f9007d8a84f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.452636 11645 tablet_service.cc:1511] Processing CreateTablet for tablet c9ff8874bb2f466ea6adb3866b2f42a1 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:21.454097 11645 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9ff8874bb2f466ea6adb3866b2f42a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.458662 11649 tablet_service.cc:1511] Processing CreateTablet for tablet 1e34cc3691db41318d8f2835da788311 (DEFAULT_TABLE table=test-workload [id=60af8e4c92154c5e8fe0433360ed1d9d]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:21.458739 11646 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7cbaa057b4094ddba52d6815368b8413. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.460389 11649 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e34cc3691db41318d8f2835da788311. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.461028 11650 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd241c883c3f4fddbd286b4e195bdd83. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.515663 11855 tablet_bootstrap.cc:492] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2: No bootstrap required, opened a new log
I20260608 12:42:21.516340 11855 ts_tablet_manager.cc:1403] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2: Time spent bootstrapping tablet: real 0.076s	user 0.008s	sys 0.010s
I20260608 12:42:21.519654 11855 raft_consensus.cc:359] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } }
I20260608 12:42:21.520550 11855 raft_consensus.cc:385] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.520911 11855 raft_consensus.cc:740] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d48b9433e08b4696a7ca50eb554a32b2, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.521939 11855 consensus_queue.cc:260] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } }
I20260608 12:42:21.540136 11858 tablet_bootstrap.cc:492] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89: Bootstrap starting.
I20260608 12:42:21.546646 11854 tablet_bootstrap.cc:492] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf: No bootstrap required, opened a new log
I20260608 12:42:21.547809 11858 tablet_bootstrap.cc:654] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.547269 11854 ts_tablet_manager.cc:1403] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf: Time spent bootstrapping tablet: real 0.113s	user 0.045s	sys 0.037s
I20260608 12:42:21.557893 11855 ts_tablet_manager.cc:1434] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2: Time spent starting tablet: real 0.041s	user 0.017s	sys 0.012s
I20260608 12:42:21.559084 11855 tablet_bootstrap.cc:492] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2: Bootstrap starting.
I20260608 12:42:21.559118 11858 tablet_bootstrap.cc:492] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89: No bootstrap required, opened a new log
I20260608 12:42:21.559423 11854 raft_consensus.cc:359] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.559927 11858 ts_tablet_manager.cc:1403] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.010s
I20260608 12:42:21.560288 11854 raft_consensus.cc:385] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.560693 11854 raft_consensus.cc:740] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0a8602410ff4300a7ec9d3f69c519cf, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.561509 11854 consensus_queue.cc:260] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.563530 11858 raft_consensus.cc:359] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.565174 11858 raft_consensus.cc:385] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.565614 11858 raft_consensus.cc:740] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3c2dee60dec4aa3bb436f0f00394a89, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.567112 11859 raft_consensus.cc:493] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:21.567948 11854 ts_tablet_manager.cc:1434] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf: Time spent starting tablet: real 0.016s	user 0.011s	sys 0.000s
I20260608 12:42:21.567687 11859 raft_consensus.cc:515] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } }
I20260608 12:42:21.569152 11854 tablet_bootstrap.cc:492] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf: Bootstrap starting.
I20260608 12:42:21.576743 11854 tablet_bootstrap.cc:654] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.582559 11859 leader_election.cc:290] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105), f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825)
I20260608 12:42:21.566589 11858 consensus_queue.cc:260] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.585094 11855 tablet_bootstrap.cc:654] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.589461 11858 ts_tablet_manager.cc:1434] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89: Time spent starting tablet: real 0.029s	user 0.005s	sys 0.001s
I20260608 12:42:21.590576 11858 tablet_bootstrap.cc:492] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89: Bootstrap starting.
I20260608 12:42:21.601322 11855 tablet_bootstrap.cc:492] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2: No bootstrap required, opened a new log
I20260608 12:42:21.602166 11855 ts_tablet_manager.cc:1403] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2: Time spent bootstrapping tablet: real 0.043s	user 0.015s	sys 0.004s
I20260608 12:42:21.605839 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd241c883c3f4fddbd286b4e195bdd83" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" is_pre_election: true
I20260608 12:42:21.605805 11855 raft_consensus.cc:359] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.607125 11855 raft_consensus.cc:385] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.607575 11855 raft_consensus.cc:740] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d48b9433e08b4696a7ca50eb554a32b2, State: Initialized, Role: FOLLOWER
W20260608 12:42:21.607860 11701 leader_election.cc:343] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:21.609122 11858 tablet_bootstrap.cc:654] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.608530 11855 consensus_queue.cc:260] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.611127 11855 ts_tablet_manager.cc:1434] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:42:21.612342 11855 tablet_bootstrap.cc:492] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2: Bootstrap starting.
I20260608 12:42:21.618090 11854 tablet_bootstrap.cc:492] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf: No bootstrap required, opened a new log
I20260608 12:42:21.618486 11855 tablet_bootstrap.cc:654] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.618690 11854 ts_tablet_manager.cc:1403] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf: Time spent bootstrapping tablet: real 0.050s	user 0.021s	sys 0.028s
I20260608 12:42:21.619073 11660 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd241c883c3f4fddbd286b4e195bdd83" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" is_pre_election: true
W20260608 12:42:21.620754 11700 leader_election.cc:343] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:21.621236 11700 leader_election.cc:304] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [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: d48b9433e08b4696a7ca50eb554a32b2; no voters: c0a8602410ff4300a7ec9d3f69c519cf, f3c2dee60dec4aa3bb436f0f00394a89
I20260608 12:42:21.621953 11854 raft_consensus.cc:359] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.622826 11854 raft_consensus.cc:385] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.622668 11859 raft_consensus.cc:2749] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:21.623281 11854 raft_consensus.cc:740] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0a8602410ff4300a7ec9d3f69c519cf, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.624348 11854 consensus_queue.cc:260] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.625067 11858 tablet_bootstrap.cc:492] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89: No bootstrap required, opened a new log
I20260608 12:42:21.625600 11858 ts_tablet_manager.cc:1403] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89: Time spent bootstrapping tablet: real 0.035s	user 0.006s	sys 0.004s
I20260608 12:42:21.626570 11854 ts_tablet_manager.cc:1434] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:42:21.627686 11854 tablet_bootstrap.cc:492] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf: Bootstrap starting.
I20260608 12:42:21.627952 11858 raft_consensus.cc:359] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } }
I20260608 12:42:21.628736 11858 raft_consensus.cc:385] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.629136 11858 raft_consensus.cc:740] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3c2dee60dec4aa3bb436f0f00394a89, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.630039 11858 consensus_queue.cc:260] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } }
I20260608 12:42:21.631477 11855 tablet_bootstrap.cc:492] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2: No bootstrap required, opened a new log
I20260608 12:42:21.632278 11858 ts_tablet_manager.cc:1434] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.002s
I20260608 12:42:21.634438 11854 tablet_bootstrap.cc:654] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.636044 11858 tablet_bootstrap.cc:492] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89: Bootstrap starting.
I20260608 12:42:21.632076 11855 ts_tablet_manager.cc:1403] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2: Time spent bootstrapping tablet: real 0.020s	user 0.017s	sys 0.000s
I20260608 12:42:21.642701 11858 tablet_bootstrap.cc:654] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.644519 11855 raft_consensus.cc:359] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.645421 11855 raft_consensus.cc:385] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.645774 11855 raft_consensus.cc:740] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d48b9433e08b4696a7ca50eb554a32b2, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.646832 11855 consensus_queue.cc:260] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.650563 11858 tablet_bootstrap.cc:492] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89: No bootstrap required, opened a new log
I20260608 12:42:21.650938 11859 raft_consensus.cc:493] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:21.651149 11858 ts_tablet_manager.cc:1403] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.005s
I20260608 12:42:21.651578 11859 raft_consensus.cc:515] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.654467 11858 raft_consensus.cc:359] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.655170 11858 raft_consensus.cc:385] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.655440 11858 raft_consensus.cc:740] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3c2dee60dec4aa3bb436f0f00394a89, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.655838 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "140a518fc7604bebafd2207d668fb053" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" is_pre_election: true
I20260608 12:42:21.656478 11809 raft_consensus.cc:2468] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d48b9433e08b4696a7ca50eb554a32b2 in term 0.
I20260608 12:42:21.656654 11859 leader_election.cc:290] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:21.656347 11660 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "140a518fc7604bebafd2207d668fb053" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" is_pre_election: true
I20260608 12:42:21.656373 11858 consensus_queue.cc:260] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.657725 11701 leader_election.cc:304] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0a8602410ff4300a7ec9d3f69c519cf, d48b9433e08b4696a7ca50eb554a32b2; no voters: 
W20260608 12:42:21.658686 11700 leader_election.cc:343] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:21.660471 11858 ts_tablet_manager.cc:1434] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:42:21.661355 11858 tablet_bootstrap.cc:492] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89: Bootstrap starting.
I20260608 12:42:21.659708 11859 raft_consensus.cc:2804] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:21.662074 11859 raft_consensus.cc:493] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:21.662470 11859 raft_consensus.cc:3060] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.667379 11858 tablet_bootstrap.cc:654] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.668210 11855 ts_tablet_manager.cc:1434] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2: Time spent starting tablet: real 0.027s	user 0.007s	sys 0.000s
I20260608 12:42:21.671425 11859 raft_consensus.cc:515] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.673695 11855 tablet_bootstrap.cc:492] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2: Bootstrap starting.
I20260608 12:42:21.679302 11859 leader_election.cc:290] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 election: Requested vote from peers f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:21.680513 11660 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "140a518fc7604bebafd2207d668fb053" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3c2dee60dec4aa3bb436f0f00394a89"
I20260608 12:42:21.681089 11855 tablet_bootstrap.cc:654] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.681468 11854 tablet_bootstrap.cc:492] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf: No bootstrap required, opened a new log
I20260608 12:42:21.682047 11854 ts_tablet_manager.cc:1403] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf: Time spent bootstrapping tablet: real 0.055s	user 0.037s	sys 0.012s
I20260608 12:42:21.682183 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "140a518fc7604bebafd2207d668fb053" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf"
I20260608 12:42:21.682755 11809 raft_consensus.cc:3060] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:42:21.684625 11700 leader_election.cc:343] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:21.685472 11858 tablet_bootstrap.cc:492] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89: No bootstrap required, opened a new log
I20260608 12:42:21.685349 11854 raft_consensus.cc:359] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.686153 11854 raft_consensus.cc:385] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.686503 11859 raft_consensus.cc:493] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:21.686650 11854 raft_consensus.cc:740] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0a8602410ff4300a7ec9d3f69c519cf, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.687168 11859 raft_consensus.cc:515] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.687738 11854 consensus_queue.cc:260] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.689896 11859 leader_election.cc:290] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:21.686100 11858 ts_tablet_manager.cc:1403] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.009s
I20260608 12:42:21.690253 11854 ts_tablet_manager.cc:1434] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:21.690562 11660 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cbaa057b4094ddba52d6815368b8413" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" is_pre_election: true
I20260608 12:42:21.691470 11854 tablet_bootstrap.cc:492] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf: Bootstrap starting.
W20260608 12:42:21.692128 11700 leader_election.cc:343] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:21.692812 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cbaa057b4094ddba52d6815368b8413" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" is_pre_election: true
I20260608 12:42:21.693303 11858 raft_consensus.cc:359] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.694052 11858 raft_consensus.cc:385] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.694437 11858 raft_consensus.cc:740] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3c2dee60dec4aa3bb436f0f00394a89, State: Initialized, Role: FOLLOWER
W20260608 12:42:21.694597 11701 leader_election.cc:343] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:21.695092 11701 leader_election.cc:304] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [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: d48b9433e08b4696a7ca50eb554a32b2; no voters: c0a8602410ff4300a7ec9d3f69c519cf, f3c2dee60dec4aa3bb436f0f00394a89
I20260608 12:42:21.695503 11858 consensus_queue.cc:260] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.698776 11854 tablet_bootstrap.cc:654] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.699205 11859 raft_consensus.cc:2749] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:21.699800 11858 ts_tablet_manager.cc:1434] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:42:21.701296 11865 raft_consensus.cc:493] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:21.701821 11865 raft_consensus.cc:515] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } }
I20260608 12:42:21.708287 11855 tablet_bootstrap.cc:492] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2: No bootstrap required, opened a new log
I20260608 12:42:21.708985 11855 ts_tablet_manager.cc:1403] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2: Time spent bootstrapping tablet: real 0.036s	user 0.009s	sys 0.009s
I20260608 12:42:21.710157 11809 raft_consensus.cc:2468] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d48b9433e08b4696a7ca50eb554a32b2 in term 1.
I20260608 12:42:21.712127 11701 leader_election.cc:304] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [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: c0a8602410ff4300a7ec9d3f69c519cf, d48b9433e08b4696a7ca50eb554a32b2; no voters: f3c2dee60dec4aa3bb436f0f00394a89
I20260608 12:42:21.704923 11865 leader_election.cc:290] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:21.712869 11859 raft_consensus.cc:2804] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:21.712718 11855 raft_consensus.cc:359] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.713644 11855 raft_consensus.cc:385] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.713958 11855 raft_consensus.cc:740] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d48b9433e08b4696a7ca50eb554a32b2, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.714257 11854 tablet_bootstrap.cc:492] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf: No bootstrap required, opened a new log
I20260608 12:42:21.714818 11854 ts_tablet_manager.cc:1403] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.011s
I20260608 12:42:21.714974 11855 consensus_queue.cc:260] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.717635 11859 raft_consensus.cc:697] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 LEADER]: Becoming Leader. State: Replica: d48b9433e08b4696a7ca50eb554a32b2, State: Running, Role: LEADER
I20260608 12:42:21.700903 11858 tablet_bootstrap.cc:492] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89: Bootstrap starting.
I20260608 12:42:21.718279 11861 raft_consensus.cc:493] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:21.718478 11854 raft_consensus.cc:359] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } }
I20260608 12:42:21.718883 11861 raft_consensus.cc:515] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.719347 11854 raft_consensus.cc:385] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.719188 11859 consensus_queue.cc:237] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.719874 11854 raft_consensus.cc:740] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0a8602410ff4300a7ec9d3f69c519cf, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.720945 11854 consensus_queue.cc:260] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } }
I20260608 12:42:21.730139 11861 leader_election.cc:290] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825), d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313)
I20260608 12:42:21.739915 11855 ts_tablet_manager.cc:1434] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2: Time spent starting tablet: real 0.031s	user 0.009s	sys 0.004s
I20260608 12:42:21.741068 11855 tablet_bootstrap.cc:492] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2: Bootstrap starting.
I20260608 12:42:21.744289 11865 raft_consensus.cc:493] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:21.744664 11858 tablet_bootstrap.cc:654] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.747542 11865 raft_consensus.cc:515] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.753470 11865 leader_election.cc:290] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:21.754514 11855 tablet_bootstrap.cc:654] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.756906 11854 ts_tablet_manager.cc:1434] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf: Time spent starting tablet: real 0.042s	user 0.019s	sys 0.003s
I20260608 12:42:21.761319 11854 tablet_bootstrap.cc:492] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf: Bootstrap starting.
I20260608 12:42:21.768883 11858 tablet_bootstrap.cc:492] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89: No bootstrap required, opened a new log
I20260608 12:42:21.769515 11858 ts_tablet_manager.cc:1403] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89: Time spent bootstrapping tablet: real 0.069s	user 0.005s	sys 0.010s
I20260608 12:42:21.772907 11858 raft_consensus.cc:359] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.773726 11858 raft_consensus.cc:385] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.774122 11858 raft_consensus.cc:740] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3c2dee60dec4aa3bb436f0f00394a89, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.774992 11858 consensus_queue.cc:260] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.779351 11854 tablet_bootstrap.cc:654] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.780448 11558 catalog_manager.cc:5696] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 reported cstate change: term changed from 0 to 1, leader changed from <none> to d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d48b9433e08b4696a7ca50eb554a32b2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:21.782032 11858 ts_tablet_manager.cc:1434] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.004s
I20260608 12:42:21.783397 11858 tablet_bootstrap.cc:492] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89: Bootstrap starting.
I20260608 12:42:21.785598 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd241c883c3f4fddbd286b4e195bdd83" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" is_pre_election: true
I20260608 12:42:21.786267 11809 raft_consensus.cc:2468] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3c2dee60dec4aa3bb436f0f00394a89 in term 0.
I20260608 12:42:21.788161 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e34cc3691db41318d8f2835da788311" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" is_pre_election: true
I20260608 12:42:21.788756 11809 raft_consensus.cc:2468] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3c2dee60dec4aa3bb436f0f00394a89 in term 0.
I20260608 12:42:21.789960 11858 tablet_bootstrap.cc:654] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.790705 11735 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd241c883c3f4fddbd286b4e195bdd83" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d48b9433e08b4696a7ca50eb554a32b2" is_pre_election: true
I20260608 12:42:21.791404 11735 raft_consensus.cc:2468] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3c2dee60dec4aa3bb436f0f00394a89 in term 0.
I20260608 12:42:21.792677 11734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e34cc3691db41318d8f2835da788311" candidate_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d48b9433e08b4696a7ca50eb554a32b2" is_pre_election: true
W20260608 12:42:21.793985 11775 leader_election.cc:343] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:21.794910 11734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e34cc3691db41318d8f2835da788311" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d48b9433e08b4696a7ca50eb554a32b2" is_pre_election: true
I20260608 12:42:21.796942 11660 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e34cc3691db41318d8f2835da788311" candidate_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" is_pre_election: true
I20260608 12:42:21.797545 11660 raft_consensus.cc:2468] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0a8602410ff4300a7ec9d3f69c519cf in term 0.
I20260608 12:42:21.798647 11855 tablet_bootstrap.cc:492] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2: No bootstrap required, opened a new log
I20260608 12:42:21.798549 11626 leader_election.cc:304] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0a8602410ff4300a7ec9d3f69c519cf, f3c2dee60dec4aa3bb436f0f00394a89; no voters: 
I20260608 12:42:21.799470 11855 ts_tablet_manager.cc:1403] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2: Time spent bootstrapping tablet: real 0.059s	user 0.009s	sys 0.006s
I20260608 12:42:21.799553 11865 raft_consensus.cc:2804] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:21.800019 11865 raft_consensus.cc:493] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:21.800364 11865 raft_consensus.cc:3060] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.800323 11626 leader_election.cc:304] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0a8602410ff4300a7ec9d3f69c519cf, f3c2dee60dec4aa3bb436f0f00394a89; no voters: 
I20260608 12:42:21.800729 11854 tablet_bootstrap.cc:492] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf: No bootstrap required, opened a new log
I20260608 12:42:21.801424 11854 ts_tablet_manager.cc:1403] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf: Time spent bootstrapping tablet: real 0.040s	user 0.017s	sys 0.001s
I20260608 12:42:21.804679 11854 raft_consensus.cc:359] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.805560 11854 raft_consensus.cc:385] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.805931 11854 raft_consensus.cc:740] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0a8602410ff4300a7ec9d3f69c519cf, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.806859 11854 consensus_queue.cc:260] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.808882 11865 raft_consensus.cc:515] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } }
I20260608 12:42:21.815091 11865 leader_election.cc:290] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 election: Requested vote from peers d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:21.815851 11865 raft_consensus.cc:2804] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:21.816303 11865 raft_consensus.cc:493] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:21.816705 11865 raft_consensus.cc:3060] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.817256 11854 ts_tablet_manager.cc:1434] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260608 12:42:21.812734 11855 raft_consensus.cc:359] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.817773 11855 raft_consensus.cc:385] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.818166 11855 raft_consensus.cc:740] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d48b9433e08b4696a7ca50eb554a32b2, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.821105 11854 tablet_bootstrap.cc:492] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf: Bootstrap starting.
I20260608 12:42:21.824352 11855 consensus_queue.cc:260] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.827975 11861 raft_consensus.cc:493] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:21.831645 11861 raft_consensus.cc:515] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.833784 11854 tablet_bootstrap.cc:654] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.833987 11861 leader_election.cc:290] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825), d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313)
I20260608 12:42:21.836527 11734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9ff8874bb2f466ea6adb3866b2f42a1" candidate_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d48b9433e08b4696a7ca50eb554a32b2" is_pre_election: true
I20260608 12:42:21.837296 11734 raft_consensus.cc:2468] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0a8602410ff4300a7ec9d3f69c519cf in term 0.
I20260608 12:42:21.838814 11775 leader_election.cc:304] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0a8602410ff4300a7ec9d3f69c519cf, d48b9433e08b4696a7ca50eb554a32b2; no voters: 
I20260608 12:42:21.839859 11861 raft_consensus.cc:2804] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:21.840308 11861 raft_consensus.cc:493] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:21.840693 11861 raft_consensus.cc:3060] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.844244 11865 raft_consensus.cc:515] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.846624 11865 leader_election.cc:290] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 election: Requested vote from peers d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:21.849090 11858 tablet_bootstrap.cc:492] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89: No bootstrap required, opened a new log
I20260608 12:42:21.851760 11858 ts_tablet_manager.cc:1403] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89: Time spent bootstrapping tablet: real 0.069s	user 0.020s	sys 0.030s
I20260608 12:42:21.851083 11855 ts_tablet_manager.cc:1434] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2: Time spent starting tablet: real 0.041s	user 0.006s	sys 0.000s
I20260608 12:42:21.856945 11855 tablet_bootstrap.cc:492] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2: Bootstrap starting.
W20260608 12:42:21.857915 11626 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:33105, user_credentials={real_user=slave}} blocked reactor thread for 57490.9us
W20260608 12:42:21.859382 11626 leader_election.cc:343] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:21.860688 11774 leader_election.cc:304] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [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: c0a8602410ff4300a7ec9d3f69c519cf, f3c2dee60dec4aa3bb436f0f00394a89; no voters: d48b9433e08b4696a7ca50eb554a32b2
I20260608 12:42:21.860872 11861 raft_consensus.cc:515] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.861936 11877 raft_consensus.cc:2804] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:21.862332 11877 raft_consensus.cc:493] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:21.862712 11877 raft_consensus.cc:3060] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.857468 11858 raft_consensus.cc:359] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.863587 11858 raft_consensus.cc:385] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.863924 11855 tablet_bootstrap.cc:654] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:21.866948 11854 tablet_bootstrap.cc:492] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf: No bootstrap required, opened a new log
I20260608 12:42:21.866806 11734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9ff8874bb2f466ea6adb3866b2f42a1" candidate_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d48b9433e08b4696a7ca50eb554a32b2"
I20260608 12:42:21.867276 11861 leader_election.cc:290] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [CANDIDATE]: Term 1 election: Requested vote from peers f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825), d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313)
I20260608 12:42:21.867578 11734 raft_consensus.cc:3060] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.863888 11858 raft_consensus.cc:740] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3c2dee60dec4aa3bb436f0f00394a89, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.868674 11858 consensus_queue.cc:260] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.870896 11858 ts_tablet_manager.cc:1434] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89: Time spent starting tablet: real 0.019s	user 0.005s	sys 0.000s
I20260608 12:42:21.871028 11735 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd241c883c3f4fddbd286b4e195bdd83" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d48b9433e08b4696a7ca50eb554a32b2"
I20260608 12:42:21.871803 11735 raft_consensus.cc:3060] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.874790 11734 raft_consensus.cc:2468] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0a8602410ff4300a7ec9d3f69c519cf in term 1.
I20260608 12:42:21.878584 11854 ts_tablet_manager.cc:1403] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf: Time spent bootstrapping tablet: real 0.058s	user 0.018s	sys 0.016s
I20260608 12:42:21.878970 11775 leader_election.cc:304] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0a8602410ff4300a7ec9d3f69c519cf, d48b9433e08b4696a7ca50eb554a32b2; no voters: 
I20260608 12:42:21.880620 11877 raft_consensus.cc:515] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.881990 11854 raft_consensus.cc:359] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.883070 11861 raft_consensus.cc:2804] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:21.884433 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd241c883c3f4fddbd286b4e195bdd83" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf"
I20260608 12:42:21.885098 11809 raft_consensus.cc:3060] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.882715 11854 raft_consensus.cc:385] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.886477 11854 raft_consensus.cc:740] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0a8602410ff4300a7ec9d3f69c519cf, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.887413 11854 consensus_queue.cc:260] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.892750 11809 raft_consensus.cc:2468] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3c2dee60dec4aa3bb436f0f00394a89 in term 1.
I20260608 12:42:21.894613 11861 raft_consensus.cc:697] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 LEADER]: Becoming Leader. State: Replica: c0a8602410ff4300a7ec9d3f69c519cf, State: Running, Role: LEADER
I20260608 12:42:21.895612 11734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e34cc3691db41318d8f2835da788311" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d48b9433e08b4696a7ca50eb554a32b2"
I20260608 12:42:21.896323 11734 raft_consensus.cc:3060] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.895860 11861 consensus_queue.cc:237] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.903606 11854 ts_tablet_manager.cc:1434] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf: Time spent starting tablet: real 0.025s	user 0.017s	sys 0.004s
I20260608 12:42:21.904486 11734 raft_consensus.cc:2468] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3c2dee60dec4aa3bb436f0f00394a89 in term 1.
I20260608 12:42:21.907264 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e34cc3691db41318d8f2835da788311" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf"
I20260608 12:42:21.908212 11809 raft_consensus.cc:2393] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f3c2dee60dec4aa3bb436f0f00394a89 in current term 1: Already voted for candidate c0a8602410ff4300a7ec9d3f69c519cf in this term.
I20260608 12:42:21.908469 11734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e34cc3691db41318d8f2835da788311" candidate_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d48b9433e08b4696a7ca50eb554a32b2"
W20260608 12:42:21.908960 11606 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:21.909651 11734 raft_consensus.cc:2393] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c0a8602410ff4300a7ec9d3f69c519cf in current term 1: Already voted for candidate f3c2dee60dec4aa3bb436f0f00394a89 in this term.
I20260608 12:42:21.911381 11660 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9ff8874bb2f466ea6adb3866b2f42a1" candidate_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" is_pre_election: true
I20260608 12:42:21.911836 11659 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9ff8874bb2f466ea6adb3866b2f42a1" candidate_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3c2dee60dec4aa3bb436f0f00394a89"
I20260608 12:42:21.912074 11660 raft_consensus.cc:2468] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0a8602410ff4300a7ec9d3f69c519cf in term 0.
I20260608 12:42:21.912931 11877 leader_election.cc:290] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [CANDIDATE]: Term 1 election: Requested vote from peers f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825), d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313)
I20260608 12:42:21.882982 11735 raft_consensus.cc:2468] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3c2dee60dec4aa3bb436f0f00394a89 in term 1.
I20260608 12:42:21.914875 11659 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e34cc3691db41318d8f2835da788311" candidate_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3c2dee60dec4aa3bb436f0f00394a89"
I20260608 12:42:21.915750 11659 raft_consensus.cc:2393] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c0a8602410ff4300a7ec9d3f69c519cf in current term 1: Already voted for candidate f3c2dee60dec4aa3bb436f0f00394a89 in this term.
I20260608 12:42:21.917377 11887 raft_consensus.cc:493] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:21.917994 11774 leader_election.cc:304] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [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: c0a8602410ff4300a7ec9d3f69c519cf; no voters: d48b9433e08b4696a7ca50eb554a32b2, f3c2dee60dec4aa3bb436f0f00394a89
I20260608 12:42:21.917922 11887 raft_consensus.cc:515] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.919716 11626 leader_election.cc:304] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d48b9433e08b4696a7ca50eb554a32b2, f3c2dee60dec4aa3bb436f0f00394a89; no voters: 
I20260608 12:42:21.919257 11558 catalog_manager.cc:5696] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf reported cstate change: term changed from 0 to 1, leader changed from <none> to c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:21.920369 11887 leader_election.cc:290] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:21.920549 11865 raft_consensus.cc:2804] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:21.920708 11626 leader_election.cc:304] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d48b9433e08b4696a7ca50eb554a32b2, f3c2dee60dec4aa3bb436f0f00394a89; no voters: 
I20260608 12:42:21.921131 11865 raft_consensus.cc:697] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 LEADER]: Becoming Leader. State: Replica: f3c2dee60dec4aa3bb436f0f00394a89, State: Running, Role: LEADER
I20260608 12:42:21.922433 11887 raft_consensus.cc:2804] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:21.922114 11865 consensus_queue.cc:237] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.922921 11887 raft_consensus.cc:697] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 LEADER]: Becoming Leader. State: Replica: f3c2dee60dec4aa3bb436f0f00394a89, State: Running, Role: LEADER
I20260608 12:42:21.919257 11861 raft_consensus.cc:2749] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:42:21.923851 11887 consensus_queue.cc:237] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } }
I20260608 12:42:21.929003 11855 tablet_bootstrap.cc:492] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2: No bootstrap required, opened a new log
I20260608 12:42:21.929553 11855 ts_tablet_manager.cc:1403] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2: Time spent bootstrapping tablet: real 0.073s	user 0.041s	sys 0.020s
I20260608 12:42:21.932624 11855 raft_consensus.cc:359] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.933375 11855 raft_consensus.cc:385] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:21.933720 11855 raft_consensus.cc:740] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d48b9433e08b4696a7ca50eb554a32b2, State: Initialized, Role: FOLLOWER
I20260608 12:42:21.934757 11855 consensus_queue.cc:260] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.940826 11855 ts_tablet_manager.cc:1434] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.003s
I20260608 12:42:21.942233 11735 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "140a518fc7604bebafd2207d668fb053" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d48b9433e08b4696a7ca50eb554a32b2" is_pre_election: true
I20260608 12:42:21.942152 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "140a518fc7604bebafd2207d668fb053" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" is_pre_election: true
I20260608 12:42:21.944166 11809 raft_consensus.cc:2393] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f3c2dee60dec4aa3bb436f0f00394a89 in current term 1: Already voted for candidate d48b9433e08b4696a7ca50eb554a32b2 in this term.
I20260608 12:42:21.945454 11626 leader_election.cc:304] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [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: f3c2dee60dec4aa3bb436f0f00394a89; no voters: c0a8602410ff4300a7ec9d3f69c519cf, d48b9433e08b4696a7ca50eb554a32b2
I20260608 12:42:21.946223 11865 raft_consensus.cc:3060] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.948791 11558 catalog_manager.cc:5696] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 reported cstate change: term changed from 0 to 1, leader changed from <none> to f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:21.952872 11865 raft_consensus.cc:2749] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:21.961531 11558 catalog_manager.cc:5696] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 reported cstate change: term changed from 0 to 1, leader changed from <none> to f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:21.968199 11865 raft_consensus.cc:493] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:21.968746 11865 raft_consensus.cc:515] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.970521 11865 leader_election.cc:290] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:21.971278 11735 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cbaa057b4094ddba52d6815368b8413" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d48b9433e08b4696a7ca50eb554a32b2" is_pre_election: true
I20260608 12:42:21.971562 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cbaa057b4094ddba52d6815368b8413" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" is_pre_election: true
I20260608 12:42:21.971908 11735 raft_consensus.cc:2468] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3c2dee60dec4aa3bb436f0f00394a89 in term 0.
I20260608 12:42:21.972131 11809 raft_consensus.cc:2468] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3c2dee60dec4aa3bb436f0f00394a89 in term 0.
I20260608 12:42:21.972906 11626 leader_election.cc:304] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d48b9433e08b4696a7ca50eb554a32b2, f3c2dee60dec4aa3bb436f0f00394a89; no voters: 
I20260608 12:42:21.973579 11865 raft_consensus.cc:2804] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:21.973861 11865 raft_consensus.cc:493] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:21.974117 11865 raft_consensus.cc:3060] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.978786 11865 raft_consensus.cc:515] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.980377 11865 leader_election.cc:290] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 election: Requested vote from peers d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194:42313), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:21.981127 11735 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cbaa057b4094ddba52d6815368b8413" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d48b9433e08b4696a7ca50eb554a32b2"
I20260608 12:42:21.981360 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cbaa057b4094ddba52d6815368b8413" candidate_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf"
I20260608 12:42:21.981629 11735 raft_consensus.cc:3060] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.981863 11809 raft_consensus.cc:3060] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:21.986192 11735 raft_consensus.cc:2468] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3c2dee60dec4aa3bb436f0f00394a89 in term 1.
I20260608 12:42:21.986436 11809 raft_consensus.cc:2468] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3c2dee60dec4aa3bb436f0f00394a89 in term 1.
I20260608 12:42:21.987111 11626 leader_election.cc:304] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d48b9433e08b4696a7ca50eb554a32b2, f3c2dee60dec4aa3bb436f0f00394a89; no voters: 
I20260608 12:42:21.987886 11865 raft_consensus.cc:2804] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:21.988365 11865 raft_consensus.cc:697] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 LEADER]: Becoming Leader. State: Replica: f3c2dee60dec4aa3bb436f0f00394a89, State: Running, Role: LEADER
I20260608 12:42:21.989144 11865 consensus_queue.cc:237] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:21.996353 11558 catalog_manager.cc:5696] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 reported cstate change: term changed from 0 to 1, leader changed from <none> to f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:22.115335 11859 raft_consensus.cc:493] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:22.115854 11859 raft_consensus.cc:515] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:22.117722 11859 leader_election.cc:290] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:22.118439 11659 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a264f4000434546bb2e2f9007d8a84f" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" is_pre_election: true
I20260608 12:42:22.118790 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a264f4000434546bb2e2f9007d8a84f" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" is_pre_election: true
I20260608 12:42:22.119148 11659 raft_consensus.cc:2468] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d48b9433e08b4696a7ca50eb554a32b2 in term 0.
I20260608 12:42:22.119479 11809 raft_consensus.cc:2468] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d48b9433e08b4696a7ca50eb554a32b2 in term 0.
I20260608 12:42:22.120335 11700 leader_election.cc:304] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d48b9433e08b4696a7ca50eb554a32b2, f3c2dee60dec4aa3bb436f0f00394a89; no voters: 
I20260608 12:42:22.120971 11859 raft_consensus.cc:2804] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:22.121269 11859 raft_consensus.cc:493] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:22.121526 11859 raft_consensus.cc:3060] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:22.130295 11859 raft_consensus.cc:515] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:22.132350 11859 leader_election.cc:290] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 election: Requested vote from peers f3c2dee60dec4aa3bb436f0f00394a89 (127.0.107.193:43825), c0a8602410ff4300a7ec9d3f69c519cf (127.0.107.195:33105)
I20260608 12:42:22.133090 11659 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a264f4000434546bb2e2f9007d8a84f" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3c2dee60dec4aa3bb436f0f00394a89"
I20260608 12:42:22.133402 11809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a264f4000434546bb2e2f9007d8a84f" candidate_uuid: "d48b9433e08b4696a7ca50eb554a32b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0a8602410ff4300a7ec9d3f69c519cf"
I20260608 12:42:22.133728 11659 raft_consensus.cc:3060] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:22.134002 11809 raft_consensus.cc:3060] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:22.140640 11809 raft_consensus.cc:2468] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d48b9433e08b4696a7ca50eb554a32b2 in term 1.
I20260608 12:42:22.140641 11659 raft_consensus.cc:2468] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d48b9433e08b4696a7ca50eb554a32b2 in term 1.
I20260608 12:42:22.141880 11701 leader_election.cc:304] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0a8602410ff4300a7ec9d3f69c519cf, d48b9433e08b4696a7ca50eb554a32b2; no voters: 
I20260608 12:42:22.142513 11859 raft_consensus.cc:2804] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:22.142865 11859 raft_consensus.cc:697] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 1 LEADER]: Becoming Leader. State: Replica: d48b9433e08b4696a7ca50eb554a32b2, State: Running, Role: LEADER
I20260608 12:42:22.143671 11859 consensus_queue.cc:237] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } }
I20260608 12:42:22.150609 11558 catalog_manager.cc:5696] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 reported cstate change: term changed from 0 to 1, leader changed from <none> to d48b9433e08b4696a7ca50eb554a32b2 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d48b9433e08b4696a7ca50eb554a32b2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:22.158304 11859 consensus_queue.cc:1048] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:22.178390 11859 consensus_queue.cc:1048] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:22.396315 11735 raft_consensus.cc:1275] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Refusing update from remote peer f3c2dee60dec4aa3bb436f0f00394a89: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:22.406114 11887 consensus_queue.cc:1048] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:22.414755 11733 raft_consensus.cc:1275] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Refusing update from remote peer f3c2dee60dec4aa3bb436f0f00394a89: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:22.415064 11893 consensus_queue.cc:1048] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:22.424880 11809 raft_consensus.cc:1275] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Refusing update from remote peer f3c2dee60dec4aa3bb436f0f00394a89: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:22.428488 11808 raft_consensus.cc:1275] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Refusing update from remote peer f3c2dee60dec4aa3bb436f0f00394a89: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:22.431474 11893 consensus_queue.cc:1048] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:22.432191 11808 raft_consensus.cc:1275] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Refusing update from remote peer f3c2dee60dec4aa3bb436f0f00394a89: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:22.435565 11893 consensus_queue.cc:1048] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:22.460095 11807 raft_consensus.cc:1275] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Refusing update from remote peer d48b9433e08b4696a7ca50eb554a32b2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:22.461741 11875 consensus_queue.cc:1048] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:22.461660 11732 raft_consensus.cc:1275] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Refusing update from remote peer c0a8602410ff4300a7ec9d3f69c519cf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:22.462452 11660 raft_consensus.cc:3060] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:22.473544 11893 consensus_queue.cc:1048] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:42:22.479137 11865 consensus_queue.cc:1048] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:22.481638 11861 consensus_queue.cc:1048] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.009s
I20260608 12:42:22.510454 11658 raft_consensus.cc:1275] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Refusing update from remote peer d48b9433e08b4696a7ca50eb554a32b2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:22.512208 11876 consensus_queue.cc:1048] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:22.548309 11660 raft_consensus.cc:1275] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Refusing update from remote peer c0a8602410ff4300a7ec9d3f69c519cf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:22.606666 11925 consensus_queue.cc:1048] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:42:22.619093 11929 log.cc:927] Time spent T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2: Append to log took a long time: real 0.062s	user 0.004s	sys 0.000s
I20260608 12:42:23.775068   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:23.782212 11960 instance_detector.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:23.783133 11961 instance_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:23.783885 11963 instance_detector.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:23.784179   431 server_base.cc:1061] running on GCE node
I20260608 12:42:23.785202   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:23.785400   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:23.785578   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922543785560 us; error 0 us; skew 500 ppm
I20260608 12:42:23.786171   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:23.788478   431 webserver.cc:533] Webserver started at http://127.0.107.196:35829/ using document root <none> and password file <none>
I20260608 12:42:23.788986   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:23.789181   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:23.789431   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:23.790438   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-3-root/instance:
uuid: "8b3d159a47ed4aa9ae3c14d689ed3005"
format_stamp: "Formatted at 2026-06-08 12:42:23 on dist-test-slave-jl41"
I20260608 12:42:23.794904   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:42:23.798218 11968 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:23.798972   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:42:23.799261   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-3-root
uuid: "8b3d159a47ed4aa9ae3c14d689ed3005"
format_stamp: "Formatted at 2026-06-08 12:42:23 on dist-test-slave-jl41"
I20260608 12:42:23.799546   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskE41Uf6/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922314084774-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:23.811136   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:23.812633   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:23.814390   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:23.816627   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:23.816825   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:23.817037   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:23.817191   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:23.855077   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45245
I20260608 12:42:23.855198 12030 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45245 every 8 connection(s)
I20260608 12:42:23.869352 12031 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33317
I20260608 12:42:23.869786 12031 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:23.870463 12031 heartbeater.cc:507] Master 127.0.107.254:33317 requested a full tablet report, sending...
I20260608 12:42:23.872434 11557 ts_manager.cc:194] Registered new tserver with Master: 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196:45245)
I20260608 12:42:23.873853 11557 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45488
I20260608 12:42:23.960518 11731 consensus_queue.cc:237] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [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: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } attrs { replace: true } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } }
I20260608 12:42:23.966653 11809 raft_consensus.cc:1275] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Refusing update from remote peer d48b9433e08b4696a7ca50eb554a32b2: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:23.967948 11660 raft_consensus.cc:1275] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Refusing update from remote peer d48b9433e08b4696a7ca50eb554a32b2: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:23.968423 11875 consensus_queue.cc:1048] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } 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:42:23.969599 11931 consensus_queue.cc:1048] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:42:23.975981 11875 raft_consensus.cc:2955] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } attrs { replace: true } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:23.978252 11809 raft_consensus.cc:2955] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } attrs { replace: true } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:23.978252 11660 raft_consensus.cc:2955] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } attrs { replace: true } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
W20260608 12:42:23.980808 11700 consensus_peers.cc:597] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 -> Peer 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196:45245): Couldn't send request to peer 8b3d159a47ed4aa9ae3c14d689ed3005. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4a264f4000434546bb2e2f9007d8a84f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:23.993414 11731 consensus_queue.cc:237] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [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: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } attrs { replace: true } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } }
I20260608 12:42:23.993173 11557 catalog_manager.cc:5696] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 reported cstate change: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d48b9433e08b4696a7ca50eb554a32b2" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:23.999353 11809 raft_consensus.cc:1275] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Refusing update from remote peer d48b9433e08b4696a7ca50eb554a32b2: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260608 12:42:23.999657 11700 consensus_peers.cc:597] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 -> Peer 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196:45245): Couldn't send request to peer 8b3d159a47ed4aa9ae3c14d689ed3005. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 140a518fc7604bebafd2207d668fb053. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:24.000972 11875 consensus_queue.cc:1048] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:24.001690 11660 raft_consensus.cc:1275] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Refusing update from remote peer d48b9433e08b4696a7ca50eb554a32b2: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:24.003243 11875 consensus_queue.cc:1048] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } 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:42:24.009451 11859 raft_consensus.cc:2955] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } attrs { replace: true } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:24.012853 11660 raft_consensus.cc:2955] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } attrs { replace: true } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:24.017129 11809 raft_consensus.cc:2955] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } attrs { replace: true } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:24.030301 11552 catalog_manager.cc:5696] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf reported cstate change: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d48b9433e08b4696a7ca50eb554a32b2" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } attrs { replace: true } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:24.037899 11809 consensus_queue.cc:237] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [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: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } attrs { replace: true } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } }
I20260608 12:42:24.044812 11731 raft_consensus.cc:1275] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Refusing update from remote peer c0a8602410ff4300a7ec9d3f69c519cf: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:24.047011 11660 raft_consensus.cc:1275] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Refusing update from remote peer c0a8602410ff4300a7ec9d3f69c519cf: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:24.047605 11959 consensus_queue.cc:1048] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } 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:42:24.048826 11946 consensus_queue.cc:1048] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:24.054576 11959 raft_consensus.cc:2955] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } attrs { replace: true } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
W20260608 12:42:24.056252 11774 consensus_peers.cc:597] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf -> Peer 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196:45245): Couldn't send request to peer 8b3d159a47ed4aa9ae3c14d689ed3005. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c9ff8874bb2f466ea6adb3866b2f42a1. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:24.056684 11731 raft_consensus.cc:2955] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } attrs { replace: true } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:24.057988 11660 raft_consensus.cc:2955] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } attrs { replace: true } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:24.071462 11557 catalog_manager.cc:5696] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf reported cstate change: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:24.085973 11660 consensus_queue.cc:237] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [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: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } attrs { replace: true } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } }
I20260608 12:42:24.091830 11809 raft_consensus.cc:1275] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Refusing update from remote peer f3c2dee60dec4aa3bb436f0f00394a89: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:24.092365 11731 raft_consensus.cc:1275] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Refusing update from remote peer f3c2dee60dec4aa3bb436f0f00394a89: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:24.094254 11950 consensus_queue.cc:1048] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:42:24.095191 11893 consensus_queue.cc:1048] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } 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:42:24.101872 11625 consensus_peers.cc:597] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 -> Peer 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196:45245): Couldn't send request to peer 8b3d159a47ed4aa9ae3c14d689ed3005. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7cbaa057b4094ddba52d6815368b8413. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:24.104439 11893 raft_consensus.cc:2955] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } attrs { replace: true } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:24.106170 11809 raft_consensus.cc:2955] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } attrs { replace: true } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:24.108440 11731 raft_consensus.cc:2955] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } attrs { replace: true } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:24.116686 11555 catalog_manager.cc:5696] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf reported cstate change: config changed from index -1 to 16, NON_VOTER 8b3d159a47ed4aa9ae3c14d689ed3005 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "f3c2dee60dec4aa3bb436f0f00394a89" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43825 } } peers { permanent_uuid: "d48b9433e08b4696a7ca50eb554a32b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42313 } attrs { replace: true } } peers { permanent_uuid: "c0a8602410ff4300a7ec9d3f69c519cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33105 } } peers { permanent_uuid: "8b3d159a47ed4aa9ae3c14d689ed3005" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45245 } attrs { promote: true } } }
I20260608 12:42:24.120684   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:24.157526   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:24.158177   431 tablet_replica.cc:333] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89: stopping tablet replica
I20260608 12:42:24.158802   431 raft_consensus.cc:2243] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:24.159868   431 raft_consensus.cc:2272] T 7cbaa057b4094ddba52d6815368b8413 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.162591   431 tablet_replica.cc:333] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89: stopping tablet replica
I20260608 12:42:24.163362   431 raft_consensus.cc:2243] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.164144   431 raft_consensus.cc:2272] T 4a264f4000434546bb2e2f9007d8a84f P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.167173   431 tablet_replica.cc:333] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89: stopping tablet replica
I20260608 12:42:24.167733   431 raft_consensus.cc:2243] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:24.168458   431 raft_consensus.cc:2272] T 1e34cc3691db41318d8f2835da788311 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.170723   431 tablet_replica.cc:333] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89: stopping tablet replica
I20260608 12:42:24.171247   431 raft_consensus.cc:2243] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:24.172039   431 raft_consensus.cc:2272] T bd241c883c3f4fddbd286b4e195bdd83 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.174405   431 tablet_replica.cc:333] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89: stopping tablet replica
I20260608 12:42:24.174919   431 raft_consensus.cc:2243] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.175467   431 raft_consensus.cc:2272] T 140a518fc7604bebafd2207d668fb053 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.177853   431 tablet_replica.cc:333] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89: stopping tablet replica
I20260608 12:42:24.178333   431 raft_consensus.cc:2243] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.178882   431 raft_consensus.cc:2272] T c9ff8874bb2f466ea6adb3866b2f42a1 P f3c2dee60dec4aa3bb436f0f00394a89 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.207636   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:24.222811   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:24.254410   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:24.255159   431 tablet_replica.cc:333] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2: stopping tablet replica
I20260608 12:42:24.256028   431 raft_consensus.cc:2243] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:24.257408   431 raft_consensus.cc:2272] T 4a264f4000434546bb2e2f9007d8a84f P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.260771   431 tablet_replica.cc:333] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2: stopping tablet replica
I20260608 12:42:24.261600   431 raft_consensus.cc:2243] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.262310   431 raft_consensus.cc:2272] T 1e34cc3691db41318d8f2835da788311 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.265671   431 tablet_replica.cc:333] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2: stopping tablet replica
I20260608 12:42:24.266413   431 raft_consensus.cc:2243] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.267199   431 raft_consensus.cc:2272] T c9ff8874bb2f466ea6adb3866b2f42a1 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.270757   431 tablet_replica.cc:333] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2: stopping tablet replica
I20260608 12:42:24.271514   431 raft_consensus.cc:2243] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:24.272823   431 raft_consensus.cc:2272] T 140a518fc7604bebafd2207d668fb053 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.275971   431 tablet_replica.cc:333] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2: stopping tablet replica
I20260608 12:42:24.276675   431 raft_consensus.cc:2243] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.277227   431 raft_consensus.cc:2272] T 7cbaa057b4094ddba52d6815368b8413 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.280550   431 tablet_replica.cc:333] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2: stopping tablet replica
I20260608 12:42:24.281214   431 raft_consensus.cc:2243] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.282076   431 raft_consensus.cc:2272] T bd241c883c3f4fddbd286b4e195bdd83 P d48b9433e08b4696a7ca50eb554a32b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.315867   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:24.332227   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:24.358966   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:24.359714   431 tablet_replica.cc:333] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf: stopping tablet replica
I20260608 12:42:24.360517   431 raft_consensus.cc:2243] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.361370   431 raft_consensus.cc:2272] T 7cbaa057b4094ddba52d6815368b8413 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.364835   431 tablet_replica.cc:333] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf: stopping tablet replica
I20260608 12:42:24.365605   431 raft_consensus.cc:2243] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.366309   431 raft_consensus.cc:2272] T bd241c883c3f4fddbd286b4e195bdd83 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.369953   431 tablet_replica.cc:333] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf: stopping tablet replica
I20260608 12:42:24.370723   431 raft_consensus.cc:2243] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:24.372187   431 raft_consensus.cc:2272] T c9ff8874bb2f466ea6adb3866b2f42a1 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.375376   431 tablet_replica.cc:333] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf: stopping tablet replica
I20260608 12:42:24.376120   431 raft_consensus.cc:2243] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.376809   431 raft_consensus.cc:2272] T 140a518fc7604bebafd2207d668fb053 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.379988   431 tablet_replica.cc:333] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf: stopping tablet replica
I20260608 12:42:24.380703   431 raft_consensus.cc:2243] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.381425   431 raft_consensus.cc:2272] T 4a264f4000434546bb2e2f9007d8a84f P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.384707   431 tablet_replica.cc:333] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf: stopping tablet replica
I20260608 12:42:24.385354   431 raft_consensus.cc:2243] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.386032   431 raft_consensus.cc:2272] T 1e34cc3691db41318d8f2835da788311 P c0a8602410ff4300a7ec9d3f69c519cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.416484   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:24.438135   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:24.456976   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:24.472951   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:24.481189   431 master.cc:562] Master@127.0.107.254:33317 shutting down...
W20260608 12:42:24.498214 11606 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:42:24.498449 11606 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:42:24.498627 11606 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:42:24.499671   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:24.500145   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.500424   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P a6821ba16a8a4963b982f799b14dad04: stopping tablet replica
I20260608 12:42:24.519048   431 master.cc:584] Master@127.0.107.254:33317 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (4786 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (9542 ms total)

[----------] Global test environment tear-down
[==========] 24 tests from 2 test suites ran. (230303 ms total)
[  PASSED  ] 24 tests.
I20260608 12:42:24.563136   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 ~34 seconds ago
I20260608 12:42:24.563385   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 ~34 seconds ago
I20260608 12:42:24.563539   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5374: suppressed but not reported on 18 messages since previous log ~66 seconds ago
I20260608 12:42:24.563680   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 ~34 seconds ago
I20260608 12:42:24.563824   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 ~148 seconds ago
I20260608 12:42:24.563999   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 9 messages since previous log ~212 seconds ago
I20260608 12:42:24.564281   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2404: suppressed but not reported on 48 messages since previous log ~15 seconds ago
